aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_surface.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSEDGert Wollny2017-11-171-5/+5
* gallium/aux/util/u_surface.c: Silence a -Wsign-compare warning.Gert Wollny2017-11-171-1/+1
* gallium/util: remove some block alignment assertionsRoland Scheidegger2017-10-251-8/+0
* gallium/util: (trivial) fix util_clear_render_targetRoland Scheidegger2017-02-241-7/+8
* gallium: implement util_clear_textureLars Hamre2017-02-241-145/+241
* gallium/util: check for window cliprects in util_can_blit_via_copy_region()Brian Paul2016-06-301-0/+1
* gallium/util: add tight_format_check param to util_can_blit_via_copy_region()Brian Paul2016-06-301-10/+28
* gallium/util: simplify a few things in util_can_blit_via_copy_region()Brian Paul2016-06-301-12/+8
* gallium/util: new util_try_blit_via_copy_region() functionBrian Paul2016-06-301-15/+29
* gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger2016-06-141-20/+8
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul2016-06-101-20/+95
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+2
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+2
* gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan2015-12-031-1/+1
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-211-0/+3
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-1/+1
* gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2013-06-131-25/+1
* util: new util_fill_box helperRoland Scheidegger2013-06-131-10/+30
* util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger2013-06-071-87/+103
* util: fix issues with util_clear_render_target.Roland Scheidegger2013-02-281-9/+46
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-121-2/+2
* gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2013-01-041-55/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-5/+2
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-121-0/+160
* util: Add util_copy_box helper.José Fonseca2012-12-061-14/+41
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-061-0/+124
* util/surface: Always use the surface format when clearing.José Fonseca2012-12-041-7/+8
* util/u_surface: Support 3D/array textures in util_resource_copy_region().José Fonseca2012-11-091-26/+44
* util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.José Fonseca2012-11-091-12/+6
* gallium: unify transfer functionsMarek Olšák2012-10-111-44/+30
* st/mesa: implement decompress_with_blit using gallium blitMarek Olšák2012-09-301-27/+3
* util: Move dereference after null check in util_resource_copy_region.Vinson Lee2012-08-041-3/+3
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-101-7/+10
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-4/+4
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák2011-07-101-1/+34
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+3
* util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-32/+46
* auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger2010-08-231-41/+5
* util: implement util_clear_depth_stencil fallbackRoland Scheidegger2010-06-071-1/+107
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-7/+7
* util: adapt to clear interface changesRoland Scheidegger2010-05-291-20/+32
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-38/+38
|\
| * util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2010-05-181-2/+2
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-36/+36
* | util: Remove unnecessary headers.Vinson Lee2010-05-041-1/+0
|/