Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace: Request a growable file. | José Fonseca | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | trace: Use util's stream. | José Fonseca | 2008-09-08 | 5 | -354/+6 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 9 | -8/+9 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | trace: Include u_string.h. | Michal Krol | 2008-08-23 | 1 | -0/+1 |
| | |||||
* | trace: Don't trace texture/surfaces releases, only destructions. | José Fonseca | 2008-08-22 | 1 | -16/+18 |
| | |||||
* | trace: Use a 4 hexadecimal digit suffix. | José Fonseca | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | trace: Hack to detect writes to user buffers. | José Fonseca | 2008-08-21 | 3 | -0/+64 |
| | | | | | | It often happens that new data is written directly to the user buffers without mapping/unmapping. This hack marks user buffers and dumps them before passing them to pipe context. | ||||
* | trace: Split the output stream on windows. | José Fonseca | 2008-08-21 | 1 | -27/+75 |
| | | | | Because windows limits the ammount of memory that can be mapped. | ||||
* | trace: Fix pipe_clip_state dump. | José Fonseca | 2008-08-19 | 1 | -17/+6 |
| | |||||
* | trace: Support C++. | José Fonseca | 2008-08-19 | 2 | -0/+18 |
| | |||||
* | trace: Explain how to integrate with a state tracker or winsys. | José Fonseca | 2008-08-18 | 1 | -3/+42 |
| | |||||
* | trace: Preliminary stream implementation for GDI. | José Fonseca | 2008-08-18 | 3 | -14/+145 |
| | |||||
* | trace: Use long longs to ensure covering 64bits integers. | José Fonseca | 2008-08-18 | 2 | -6/+6 |
| | |||||
* | trace: Get the trace file from the GALLIUM_TRACE option itself. | José Fonseca | 2008-08-18 | 4 | -13/+12 |
| | |||||
* | trace: Fix typo. | José Fonseca | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | 2008-08-15 | 7 | -49/+378 |
| | | | | | | | That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | ||||
* | trace: Allow multiple screens. Flush after call. | José Fonseca | 2008-08-15 | 4 | -16/+53 |
| | |||||
* | trace: Several fixes. | José Fonseca | 2008-08-15 | 2 | -9/+15 |
| | |||||
* | trace: Trace surface contents. | José Fonseca | 2008-08-15 | 3 | -24/+60 |
| | |||||
* | trace: Make stream a global variable. | José Fonseca | 2008-08-15 | 12 | -1017/+906 |
| | | | | | This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly. | ||||
* | trace: Update status. | José Fonseca | 2008-08-14 | 1 | -2/+4 |
| | |||||
* | trace: Separate the trace screen/context vs the original screen/context. | José Fonseca | 2008-08-14 | 5 | -32/+34 |
| | |||||
* | trace: More dump fixes. | José Fonseca | 2008-08-12 | 2 | -1/+2 |
| | |||||
* | trace: Fix create_blend_state dump. | José Fonseca | 2008-08-12 | 1 | -0/+2 |
| | |||||
* | trace: Dump polygon stipple state as an array. | José Fonseca | 2008-08-12 | 1 | -2/+3 |
| | |||||
* | trace: Fix create_depth_stencil_alpha_state trace. | José Fonseca | 2008-08-12 | 1 | -1/+3 |
| | |||||
* | trace: Dump pipe_{depth,stencil,alpha}_state names. | José Fonseca | 2008-08-12 | 1 | -3/+3 |
| | |||||
* | trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write | José Fonseca | 2008-08-12 | 1 | -31/+8 |
| | |||||
* | trace: Zero the buffers to avoid dumping uninitialized memory. | José Fonseca | 2008-08-12 | 1 | -4/+15 |
| | |||||
* | trace: Fix hexadecimal dumping. | José Fonseca | 2008-08-12 | 1 | -6/+5 |
| | |||||
* | trace: Trace winsys/screen/context creation. | José Fonseca | 2008-08-12 | 4 | -90/+71 |
| | |||||
* | trace: Trace texture depth. | José Fonseca | 2008-08-12 | 1 | -0/+4 |
| | |||||
* | trace: Dump writes to pipe_buffers. | José Fonseca | 2008-08-09 | 2 | -1/+56 |
| | |||||
* | trace: Prevent tracing internal pipe driver calls. | José Fonseca | 2008-08-09 | 2 | -5/+7 |
| | |||||
* | trace: Dump shaders as text. | José Fonseca | 2008-08-09 | 2 | -5/+44 |
| | |||||
* | trace: Allow to dump binary data. | José Fonseca | 2008-08-09 | 4 | -27/+37 |
| | |||||
* | trace: Trace pipe_winsys calls. | José Fonseca | 2008-08-09 | 4 | -7/+476 |
| | |||||
* | trace: Remove unused code. | José Fonseca | 2008-08-09 | 1 | -2/+0 |
| | |||||
* | trace: Prevent from internal calls from pipe_context to pipe_screen from ↵ | José Fonseca | 2008-08-08 | 1 | -0/+6 |
| | | | | being traced. | ||||
* | trace: Simplify HTML output. | José Fonseca | 2008-08-07 | 1 | -40/+7 |
| | |||||
* | trace: Merge the CSS into the XSL. | José Fonseca | 2008-08-07 | 2 | -74/+56 |
| | |||||
* | trace: Dump format names. | José Fonseca | 2008-08-07 | 5 | -4/+13 |
| | |||||
* | trace: Dump state. | José Fonseca | 2008-08-07 | 6 | -25/+549 |
| | |||||
* | trace: Trace pipe context calls. | José Fonseca | 2008-08-07 | 3 | -7/+1027 |
| | |||||
* | trace: Add missing XSL and CSS. | José Fonseca | 2008-08-07 | 2 | -0/+186 |
| | |||||
* | trace: New pipe driver to trace incoming calls. | José Fonseca | 2008-08-07 | 12 | -0/+1300 |
Only pipe_screen calls traced, and only linux supported, for now. |