summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_context.c
AgeCommit message (Expand)Author
2010-02-10trace: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27trace: Silence unused variable warnings.Vinson Lee
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-01trace: Implement separate vertex sampler state.Michal Krol
2009-12-01trace: Reduce double semicolons to single ones.Michal Krol
2009-12-01trace: Update for renamed sampler/texture state setters.Michal Krol
2009-09-24gallium/trace: casts to silence warningsBrian Paul
2009-09-24trace: fix printf warningsKeith Whitwell
2009-09-01trace: Don't set surface_[fill|copy] if not set on pipeJakob Bornecrantz
2009-06-10trace: __func__ --> __FUNCTION__.Michal Krol
2009-06-09trace/rbug: Add support for draw block ruleJakob Bornecrantz
2009-06-09trace/rbug: Return textures currently bound to contextJakob Bornecrantz
2009-06-08trace/rbug: Sleep on windows when blockedJakob Bornecrantz
2009-06-05trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz
2009-06-04trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz
2009-05-18trace: Improve shader wrappingJakob Bornecrantz
2009-05-16trace: Export enabled statusJakob Bornecrantz
2009-05-16trace: If either shader is disabled don't drawJakob 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-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz
2009-04-17trace: Keep screen objects on listsJakob Bornecrantz
2009-04-17trace: Fix is_referenced functionsJakob Bornecrantz
2009-04-17trace: Simplify trace_buffer functionJakob Bornecrantz
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-08trace: Simplify cast wrappers.José Fonseca
2009-04-08trace: Match pipe_context::clear prototype.José Fonseca
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-03-25trace: Defer the cast to after the check for enabled trace.José Fonseca
2009-03-16trace: Fix memory leakJakob Bornecrantz
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-12trace: Wrap pipe_buffersJakob Bornecrantz
2009-03-11trace: Move buffer functions from winsys to screenJakob Bornecrantz
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Several fixes.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-12trace: More dump fixes.José Fonseca