Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: implement util_clear_depth_stencil fallback | Roland Scheidegger | 2010-06-07 | 1 | -0/+8 |
* | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -5/+5 |
* | util: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -5/+5 |
* | gallium/util: adapt util code to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -28/+13 |
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 1 | -0/+18 |
* | gallium: move framebuffer utility functions into a new file | Brian Paul | 2010-05-03 | 1 | -13/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -3/+3 |
* | gallium/util: simplify util_framebuffer_state_equal() | Brian Paul | 2009-12-11 | 1 | -5/+5 |
* | gallium/util: added framebuffer compare, copy util funcs | Brian Paul | 2009-12-10 | 1 | -0/+9 |
* | util: added util_same_surface() helper function | Brian Paul | 2009-08-07 | 1 | -0/+17 |
* | gallium: new, simple RGBA surface create/destroy helpers | Brian Paul | 2009-04-15 | 1 | -0/+52 |