summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Fix memory leakJakob Bornecrantz2009-03-161-1/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-3/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-5/+45
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-11/+10
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-70/+70
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* trace: Hack to detect writes to user buffers.José Fonseca2008-08-211-0/+11
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-1/+72
* trace: Several fixes.José Fonseca2008-08-151-3/+5
* trace: Make stream a global variable.José Fonseca2008-08-151-270/+227
* trace: Separate the trace screen/context vs the original screen/context.José Fonseca2008-08-141-8/+5
* trace: More dump fixes.José Fonseca2008-08-121-1/+0
* trace: Fix create_blend_state dump.José Fonseca2008-08-121-0/+2
* trace: Fix create_depth_stencil_alpha_state trace.José Fonseca2008-08-121-1/+3
* trace: Trace winsys/screen/context creation.José Fonseca2008-08-121-84/+51
* trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-091-5/+4
* trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca2008-08-081-0/+6
* trace: Dump state.José Fonseca2008-08-071-16/+21
* trace: Trace pipe context calls.José Fonseca2008-08-071-2/+1015
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+41