summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_tile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-1/+27
* util: Unsaved change missing from last commit.José Fonseca2009-06-021-1/+1
* util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca2009-06-021-0/+15
* util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca2009-06-021-1/+1
* util: Support Z24S8/Z24X8.José Fonseca2009-03-271-0/+16
* Merge commit 'origin/gallium-0.1'José Fonseca2009-02-231-2/+24
|\
| * util: Use a checkboard pattern instead of asserting for unknown formats.José Fonseca2009-02-201-2/+24
| * util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgbaJosé Fonseca2009-02-191-0/+29
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-63/+64
* | gallium: Silence compiler warnings on Windows.Michal Krol2008-11-031-2/+2
* | gallium: Read from PIPE_FORMAT_Z32_FLOAT.José Fonseca2008-11-031-0/+29
* | gallium: Fix msvc warning.José Fonseca2008-11-031-1/+1
|/
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-0/+1169