summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-40/+91
* trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca2010-09-291-19/+11
* trace: Don't try to dump the rgba array if nullJakob Bornecrantz2010-08-281-1/+4
* trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden2010-08-211-1/+1
* trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden2010-08-211-1/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-88/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+52
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-25/+53
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-19/+19
| * trace: adapt to clear interface changesRoland Scheidegger2010-05-291-25/+53
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-3/+3
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-27/+53
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+17
| * trace: adapt to interface changesRoland Scheidegger2010-05-171-27/+36
* | trace: Add missing header.Vinson Lee2010-05-131-0/+1
* | trace: Remove unnecessary headers.Vinson Lee2010-05-131-1/+0
* | trace: Remove rbug from traceJakob Bornecrantz2010-05-121-145/+5
|/
* 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