summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_winsys.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Several fixes.José Fonseca2008-08-151-6/+10
* trace: Make stream a global variable.José Fonseca2008-08-151-97/+88
* trace: Separate the trace screen/context vs the original screen/context.José Fonseca2008-08-141-16/+7
* trace: More dump fixes.José Fonseca2008-08-121-0/+2
* 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: Trace winsys/screen/context creation.José Fonseca2008-08-121-2/+6
* trace: Dump writes to pipe_buffers.José Fonseca2008-08-091-1/+53
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-0/+410