summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-4/+5
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+136
* trace: adapt to new vertex element csoRoland Scheidegger2010-03-011-24/+67
* trace: Fix constant buffer unwrapping.José Fonseca2010-02-151-9/+4
* trace: Fix generated XML.José Fonseca2010-02-141-1/+1
* trace: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+19
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-13/+4
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-5/+6
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-5/+6
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-27/+12
|\ \
| * | gallium: remove return value from draw callsKeith Whitwell2009-12-211-27/+12
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+2
|\ \ \ | |_|/ |/| |
| * | trace: Silence unused variable warnings.Vinson Lee2009-12-271-0/+2
* | | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-20/+0
| |/ |/|
* | trace: Implement separate vertex sampler state.Michal Krol2009-12-011-8/+68
* | trace: Reduce double semicolons to single ones.Michal Krol2009-12-011-30/+30
* | trace: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-6/+6
|/
* gallium/trace: casts to silence warningsBrian Paul2009-09-241-4/+4
* trace: fix printf warningsKeith Whitwell2009-09-241-5/+5
* trace: Don't set surface_[fill|copy] if not set on pipeJakob Bornecrantz2009-09-011-2/+4
* trace: __func__ --> __FUNCTION__.Michal Krol2009-06-101-1/+1
* trace/rbug: Add support for draw block ruleJakob Bornecrantz2009-06-091-1/+32
* trace/rbug: Return textures currently bound to contextJakob Bornecrantz2009-06-091-2/+7
* trace/rbug: Sleep on windows when blockedJakob Bornecrantz2009-06-081-1/+3
* trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz2009-06-051-0/+5
* trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz2009-06-041-0/+57
* trace: Improve shader wrappingJakob Bornecrantz2009-05-181-2/+2
* trace: Export enabled statusJakob Bornecrantz2009-05-161-1/+1
* trace: If either shader is disabled don't drawJakob Bornecrantz2009-05-161-0/+13
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-161-8/+33
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-1/+1
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-191-1/+1
* trace: Keep screen objects on listsJakob Bornecrantz2009-04-171-3/+8
* trace: Fix is_referenced functionsJakob Bornecrantz2009-04-171-2/+6
* trace: Simplify trace_buffer functionJakob Bornecrantz2009-04-171-5/+3
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+44
* trace: Simplify cast wrappers.José Fonseca2009-04-081-6/+2
* trace: Match pipe_context::clear prototype.José Fonseca2009-04-081-7/+4
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-8/+13
* trace: Defer the cast to after the check for enabled trace.José Fonseca2009-03-251-2/+5
* trace: Fix memory leakJakob Bornecrantz2009-03-161-1/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-3/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-5/+45
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-11/+10
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-70/+70
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* trace: Hack to detect writes to user buffers.José Fonseca2008-08-211-0/+11