| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 1 | -0/+3 |
* | softpipe: fix dangling references to shaders in the TGSI executor | Brian Paul | 2010-05-06 | 1 | -0/+2 |
* | softpipe: add option to do polygon stipple in softpipe vs. draw module | Brian Paul | 2010-04-19 | 1 | -0/+5 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -1/+1 |
* | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -3/+3 |
|\ |
|
| * | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell | 2010-03-10 | 1 | -2/+2 |
| |\ |
|
| | * | softpipe: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -2/+2 |
| * | | softpipe: silence warning | Keith Whitwell | 2010-03-09 | 1 | -1/+1 |
| |/ |
|
* / | gallium: WIP: Introduce sampler views. | Michal Krol | 2010-02-19 | 1 | -4/+4 |
|/ |
|
* | softpipe: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 1 | -0/+1 |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -0/+3 |
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol | 2010-01-28 | 1 | -2/+2 |
* | gallium: Implement 2D constant buffers for fragment shader in softpipe. | Michal Krol | 2010-01-28 | 1 | -2/+2 |
* | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -1/+1 |
|\ |
|
| * | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-24 | 1 | -1/+1 |
* | | softpipe: implement conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+4 |
* | | softpipe: make it possible to dump geometry shader from the softpipe | Zack Rusin | 2009-12-25 | 1 | -0/+1 |
* | | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 1 | -0/+1 |
|/ |
|
* | sp: Implement separate vertex sampler state. | Michal Krol | 2009-12-01 | 1 | -1/+6 |
* | softpipe: whitespace and comment fixes | Brian Paul | 2009-10-07 | 1 | -11/+8 |
* | softpipe: remove old prim_setup draw stage | Keith Whitwell | 2009-08-23 | 1 | -2/+3 |
* | Merge branch 'tex-tilecache' into softpipe-opt | Keith Whitwell | 2009-08-23 | 1 | -1/+2 |
|\ |
|
| * | softpipe: split texture and surface tile caches | Keith Whitwell | 2009-08-18 | 1 | -1/+2 |
* | | softpipe: rework texture sampling code | Keith Whitwell | 2009-08-21 | 1 | -11/+12 |
|/ |
|
* | softpipe: move all depth/stencil/alpha pixel processing into one stage | Keith Whitwell | 2009-07-27 | 1 | -6/+0 |
* | softpipe: move all color-combine code into sp_quad_blend.c | Keith Whitwell | 2009-07-24 | 1 | -2/+0 |
* | softpipe: actually pass >1 quad from triangle routine | Keith Whitwell | 2009-07-24 | 1 | -1/+10 |
* | softpipe: rip out old mulithread support | Keith Whitwell | 2009-07-24 | 1 | -12/+1 |
* | softpipe: make some small steps to flush texture cache less frequently | Keith Whitwell | 2009-07-22 | 1 | -1/+2 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 1 | -0/+2 |
|\ |
|
| * | softpipe: Fix softpipe_is_texture_referenced. | José Fonseca | 2009-06-15 | 1 | -0/+2 |
* | | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON" | Brian Paul | 2009-05-30 | 1 | -1/+0 |
* | | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON | Brian Paul | 2009-05-27 | 1 | -0/+1 |
* | | gallium: remove occlusion_count flag from depth-stencil state | Keith Whitwell | 2009-05-16 | 1 | -0/+1 |
|/ |
|
* | softpipe: remove unneeded #include | Brian Paul | 2009-02-11 | 1 | -1/+0 |
* | softpipe: asst comments, clean-ups | Brian Paul | 2009-02-11 | 1 | -12/+10 |
* | softpipe: remove some old polygon stipple stuff and do some clean-ups | Brian Paul | 2009-02-11 | 1 | -6/+0 |
* | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] | Brian | 2009-02-11 | 1 | -1/+1 |
* | gallium: Replace uint64 by standard uint64_t. | José Fonseca | 2009-01-08 | 1 | -1/+1 |
* | softpipe: fix vertex shader texture sampling | Brian Paul | 2008-12-17 | 1 | -2/+4 |
* | softpipe: plug in softpipe's texture samplers into draw module. | Brian | 2008-12-04 | 1 | -0/+7 |
* | softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp... | Michal Krol | 2008-09-08 | 1 | -1/+1 |
* | softpipe: First attempts at multithreaded softpipe. | Michal Krol | 2008-09-08 | 1 | -4/+6 |
* | gallium: fix invalid call to draw_set_mapped_constant_buffer() | Brian Paul | 2008-06-20 | 1 | -1/+1 |
* | gallium: remove the unused softpipe_winsys code | Brian Paul | 2008-05-01 | 1 | -2/+0 |
* | softpipe: implement SP_NO_RAST env var | Keith Whitwell | 2008-04-22 | 1 | -0/+2 |
* | gallium: take reduced prim, fill modes into account when culling | Brian Paul | 2008-04-14 | 1 | -0/+2 |
* | gallium: keep track of num_vertex_attribs/buffers for shorter loops | Brian | 2008-04-08 | 1 | -0/+2 |
* | gallium: get rid of bufloop quad stage | Brian | 2008-04-07 | 1 | -1/+0 |
* | gallium: begin reworking quad stages for multiple color outputs | Brian | 2008-04-07 | 1 | -2/+0 |