summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_state.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-1/+0
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin1-1/+0
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-2/+2
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin1-2/+2
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-0/+1
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca1-17/+6
2008-08-15trace: Make stream a global variable.José Fonseca1-258/+239
2008-08-12trace: Dump polygon stipple state as an array.José Fonseca1-2/+3
2008-08-12trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca1-3/+3
2008-08-12trace: Trace texture depth.José Fonseca1-0/+4
2008-08-09trace: Dump shaders as text.José Fonseca1-4/+5
2008-08-09trace: Allow to dump binary data.José Fonseca1-27/+11
2008-08-07trace: Dump format names.José Fonseca1-2/+2
2008-08-07trace: Dump state.José Fonseca1-1/+432
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca1-0/+72