summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_tile.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix another stencil-as-float issueRoland Scheidegger2015-04-271-2/+2
* u_tile: fix warnings about incompatible casts.Dave Airlie2015-04-081-3/+3
* u_tile: fix stencil texturing tests under softpipeDave Airlie2015-04-081-6/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-301-1/+1
* util: silence MSVC double->float conversion warningsBrian Paul2013-01-251-2/+2
* util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul2013-01-041-1/+1
* util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2013-01-041-0/+36
* gallium: unify transfer functionsMarek Olšák2012-10-111-69/+36
* gallium/util: implement tile code for PIPE_FORMAT_Z32_FLOATBrian Paul2012-08-271-0/+36
* gallium/util: fix argument cast in x32_s8_get_tile_rgba() callBrian Paul2012-01-041-1/+1
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-0/+28
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-18/+18
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-0/+138
* gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák2011-07-101-0/+35
* gallium/util: added pipe_put_tile_rgba_format()Brian Paul2011-01-221-1/+11
* gallium/util: simplify pipe_get_tile_rgba()Brian Paul2011-01-221-20/+1
* gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-221-43/+5
* gallium/util: add S8 tile sampling support.Dave Airlie2010-10-131-0/+27
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+57
* gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-16/+16
* util: Remove u_tile.c YCbCr's.José Fonseca2010-04-071-94/+0
* util: Respect destination stride in pipe_get_tile_swizzle().Michal Krol2010-04-061-10/+16
* util: Remove the hand written SRGB format support code.José Fonseca2010-04-061-197/+0
* util: Remove the hand written u_tile.c functions for the ones that are code g...José Fonseca2010-03-311-783/+0
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-10/+10
* Add format B5G5R5X1Alan Hourihane2010-03-181-0/+55
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-22/+25
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-12/+14
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-12/+12
* | gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol2010-03-101-1/+21
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-52/+52
|\ \ | |/
| * util: Rename pipe formats.José Fonseca2010-03-011-52/+52
| * util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-3/+3
* | util: Add pipe_get_tile_swizzle().Michal Krol2010-03-021-0/+42
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+1
|\
| * gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul2010-01-221-1/+1
* | util: Handle the remaining formats in pipe_put_tile_rgba().Michal Krol2010-01-151-1/+4
* | util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol2010-01-061-23/+4
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+5
* | util/tile: Support R8G8B8A8_UNORM format.Michal Krol2009-12-071-3/+53
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-12/+17
|/
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-2/+2
* gallium: added r8g8b8_get/put_tile_rgba()Brian Paul2009-09-081-1/+53
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-0/+196
|\
| * gallium/util: added support for SRGB formatsBrian Paul2009-08-271-0/+196
* | gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-2/+2
|/
* util: fix typo.José Fonseca2009-07-261-1/+1