Age | Commit message (Expand) | Author |
2010-08-28 | trace: Don't try to dump the rgba array if null | Jakob Bornecrantz |
2010-08-21 | trace: Don't immediately destroy the pipe's sampler view in the trace driver. | Alex Corscadden |
2010-08-21 | trace: Trace the correct version of the resource when setting the index buffer. | Alex Corscadden |
2010-07-29 | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu |
2010-07-29 | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-29 | trace: adapt to clear interface changes | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | trace: adapt to interface changes | Roland Scheidegger |
2010-05-02 | trace: Fix typo in method name. | José Fonseca |
2010-05-13 | trace: Add missing header. | Vinson Lee |
2010-05-13 | trace: Remove unnecessary headers. | Vinson Lee |
2010-05-12 | trace: Remove rbug from trace | Jakob Bornecrantz |
2010-04-23 | gallium: s/free/FREE/ and same for friends. | José Fonseca |
2010-04-19 | trace: Implement index bias. | José Fonseca |
2010-04-14 | trace: Ignore transfer_flush_region too. | José Fonseca |
2010-04-12 | trace: Fix several regressions introduced by recent interface changes. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-01 | trace: adapt to new vertex element cso | Roland Scheidegger |
2010-02-15 | trace: Fix constant buffer unwrapping. | José Fonseca |
2010-02-14 | trace: Fix generated XML. | José Fonseca |
2010-02-10 | trace: adapt to stencil ref changes | Roland Scheidegger |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-11 | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-27 | trace: Silence unused variable warnings. | Vinson Lee |
2009-12-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-21 | gallium: remove return value from draw calls | Keith Whitwell |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2010-02-23 | trace: Fix after sampler view changes. | Michal Krol |
2010-02-19 | gallium: WIP: Introduce sampler views. | Michal Krol |
2009-12-01 | trace: Implement separate vertex sampler state. | Michal Krol |
2009-12-01 | trace: Reduce double semicolons to single ones. | Michal Krol |
2009-12-01 | trace: Update for renamed sampler/texture state setters. | Michal Krol |
2009-09-24 | gallium/trace: casts to silence warnings | Brian Paul |
2009-09-24 | trace: fix printf warnings | Keith Whitwell |
2009-09-01 | trace: Don't set surface_[fill|copy] if not set on pipe | Jakob Bornecrantz |
2009-06-10 | trace: __func__ --> __FUNCTION__. | Michal Krol |
2009-06-09 | trace/rbug: Add support for draw block rule | Jakob Bornecrantz |
2009-06-09 | trace/rbug: Return textures currently bound to context | Jakob Bornecrantz |