baldurk
5f36a16612
atomic operations on buffers aren't writeonly
2017-02-13 10:00:37 +00:00
baldurk
214450227e
Add ../lib to LD_LIBRARY_PATH when capturing programs
2017-02-10 21:58:27 +00:00
baldurk
8630f82db3
Update shader viewer to support editing and debugging of shaders
2017-02-10 21:48:50 +00:00
baldurk
235167f6df
Extract out shader saving code into common pipeline state viewer
2017-02-10 21:48:49 +00:00
baldurk
73a694904a
Fix pixel history context menu not appearing
2017-02-10 21:48:49 +00:00
baldurk
545d712946
Add icons for run-to-NaN and run-to-sample
2017-02-10 21:48:48 +00:00
baldurk
4d699a2068
Allow overriding the variable type when formatting a shader variable
2017-02-10 21:48:48 +00:00
baldurk
354a2707ae
Avoid copying large structs, prefer to pass by reference
2017-02-10 21:48:46 +00:00
baldurk
0dfe6e3a8e
Rename enum to be a bit more concise
2017-02-10 21:05:33 +00:00
baldurk
c698fe5add
install LICENSE.md, README and renderdoc_app.h (as renderdoc.h)
2017-02-10 13:41:55 +00:00
baldurk
ab5da24cae
Copy renderdoc_app.h to destination folder as part of the VS build
2017-02-10 13:41:40 +00:00
baldurk
456b117a76
Don't copy support files as executable programs
2017-02-10 12:41:24 +00:00
baldurk
313af857ab
Add README for linux binary distributions
2017-02-10 12:12:10 +00:00
baldurk
7caf12aea4
Add $ORIGIN/../lib/ to rpath for renderdoccmd and qrenderdoc
2017-02-10 12:09:05 +00:00
baldurk
af0faeea44
Fix compilation on OS X - include headers for powf
2017-02-10 12:08:49 +00:00
baldurk
7c53c6a0e0
Add RDTreeView to qmake project
2017-02-10 01:53:36 +00:00
baldurk
59b28e6843
Fix compilation warning about int/uintptr casts
2017-02-10 01:52:26 +00:00
baldurk
5588686fd7
Mitigate remote probe thread delaying full shutdown of program
2017-02-09 23:22:09 +00:00
baldurk
4d8e799a0e
Add pixel history window
2017-02-09 23:21:45 +00:00
baldurk
2285b209c3
Access CaptureContext & RenderManager by reference, not pointer
...
* Neither of these can or should be NULL so enforce it explicitly.
2017-02-09 19:28:24 +00:00
baldurk
0d141b6d7e
Add TODOs that were missing in a couple of places
2017-02-09 19:28:24 +00:00
baldurk
60a1950b16
Fetch image/resource layouts from pipeline state data
2017-02-09 19:28:24 +00:00
baldurk
f45adb8cc5
In LambdaThread delete QThread on finished signal instead of during run
2017-02-09 19:28:24 +00:00
baldurk
913554c005
Return the right result for copying progress bars
2017-02-09 19:28:24 +00:00
baldurk
3d2c4a5b32
Correct checking for remote support (it was stubbed out without a TODO)
2017-02-09 19:28:23 +00:00
baldurk
c2c8346699
Fix some UIC warnings about duplicated object names
2017-02-09 19:28:23 +00:00
baldurk
e1d180246c
Add dialog for both managing remote hosts (add/remove) and attaching
2017-02-09 19:28:23 +00:00
baldurk
47be248cad
Don't run slow blocking remote probes on UI thread
2017-02-09 19:28:23 +00:00
baldurk
d728a47b99
Use CONFIG += silent to avoid the need to reset MAKEFLAGS
...
* When cmake custom commands invoke make, the make execution is silent.
The MAKEFLAGS reset was to remove the silent flag, but it also lost
the -j parallel build flags.
* Instead, we set qmake to silent mode (which it already was going to
be), and that causes it to add echo statements to each rule that will
be printed even when make is silent.
2017-02-09 19:28:23 +00:00
baldurk
a685621b3f
Remove help button from dialogs
2017-02-09 19:28:23 +00:00
baldurk
b36b822faa
Remove extension masks from vcxproj.filters file
2017-02-09 19:28:23 +00:00
baldurk
aaf87aec96
Add a QTDebug project configuration for compiling against Qt debug DLLs
2017-02-09 19:28:23 +00:00
baldurk
2156fc56f3
Compile with moc/uic/rcc custom tools in local vcxproj
...
* The plan is to commit those executables with the headers/libs/dlls we
were already going to commit once the Qt UI is shipping on windows.
2017-02-09 19:28:22 +00:00
baldurk
c5adc7a4ed
Use relative paths for 3rdparty headers, don't add to search paths
...
* Unfortunately scintilla assumes its headers are all in the search path
so where possible we only add those folders when compiling scintilla
source, not our own.
2017-02-09 19:28:22 +00:00
baldurk
9e47ed53b5
Move resources.qrc into Resources/ folder
2017-02-09 19:28:22 +00:00
baldurk
7f27f94648
Move some files that were mistakenly in the generated filter in VS
2017-02-09 19:28:22 +00:00
baldurk
9d6aed683e
Default to TargetDir for debugging working dir (the dir with the exe)
2017-02-09 19:28:22 +00:00
baldurk
4e14ebbe51
Improve callstack values for cases of missing symbols
2017-02-09 19:28:22 +00:00
baldurk
e896233284
Fetch file size and last modified data when enumerating remote files
2017-02-09 19:28:22 +00:00
baldurk
9c03eb69bc
Add remote file browsing dialog
2017-02-09 19:28:21 +00:00
baldurk
4ec3b4dce3
Add support for remote context capture and replay, including Android
...
* Still missing is remote file/folder browsing, and managing remote
hosts adding/removing etc.
2017-02-09 19:28:21 +00:00
baldurk
267ad262ee
Add dialog for suggesting remote replays for non-local captures
2017-02-09 19:28:21 +00:00
baldurk
24564a5439
Don't pass strings by copy unnecessarily
2017-02-09 19:28:21 +00:00
baldurk
7c422e3651
Add Load/Save functions around Deserialize/Serialise in config
...
* This lets us do some processing before saving and after loading
regardless of the path the load/save takes.
2017-02-09 19:28:21 +00:00
baldurk
7d9c38b14a
Keep list of remote hosts in persistant config
2017-02-09 19:28:21 +00:00
baldurk
f67b02ecf0
Add class for managing remote hosts
2017-02-09 19:28:21 +00:00
baldurk
d1a4238e00
Add a utility to check if running on a lambda thread
2017-02-09 19:28:21 +00:00
baldurk
bfc68d8320
Declare android entry points for C access
2017-02-09 19:28:20 +00:00
baldurk
f4bd51fc21
Revamp progress dialogs to abstract away most of the handling
2017-02-09 19:28:20 +00:00
baldurk
5969160712
Add debug messages refresh when new messages are detected at runtime
2017-02-09 19:28:20 +00:00