summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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