summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texfetch_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: implement texstore and texfetch hooks for signed normalized formatsMarek Olšák2011-03-291-17/+210
* mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák2011-01-041-1/+1
* mesa: fix AL44 texture fetch function nybble -> float conversionBrian Paul2011-01-031-2/+2
* mesa: fix texel store functions for some float formatsMarek Olšák2010-12-231-10/+17
* mesa: implement new texture format I16Marek Olšák2010-12-231-0/+24
* mesa: implement new texture format L16Marek Olšák2010-12-231-0/+24
* mesa: implement new texture format A16Marek Olšák2010-12-231-0/+24
* mesa: implement new texture format AL44Marek Olšák2010-12-231-0/+24
* mesa: implement new texture format ARGB2101010Marek Olšák2010-12-231-0/+25
* ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick2010-10-011-0/+144
* mesa: initial support for unnormalized integer texture formatsBrian Paul2010-07-051-0/+168
* mesa: fix typos, comment in signed 16-bit tex fetch codeBrian Paul2010-05-091-4/+4
* mesa: added unsigned 16-bit/channel tex formatBrian Paul2010-05-091-1/+30
* mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul2010-04-261-0/+177
* mesa: fix conversion errors in signed_rgba8888[rev] texel fetchBrian Paul2010-04-221-8/+8
* mesa: Fix copy'n'paste problem in al1616 texel fetch.Eric Anholt2009-12-021-1/+1
* mesa: fix incorrect type in store_texel_al1616()Brian Paul2009-11-171-1/+1
* Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer2009-11-171-0/+24
* AL1616: Add texel fetch / store routinesIan Romanick2009-11-161-0/+48
* mesa: added MESA_FORMAT_XRGB8888Brian Paul2009-10-061-0/+24
* mesa: remove feature testsBrian Paul2009-10-051-4/+0
* mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul2009-09-301-0/+1302