summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-110/+620
* just fix a comment and update dateBrian Paul2005-01-261-2/+2
* RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...Daniel Borca2005-01-261-14/+14
* mask color indexes against palette size, per the specBrian Paul2004-12-031-2/+5
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-12/+24
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-180/+187
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-25/+0
* Added big-endian texture formats.Brian Paul2004-05-121-114/+264
* Removed the old teximage code.Brian Paul2004-04-271-109/+0
* New glTexImage code.Brian Paul2004-04-221-32/+306
* fix error in rgb332 texel fetch functionBrian Paul2004-04-021-2/+2
* Some initial RGB and RGBA floating point texture formats.Brian Paul2004-01-241-43/+89
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-186/+546
* fix comments about Cr==V, Cb==UBrian Paul2003-11-181-2/+2
* texture compressionDaniel Borca2003-10-291-0/+21
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-10/+17
* some texture compression odds & endsBrian Paul2003-04-031-4/+44
* updated email addressesBrian Paul2002-10-291-2/+2
* new texture compression infrastructureBrian Paul2002-09-271-3/+10
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-9/+9
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-11/+80
* #ifdef-out unused big-endian texel fetch functionsBrian Paul2002-06-151-2/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+93
* Fix FETCH(argb1555) mask valuesKeith Whitwell2002-05-091-4/+4
* Fix error message.Gareth Hughes2001-03-181-2/+2
* Fix header info.Gareth Hughes2001-03-181-0/+28
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-0/+264