| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/util: add tight_format_check param to util_can_blit_via_copy_region() | Brian Paul | 2016-06-30 | 1 | -1/+2 |
* | gallium/util: new util_try_blit_via_copy_region() function | Brian Paul | 2016-06-30 | 1 | -0/+3 |
* | util: new util_fill_box helper | Roland Scheidegger | 2013-06-13 | 1 | -0/+7 |
* | gallium/util: remove unused helper util_create_rgba_texture | Marek Olšák | 2013-01-04 | 1 | -6/+0 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -2/+1 |
* | gallium/util: move util_try_blit_via_copy_region to u_surface.c | Marek Olšák | 2012-12-12 | 1 | -0/+4 |
* | util: Add util_copy_box helper. | José Fonseca | 2012-12-06 | 1 | -0/+10 |
* | gallium/util: Move the util_copy/fill_rect into u_surface. | José Fonseca | 2012-12-06 | 1 | -0/+14 |
* | st/mesa: implement decompress_with_blit using gallium blit | Marek Olšák | 2012-09-30 | 1 | -9/+2 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -1/+1 |
* | util: C++ safe. | José Fonseca | 2010-12-02 | 1 | -0/+11 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -5/+8 |
* | 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 |