summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee1-1/+1
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer1-0/+7
2009-11-16AL1616: Add texel fetch / store routinesIan Romanick1-0/+14
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca1-0/+7
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul1-0/+7
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul1-0/+7
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul1-0/+7
2009-10-05mesa: remove feature testsBrian Paul1-4/+0
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul1-6/+6
2009-10-05mesa: make _mesa_get_texel_fetch_func() staticBrian Paul1-1/+1
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul1-0/+81
2009-09-30mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul1-3/+3
2009-09-30mesa: remove MESA_FORMAT_RGBA4444Brian Paul1-7/+0
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-42/+0
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul1-0/+616