baldurk
7f6e960d85
Bake in range-select min and max when opening a pixel history view
...
* I'm not sure if this 'hidden' latched UI state is good or bad, but it
means the colours are visible if you've adjusted the range way outside
of 0-1.
2014-07-15 12:06:25 +01:00
baldurk
844f080300
Change priority of node background colours, so select colour works
2014-07-13 18:58:47 +01:00
baldurk
3bb382d9cf
Further progress on pixel history view
...
* Added simple UI
* Don't apply SRGB curve to alpha data
* Account for clear calls not returning occlusion query results, and for
depth/colour clears.
2014-07-13 18:58:45 +01:00
baldurk
8ef17e41e1
Allow specifying a background colour per-column on a TreeListNode
2014-07-13 18:57:39 +01:00
baldurk
4e51aab9e5
Add externally visible API to query for pixel history
2014-07-13 18:56:45 +01:00
baldurk
25c4771589
Add drawcall flags for clearcolour/cleardepth
2014-07-13 18:55:04 +01:00
baldurk
ecfa6dbe7b
Don't misidentify RTs as UAVs if UAVStartSlot is mis-set to 0
2014-07-13 15:14:27 +01:00
baldurk
7799f107f8
Can only have up to 2 double components in a vector
2014-07-04 22:51:05 +01:00
baldurk
75353bd190
Add toggle to disable gamma 'correction' of linear data. Closes #58
...
* The explanation is in the FAQ but the short explanation is that most
data e.g. normal maps are conventionally displayed as if they contained
SRGB data, so RenderDoc does the same so things look as expected.
2014-07-04 17:02:11 +01:00
baldurk
0fbdcbc83c
If a constant buffer is unused, open raw buffer viewer. Closes #60
2014-07-01 00:52:18 +01:00
baldurk
443ad1e967
Allow choosing background display even for no alpha. Closes #69
...
* Defaults to black, legacy behaviour. Colour (or checkerboard) is saved
in persist data for texture viewer between sessions.
2014-07-01 00:37:23 +01:00
baldurk
185bbea851
Clamp picked pixel co-ords to texture size. Closes #68
...
* "Hover" co-ords still show larger values, in []s.
2014-07-01 00:02:57 +01:00
Arne Schober
5d73a581a3
Added bit visualization to the Debugger
2014-06-28 16:16:31 +02:00
baldurk
f0c4cfe51d
Handle exceptions when saving config files and alert the user
2014-06-16 23:11:03 +01:00
baldurk
92c1df0573
Check index is in valid range for pipeline arrays.
2014-06-07 13:48:09 +01:00
baldurk
9b8adebb91
Bind resources while in READING, as we're replaying edit chunks
...
* While replaying the initial chunks, we're doing edit type operations but
we haven't serialised out the binding operations in between, so in this
state we do the bind-to-edit binds ourselves.
2014-06-01 11:54:54 +01:00
baldurk
7982301b60
Speculative fix for crash report NullReferenceException in OnInject
2014-05-26 15:00:02 +01:00
baldurk
2d578cdda1
Handle IO errors while reading/writing config file - crash report fix
2014-05-26 14:54:30 +01:00
baldurk
3ccd8980a3
Fix default capture options not being applied in 0.20 and above
...
* These capture options used to be propagated through from the C++ struct
when there was a C++/CLI dll used for interop between C# and C++. Now
that we use P/Invoke this needs to be added back so a couple of default
options can be enabled
2014-05-26 13:53:30 +01:00
baldurk
d678d847d7
Add support for arrays in the buffer viewer. Closes #56
...
For now this just acts like a really wide vector with N columns for the
array, but this could be improved in future if a better visualisation is
decided on.
2014-05-13 21:53:59 +01:00
baldurk
851f280725
Expand shader viewer for really long source. Closes #57
2014-05-13 21:28:26 +01:00
baldurk
c38affcded
Initial commit of existing code.
...
* All renderdoc code up to this point was written by me, history is available by request
2014-05-02 08:33:01 +01:00