summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfetch.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unused StoreTexel codeBrian Paul2012-01-241-274/+95
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-021-5/+5
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-5/+5
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+8
* swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entriesBrian Paul2011-11-301-1/+2
* swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINTBrian Paul2011-11-281-0/+7
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-0/+14
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-071-7/+7
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-071-61/+1
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-10/+12
* mesa: move software texel fetch code into swrastBrian Paul2011-09-171-0/+1057