summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texfetch.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul2009-10-211-0/+7
* mesa: added MESA_FORMAT_XRGB8888Brian Paul2009-10-061-0/+7
* mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul2009-10-061-0/+7
* mesa: remove feature testsBrian Paul2009-10-051-4/+0
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-6/+6
* mesa: make _mesa_get_texel_fetch_func() staticBrian Paul2009-10-051-1/+1
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-0/+81
* mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul2009-09-301-3/+3
* mesa: remove MESA_FORMAT_RGBA4444Brian Paul2009-09-301-7/+0
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-42/+0
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-0/+616