| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 2 | -4/+12 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -2/+2 |
* | cso: add constant buffer save/restore feature for postprocessing | Marek Olšák | 2013-03-26 | 2 | -0/+72 |
* | gallium/cso: don't use the pipe_error return type where it's not needed | Marek Olšák | 2012-12-12 | 2 | -41/+24 |
* | gallium: manage render condition in cso_context and fix postprocessing w/ it | Marek Olšák | 2012-12-12 | 2 | -0/+31 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 2 | -43/+53 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 1 | -2/+0 |
* | cso: rearrange some structure fields for consistency | Brian Paul | 2012-08-10 | 1 | -2/+3 |
* | gallium: set sample mask to ~0 for clear, blit and gen_mipmap | Marek Olšák | 2012-08-04 | 2 | -1/+14 |
* | cso: remove unreachable break statements | Brian Paul | 2012-08-03 | 1 | -5/+0 |
* | cso: 80-column wrapping, remove trailing whitespace, etc | Brian Paul | 2012-08-03 | 1 | -33/+54 |
* | gallium: consolidate CSO sampler and sampler_view functions | Brian Paul | 2012-08-03 | 2 | -212/+108 |
* | cso: cso_context should install u_vbuf by itself and not st/mesa | Marek Olšák | 2012-04-30 | 2 | -7/+23 |
* | gallium: make user vertex buffers optional | Marek Olšák | 2012-04-24 | 2 | -4/+65 |
* | cso: add set_index_buffer and draw_vbo passthrough functions | Marek Olšák | 2012-04-24 | 2 | -0/+48 |
* | cso: unreference saved vertex buffers when restoring | Marek Olšák | 2012-04-12 | 1 | -0/+8 |
* | gallium/cso: Put the comment about shader in the code for future reference. | José Fonseca | 2012-02-22 | 1 | -0/+7 |
* | gallium/cso: kill off non-functional shader caching | Marek Olšák | 2012-02-21 | 4 | -171/+0 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -15/+2 |
* | gallium: fix a crash in drivers that don't support stream output | Fredrik Höglund | 2011-12-15 | 1 | -1/+2 |
* | st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 2 | -0/+109 |
* | st/mesa: set geometry shader to NULL when doing internal drawing | Marek Olšák | 2011-11-04 | 1 | -1/+18 |
* | gallium/cso_cache: remove one call to pipe_sampler_view_reference | Marek Olšák | 2011-11-04 | 1 | -2/+4 |
* | cso: move cso hashes to a more table driven scheme | Dave Airlie | 2011-06-03 | 2 | -84/+21 |
* | gallium: always save and restore vertex buffers using cso_cache | Marek Olšák | 2011-02-14 | 2 | -0/+52 |
* | cso: don't tell drivers to bind null samplers, sampler views | Brian Paul | 2011-02-03 | 1 | -7/+7 |
* | cso: refactor texture sampler and sampler view code | Brian Paul | 2011-02-02 | 1 | -326/+307 |
* | cso: rename fragment sampler-related fields | Brian Paul | 2011-02-02 | 1 | -21/+26 |
* | cso: fix loop bound in cso_set_vertex_samplers() | Brian Paul | 2011-02-02 | 1 | -1/+1 |
* | cso: handle depth clamp | Marek Olšák | 2010-07-21 | 1 | -0/+4 |
* | gallium/cso: check for set_vertex_sampler_views != NULL before calling it | Brian Paul | 2010-07-02 | 1 | -1/+2 |
* | gallium/cso: unbind sampler views in cso_release_all() | Brian Paul | 2010-07-01 | 1 | -0/+2 |
* | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-05-04 | 1 | -41/+7 |
|\ |
|
| * | cso: use framebuffer utility functions | Brian Paul | 2010-05-03 | 1 | -41/+7 |
* | | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-04-30 | 1 | -1/+4 |
|\| |
|
| * | cso: remove commented-out code, update function docs | Brian Paul | 2010-04-29 | 1 | -1/+4 |
* | | gallium: fix glaring bugs in last commit | Roland Scheidegger | 2010-04-27 | 1 | -1/+1 |
* | | gallium: interface changes for multisampling | Roland Scheidegger | 2010-04-26 | 2 | -0/+13 |
|/ |
|
* | cso_cache: Ensure irrelevant state of the blend state is zeroed. | José Fonseca | 2010-04-24 | 1 | -0/+1 |
* | cso: Remove unnecessary header. | Vinson Lee | 2010-03-22 | 1 | -1/+0 |
* | cso: remove cso_set/save/restore_sampler_textures | Roland Scheidegger | 2010-03-19 | 2 | -76/+0 |
* | cso: Do not hold references to bound textures. | Keith Whitwell | 2010-03-15 | 1 | -22/+8 |
* | cso: Remove set/save/restore_vertex_sampler_textures(). | Michal Krol | 2010-03-12 | 2 | -98/+0 |
* | cso: Add entry points for vertex/fragment sampler views. | Michal Krol | 2010-03-12 | 2 | -15/+167 |
* | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 4 | -2/+190 |
|\ |
|
| * | cso: don't forget to release vertex elements state | Roland Scheidegger | 2010-03-09 | 1 | -0/+1 |
| * | cso: Fix typo in assert. | Corbin Simpson | 2010-03-09 | 1 | -1/+1 |
| * | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 4 | -3/+123 |
| |\ |
|
| | * | auxiliary: fix vertex elements cso | Roland Scheidegger | 2010-03-09 | 2 | -7/+19 |
| | * | gallium: use cso state handling for pipe_vertex_element state | Roland Scheidegger | 2010-02-18 | 4 | -2/+111 |