aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-2/+155
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-71/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+13
* util: Rename pipe formats.José Fonseca2010-03-011-2/+2
* util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-1/+1
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-0/+71
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-1/+0
| |\
| * \ Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-4/+4
| |\ \
| * | | gallium/util: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
| * | | gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-111-5/+11
| * | | gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-101-0/+49
* | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
| |_|/ |/| |
* | | util: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
| |/ |/|
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\ \
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* / gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
|/
* util: Fix surface usageJakob Bornecrantz2009-04-151-2/+2
* gallium: new, simple RGBA surface create/destroy helpersBrian Paul2009-04-151-0/+113