summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_winsys.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-64/+17
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+1
* trace: Hack to detect writes to user buffers.José Fonseca2008-08-211-0/+40
* trace: Fix typo.José Fonseca2008-08-151-1/+1
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-0/+16
* 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