summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_surface.h
Commit message (Expand)AuthorAgeFilesLines
* 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