summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* trace: Don't trace texture/surfaces releases, only destructions.José Fonseca2008-08-221-16/+18
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-29/+75
* trace: Trace surface contents.José Fonseca2008-08-151-20/+55
* trace: Make stream a global variable.José Fonseca2008-08-151-105/+91
* trace: Separate the trace screen/context vs the original screen/context.José Fonseca2008-08-141-6/+18
* trace: Trace winsys/screen/context creation.José Fonseca2008-08-121-4/+9
* trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-091-0/+3
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-7/+2
* trace: Dump format names.José Fonseca2008-08-071-1/+1
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+385