| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -3/+3 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -2/+2 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -35/+17 |
* | gallium: implement blit in driver wrappers | Marek Olšák | 2012-09-30 | 1 | -0/+15 |
* | gallium/identity: add 'start' parameter to bind_sampler_states/views() | Brian Paul | 2012-08-16 | 1 | -4/+12 |
* | gallium/identity: consolidate sampler, sampler_view code | Brian Paul | 2012-08-16 | 1 | -32/+54 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 1 | -2/+2 |
* | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -14/+0 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -7/+6 |
* | gallium: adapt to get_query_result interface change | Marek Olšák | 2012-03-30 | 1 | -1/+1 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 1 | -1/+0 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -4/+4 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -2/+0 |
* | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 1 | -18/+0 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+14 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -24/+46 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -68/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+30 |
* | gallium: adjust the query interface to support custom types | Zack Rusin | 2010-06-08 | 1 | -1/+1 |
* | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -30/+30 |
* | identity: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -28/+48 |
* | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | 2010-05-18 | 1 | -0/+12 |
* | identity: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -51/+63 |
* | identity: Move sampler view create and destroy to id_objects.c | Jakob Bornecrantz | 2010-05-03 | 1 | -32/+20 |
* | identity: s/texture/resource/ | Jakob Bornecrantz | 2010-05-03 | 1 | -11/+11 |
* | identity: Whitespace & Style | Jakob Bornecrantz | 2010-05-03 | 1 | -39/+39 |
* | gallium: s/free/FREE/ and same for friends. | José Fonseca | 2010-04-23 | 1 | -3/+3 |
* | identity: Implement index bias. | José Fonseca | 2010-04-19 | 1 | -0/+4 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -68/+91 |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 1 | -0/+73 |
|\ |
|
| * | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -2/+4 |
| * | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+72 |
* | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -15/+39 |
|\| |
|
| * | identity: fix copy & paste error | Roland Scheidegger | 2010-03-09 | 1 | -4/+4 |
| * | identity: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -15/+39 |
* | | identity: Fix after sampler view changes. | Michal Krol | 2010-02-23 | 1 | -0/+42 |
* | | gallium: WIP: Introduce sampler views. | Michal Krol | 2010-02-19 | 1 | -28/+24 |
|/ |
|
* | identity: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 1 | -0/+12 |
* | identity: Remove unnecessary header. | Vinson Lee | 2010-02-08 | 1 | -1/+0 |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -1/+1 |
* | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -6/+6 |
|\ |
|
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger | 2010-01-11 | 1 | -1/+1 |
| * | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-24 | 1 | -6/+6 |
* | | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell | 2010-01-05 | 1 | -21/+21 |
|\ \
| |/
|/| |
|
| * | gallium: remove return value from draw calls | Keith Whitwell | 2009-12-21 | 1 | -21/+21 |
* | | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -12/+0 |
|/ |
|
* | identity: fix copy&paste error | Roland Scheidegger | 2009-12-04 | 1 | -1/+1 |
* | id: Implement separate vertex sampler state. | Michal Krol | 2009-12-01 | 1 | -9/+49 |
* | id: Update for renamed sampler/texture state setters. | Michal Krol | 2009-12-01 | 1 | -8/+8 |
* | identity: Use the correct texture | Jakob Bornecrantz | 2009-08-06 | 1 | -1/+1 |