Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: rework CSO-related code in state tracker | Brian | 2008-03-11 | 1 | -1/+0 |
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -1/+1 |
* | Remove pipe->get/put_tile_rgba. | Michel Dänzer | 2008-01-14 | 1 | -11/+12 |
* | Remove mapping fields from struct pipe_surface. | Michel Dänzer | 2008-01-14 | 1 | -122/+15 |
* | gallium: make state tracker explictly ask for rendercache flushes | Keith Whitwell | 2007-12-20 | 1 | -1/+1 |
* | don't use get/put_tile_rgba() for accum buffer accesses | Brian | 2007-12-10 | 1 | -19/+98 |
* | Eliminate struct pipe_region. | Michel Dänzer | 2007-12-07 | 1 | -16/+17 |
* | Move the get/put_tile() functions to pipe_context. | Brian | 2007-10-25 | 1 | -11/+11 |
* | fix masking bug, memory leak | Brian | 2007-10-22 | 1 | -29/+28 |
* | flush the pipe before accum ops | Brian | 2007-10-20 | 1 | -0/+3 |
* | New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'... | Brian | 2007-10-16 | 1 | -6/+38 |
* | implement accum ops | Brian | 2007-10-14 | 1 | -8/+162 |
* | Added accum function/files. | Brian | 2007-10-14 | 1 | -0/+90 |