summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_state.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Improve shader wrappingJakob Bornecrantz2009-05-181-1/+17
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-161-0/+50
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-491/+0
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-2/+0
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-1/+0
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-2/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-2/+2
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-15/+15
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+10
* gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer2009-02-181-2/+27
* 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