summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-1/+0
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+0
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-0/+1
* trace: Fix pipe_clip_state dump.José Fonseca2008-08-191-17/+6
* trace: Make stream a global variable.José Fonseca2008-08-151-258/+239
* trace: Dump polygon stipple state as an array.José Fonseca2008-08-121-2/+3
* trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca2008-08-121-3/+3
* trace: Trace texture depth.José Fonseca2008-08-121-0/+4
* trace: Dump shaders as text.José Fonseca2008-08-091-4/+5
* trace: Allow to dump binary data.José Fonseca2008-08-091-27/+11
* trace: Dump format names.José Fonseca2008-08-071-2/+2
* trace: Dump state.José Fonseca2008-08-071-1/+432
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+72