History log of /external/mesa3d/src/gallium/tools/trace/dump_state.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43e4b3e311df3bede930229380a7aa389ac7019a 27-Jun-2014 Ilia Mirkin <imirkin@alum.mit.edu> gallium: add an index argument to create_query

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
/external/mesa3d/src/gallium/tools/trace/dump_state.py
dfa25ea5cd19d5a050a1c94bd7370a2259b9f007 07-Mar-2014 Zack Rusin <zackr@vmware.com> gallium: allow setting of the internal stream output offset

D3D10 allows setting of the internal offset of a buffer, which is
in general only incremented via actual stream output writes. By
allowing setting of the internal offset draw_auto is capable
of rendering from buffers which have not been actually streamed
out to. Our interface didn't allow. This change functionally
shouldn't make any difference to OpenGL where instead of an
append_bitmask you just get a real array where -1 means append
(like in D3D) and 0 means do not append.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/tools/trace/dump_state.py
5c975966dcaaa4e781f3baba0fc1e3b7ad4a18a6 31-Jan-2014 José Fonseca <jfonseca@vmware.com> tools/trace: Handle index buffer overflow gracefully.

Trivial.
/external/mesa3d/src/gallium/tools/trace/dump_state.py
3be333ed30e8a415c02befabe12832b5f6157fbb 05-Dec-2013 José Fonseca <jfonseca@vmware.com> tools/trace: More tweaks to state dumping.

- Ignore buffer format (it is totally arbitrary)
- Initialize state.
- Handle begin/end_query statements.
/external/mesa3d/src/gallium/tools/trace/dump_state.py
420ccf7b8f33c92657479462478db787c431d750 15-Nov-2013 José Fonseca <jfonseca@vmware.com> tools/trace: Several bugfixes/improvements to dump_state.py

- Don't crash with user memory pointers.

- Support old bind_*_sampler_* methods. Useful when comparing dumps
from old branches.

- Misc.
/external/mesa3d/src/gallium/tools/trace/dump_state.py
a3ed98f7aa85636579a5696bf036ec13e5c9104a 08-Oct-2013 Brian Paul <brianp@vmware.com> gallium: new, unified pipe_context::set_sampler_views() function

The new function replaces four old functions: set_fragment/vertex/
geometry/compute_sampler_views().

Note: at this time, it's expected that the 'start' parameter will
always be zero.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/tools/trace/dump_state.py
bc367ab54d8c18b06fbbb3838a0d19240c1afe9b 13-Sep-2013 Brian Paul <brianp@vmware.com> gallium/tools: update dump_state.py to use bind_sampler_states()
/external/mesa3d/src/gallium/tools/trace/dump_state.py
e75211df0f43cb2c9a7cccf9c7febd597b02338b 04-Sep-2013 José Fonseca <jfonseca@vmware.com> trace: Several enhancements to dump_state.py

- Handle more calls
- Handle more state
- Try to normalize the output a bit, to eliminate spurious differences
/external/mesa3d/src/gallium/tools/trace/dump_state.py
acc6a141b8976d0615e03c4530b64cefdb1aa199 01-Jul-2013 José Fonseca <jfonseca@vmware.com> tools/trace: Return dummy fence object to silence warnings.
/external/mesa3d/src/gallium/tools/trace/dump_state.py
a3d75db02224aa82fe8a42680c2e37d9a69699f1 24-Jun-2013 José Fonseca <jfonseca@vmware.com> tools/trace: Fix syntax.

Cleaned/commented up the code, but forgot to actually test before
commiting...
/external/mesa3d/src/gallium/tools/trace/dump_state.py
67bfdea933089a4ce377a95ddb5e0a4089bfa0fa 22-Jun-2013 José Fonseca <jfonseca@vmware.com> tools/trace: Several tweaks/fixes to dump_state
/external/mesa3d/src/gallium/tools/trace/dump_state.py
cc4ad695caa0546c7a9bcb6719f5efaf90db5608 20-Jun-2013 José Fonseca <jfonseca@vmware.com> tools/trace: Tool to dump gallium state at any draw call.

Based from the code from the good old python state tracker.

Extremely handy to diagnose regressions in state trackers.
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/tools/trace/dump_state.py