summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Collapse)AuthorAgeFilesLines
* trace: More dump fixes.José Fonseca2008-08-122-1/+2
|
* trace: Fix create_blend_state dump.José Fonseca2008-08-121-0/+2
|
* trace: Dump polygon stipple state as an array.José Fonseca2008-08-121-2/+3
|
* trace: Fix create_depth_stencil_alpha_state trace.José Fonseca2008-08-121-1/+3
|
* trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca2008-08-121-3/+3
|
* trace: Replace buffer_map+memcpy+buffer_unmap by buffer_writeJosé Fonseca2008-08-121-31/+8
|
* trace: Zero the buffers to avoid dumping uninitialized memory.José Fonseca2008-08-121-4/+15
|
* trace: Fix hexadecimal dumping.José Fonseca2008-08-121-6/+5
|
* trace: Trace winsys/screen/context creation.José Fonseca2008-08-124-90/+71
|
* trace: Trace texture depth.José Fonseca2008-08-121-0/+4
|
* trace: Dump writes to pipe_buffers.José Fonseca2008-08-092-1/+56
|
* trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-092-5/+7
|
* trace: Dump shaders as text.José Fonseca2008-08-092-5/+44
|
* trace: Allow to dump binary data.José Fonseca2008-08-094-27/+37
|
* trace: Trace pipe_winsys calls.José Fonseca2008-08-094-7/+476
|
* trace: Remove unused code.José Fonseca2008-08-091-2/+0
|
* trace: Prevent from internal calls from pipe_context to pipe_screen from ↵José Fonseca2008-08-081-0/+6
| | | | being traced.
* trace: Simplify HTML output.José Fonseca2008-08-071-40/+7
|
* trace: Merge the CSS into the XSL.José Fonseca2008-08-072-74/+56
|
* trace: Dump format names.José Fonseca2008-08-075-4/+13
|
* trace: Dump state.José Fonseca2008-08-076-25/+549
|
* trace: Trace pipe context calls.José Fonseca2008-08-073-7/+1027
|
* trace: Add missing XSL and CSS.José Fonseca2008-08-072-0/+186
|
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-0712-0/+1300
Only pipe_screen calls traced, and only linux supported, for now.