aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_surface.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: split out zstencil clearing code.Dave Airlie2020-05-061-0/+6
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-6/+0
* gallium: implement util_clear_textureLars Hamre2017-02-241-0/+7
* gallium/util: add tight_format_check param to util_can_blit_via_copy_region()Brian Paul2016-06-301-1/+2
* gallium/util: new util_try_blit_via_copy_region() functionBrian Paul2016-06-301-0/+3
* util: new util_fill_box helperRoland Scheidegger2013-06-131-0/+7
* gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2013-01-041-6/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+1
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-121-0/+4
* util: Add util_copy_box helper.José Fonseca2012-12-061-0/+10
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-061-0/+14
* st/mesa: implement decompress_with_blit using gallium blitMarek Olšák2012-09-301-9/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+1
* util: C++ safe.José Fonseca2010-12-021-0/+11
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-5/+8
* util: implement util_clear_depth_stencil fallbackRoland Scheidegger2010-06-071-0/+8
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-5/+5
* util: adapt to clear interface changesRoland Scheidegger2010-05-291-5/+5
* gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-28/+13
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+18
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-13/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-111-5/+5
* gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-101-0/+9
* util: added util_same_surface() helper functionBrian Paul2009-08-071-0/+17
* gallium: new, simple RGBA surface create/destroy helpersBrian Paul2009-04-151-0/+52