summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_surface.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-13util: new util_fill_box helperRoland Scheidegger1-0/+7
2013-01-04gallium/util: remove unused helper util_create_rgba_textureMarek Olšák1-6/+0
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+1
2012-12-12gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák1-0/+4
2012-12-06util: Add util_copy_box helper.José Fonseca1-0/+10
2012-12-06gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca1-0/+14
2012-09-30st/mesa: implement decompress_with_blit using gallium blitMarek Olšák1-9/+2
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-1/+1
2010-12-02util: C++ safe.José Fonseca1-0/+11
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-5/+8
2010-06-07util: implement util_clear_depth_stencil fallbackRoland Scheidegger1-0/+8
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-5/+5
2010-05-29util: adapt to clear interface changesRoland Scheidegger1-5/+5
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger1-28/+13
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-0/+18
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul1-13/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-3/+3
2009-12-11gallium/util: simplify util_framebuffer_state_equal()Brian Paul1-5/+5
2009-12-10gallium/util: added framebuffer compare, copy util funcsBrian Paul1-0/+9
2009-08-07util: added util_same_surface() helper functionBrian Paul1-0/+17
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul1-0/+52