summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_state.c
AgeCommit message (Collapse)Author
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly.
2008-08-12trace: Dump polygon stipple state as an array.José Fonseca
2008-08-12trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca
2008-08-12trace: Trace texture depth.José Fonseca
2008-08-09trace: Dump shaders as text.José Fonseca
2008-08-09trace: Allow to dump binary data.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07trace: Dump state.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca
Only pipe_screen calls traced, and only linux supported, for now.