Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python/retrace: Cope with null constant buffers. | José Fonseca | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | python/retrace: Add missing colon. | José Fonseca | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer | 2009-10-02 | 1 | -1/+1 |
| | | | | | | Always test for PIPE_TRANSFER_READ/WRITE using the bit-wise and operator, and add a pipe_transfer_buffer_flags() helper for getting the buffer usage flags corresponding to them. | ||||
* | python/retrace: Open bz2 files correctly. | José Fonseca | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | python/retrace: Process the call no passed to --to option inclusively. | José Fonseca | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | python/retrace: Dump the surface copy contents. | José Fonseca | 2009-07-16 | 1 | -0/+10 |
| | |||||
* | python/retrace: Flush stdout before calling the pipe driver. | José Fonseca | 2009-07-16 | 1 | -0/+4 |
| | | | | So that messages are in sync with stderr. | ||||
* | python/retrace: Interpret surface_copy. | José Fonseca | 2009-07-15 | 1 | -0/+4 |
| | |||||
* | python/retrace: Show the contents of the depth/stencil and surfaces ↵ | José Fonseca | 2009-06-11 | 1 | -10/+28 |
| | | | | before/after transfers. | ||||
* | python/retrace: Interpret is_texture_referenced/is_buffer_referenced. | José Fonseca | 2009-06-11 | 1 | -0/+8 |
| | |||||
* | python/retrace: Rename module as it conflicts with a builtin module. | José Fonseca | 2009-04-17 | 3 | -360/+394 |
| | | | | And there is no way to override a builtin module... sigh | ||||
* | python/retrace: Try to cope with failures creating textures. | José Fonseca | 2009-04-08 | 1 | -0/+10 |
| | |||||
* | python/retrace: Use colors on windows console. | José Fonseca | 2009-04-08 | 1 | -0/+70 |
| | |||||
* | python/retrace: Allow to specify the range of calls of interest. | José Fonseca | 2009-04-08 | 1 | -0/+7 |
| | |||||
* | python/retrace: Handle recent traces. | José Fonseca | 2009-04-08 | 1 | -30/+85 |
| | | | | Try to keep backwards compatability with old traces as much as possible. | ||||
* | gallium: Clean up driver clear() interface. | Michel Dänzer | 2009-04-04 | 1 | -2/+2 |
| | | | | | Only allows clearing currently bound buffers, but colour and depth/stencil in a single call. | ||||
* | python: Hide away the surface usage flags. | José Fonseca | 2009-03-30 | 1 | -1/+1 |
| | | | | | | | | Surfaces are now by definition GPU views. So CPU access flags don't make any sense when creating a surface. For now we are forcing surfaces to be GPU read/write, but that will go away soon. | ||||
* | python: Show call no in image window. | José Fonseca | 2009-03-25 | 1 | -3/+4 |
| | |||||
* | python/retrace: Use the call no when dumping images. | José Fonseca | 2009-03-25 | 1 | -3/+6 |
| | | | | To make it easy associate images with the calls. | ||||
* | python: Use a sequential number to identify each call. | José Fonseca | 2009-03-25 | 2 | -2/+15 |
| | | | | TODO: Modify the trace driver to generate these on the XML file itself. | ||||
* | python/trace: Control the interpreter from command line options. | José Fonseca | 2009-03-25 | 2 | -40/+80 |
| | |||||
* | python: Use Ansi escape codes regardless of output is a tty or not. | José Fonseca | 2009-03-25 | 1 | -1/+4 |
| | |||||
* | python: Allow to dump all images to disk. | José Fonseca | 2009-03-25 | 1 | -1/+13 |
| | |||||
* | python: s/pitch/stride/ | José Fonseca | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | python: s/num_cbufs/nr_cbufs/ | José Fonseca | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | python: More efficient blits from surfaces. | José Fonseca | 2009-02-20 | 1 | -12/+2 |
| | | | | C code instead of interpreted python code. | ||||
* | python/interpreter: Don't do unnecessary updates. | José Fonseca | 2009-02-20 | 1 | -2/+11 |
| | |||||
* | python/retrace: Verbosity level. | José Fonseca | 2009-02-20 | 1 | -15/+30 |
| | |||||
* | python/retrace: Cope with python 2.4.x | José Fonseca | 2009-02-20 | 1 | -3/+11 |
| | |||||
* | python/retrace: Dump indices too. | José Fonseca | 2008-12-09 | 1 | -1/+44 |
| | |||||
* | python/retrace: Dump vertex buffer contents. | José Fonseca | 2008-12-08 | 1 | -0/+24 |
| | |||||
* | python/retrace: Dump constants. | José Fonseca | 2008-11-20 | 1 | -2/+15 |
| | |||||
* | python/retrace: Fix formatting of shaders. | José Fonseca | 2008-11-19 | 1 | -5/+11 |
| | |||||
* | python/retrace: Ignore irrelevant calls. | José Fonseca | 2008-11-19 | 1 | -0/+10 |
| | |||||
* | python/retrace: Highlight the trace dump to help to visualize. | José Fonseca | 2008-11-19 | 4 | -35/+185 |
| | |||||
* | python/retrace: Use the usual BSD-style license. | José Fonseca | 2008-11-19 | 3 | -54/+78 |
| | |||||
* | python/retrace: Interpret texture/surfaces destructions. | José Fonseca | 2008-08-22 | 1 | -2/+8 |
| | |||||
* | python/retrace: Process the trace call-by-call (instead of reading ↵ | José Fonseca | 2008-08-22 | 2 | -27/+23 |
| | | | | everything into memory). | ||||
* | python/retrace: Support gziped traces. | José Fonseca | 2008-08-21 | 2 | -3/+14 |
| | |||||
* | python/retrace: Retrace draw_elements and draw_range_elements. | José Fonseca | 2008-08-20 | 1 | -0/+6 |
| | |||||
* | python/retrace: Add several missing functions. | José Fonseca | 2008-08-19 | 1 | -9/+48 |
| | |||||
* | python/retrace: Trim null chars. | José Fonseca | 2008-08-19 | 1 | -0/+1 |
| | | | | | They are often left in memory mapped files, and are not part of the XML accept chars anyway. | ||||
* | python/retrace: Update frame when PIPE_FLUSH_FRAME spotted. | José Fonseca | 2008-08-15 | 1 | -1/+2 |
| | |||||
* | pyhon/retrace: Retrace surface contents. | José Fonseca | 2008-08-15 | 1 | -9/+26 |
| | | | | Now capable of replaying trivial/quad-tex-2d | ||||
* | python/retrace: Keep addresses as strings. | José Fonseca | 2008-08-15 | 2 | -3/+1 |
| | | | | To simplify looking up these in the trace. | ||||
* | python/retrace: Commit unsaved changes to the doc. | José Fonseca | 2008-08-15 | 1 | -3/+2 |
| | |||||
* | python/retrace: Application capable of replaying gallium traces. | José Fonseca | 2008-08-14 | 4 | -0/+919 |
At the moment it is capable of replaying trivial/tri kind of apps. See README for status. |