summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Fix typo in method name.José Fonseca2010-05-021-1/+1
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-2/+2
* trace: Implement index bias.José Fonseca2010-04-191-6/+10
* trace: Ignore transfer_flush_region too.José Fonseca2010-04-141-7/+0
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-121-69/+52
* Squashed commit of the following:Keith Whitwell2010-04-101-109/+141
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+137
|\
| * 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
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-24/+67
|\|
| * trace: adapt to new vertex element csoRoland Scheidegger2010-03-011-24/+67
* | trace: Fix after sampler view changes.Michal Krol2010-02-231-0/+59
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-38/+38
|/
* 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