summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_state.c
AgeCommit message (Expand)Author
2010-05-12trace: Remove rbug from traceJakob Bornecrantz
2009-05-18trace: Improve shader wrappingJakob Bornecrantz
2009-05-16trace: Put shaders on a list in the contextJakob Bornecrantz
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-12trace: Wrap pipe_buffersJakob Bornecrantz
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-18gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
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