Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-06 | softpipe: clean up the buffer clear and tile cache code a little | Brian Paul | |
2009-04-04 | gallium: Clean up driver clear() interface. | Michel Dänzer | |
Only allows clearing currently bound buffers, but colour and depth/stencil in a single call. | |||
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin | |
2008-09-05 | softpipe: convert clear color to surface format if needed | Brian Paul | |
2008-04-22 | softpipe: implement SP_NO_RAST env var | Keith Whitwell | |
2008-03-13 | gallium: set surface status to CLEAR or DEFINED in clearing/drawing code. | Brian | |
Otherwise, we were never setting these flags. This confused the state tracker. Fixes progs/demos/texenv.c, probably others. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |