summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_tile.c
AgeCommit message (Expand)Author
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul
2011-01-22gallium/util: simplify pipe_get_tile_rgba()Brian Paul
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul
2010-10-13gallium/util: add S8 tile sampling support.Dave Airlie
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-04-28gallium/util: convert //-style commentsBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-07util: Remove u_tile.c YCbCr's.José Fonseca
2010-04-06util: Respect destination stride in pipe_get_tile_swizzle().Michal Krol
2010-04-06util: Remove the hand written SRGB format support code.José Fonseca
2010-03-31util: Remove the hand written u_tile.c functions for the ones that are code g...José Fonseca
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-02util: Add pipe_get_tile_swizzle().Michal Krol
2010-03-01util: Rename pipe formats.José Fonseca
2010-03-01util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul
2010-01-15util: Handle the remaining formats in pipe_put_tile_rgba().Michal Krol
2010-01-06util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-07util/tile: Support R8G8B8A8_UNORM format.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-08gallium: added r8g8b8_get/put_tile_rgba()Brian Paul
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-27gallium/util: added support for SRGB formatsBrian Paul
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-07-26util: fix typo.José Fonseca
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-06-02util: Unsaved change missing from last commit.José Fonseca
2009-06-02util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca
2009-06-02util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca
2009-03-27util: Support Z24S8/Z24X8.José Fonseca
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca
2009-02-20util: Use a checkboard pattern instead of asserting for unknown formats.José Fonseca
2009-02-19util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgbaJosé Fonseca
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-11-03gallium: Silence compiler warnings on Windows.Michal Krol
2008-11-03gallium: Read from PIPE_FORMAT_Z32_FLOAT.José Fonseca
2008-11-03gallium: Fix msvc warning.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul