summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.h
Commit message (Expand)AuthorAgeFilesLines
* fix typo, indentationBrian Paul2006-08-041-3/+3
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+22
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-16/+6
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+2
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-12/+12
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-2/+0
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-5/+2
* Added big-endian texture formats.Brian Paul2004-05-121-20/+17
* Removed the old teximage code.Brian Paul2004-04-271-23/+22
* New glTexImage code.Brian Paul2004-04-221-30/+62
* added an additional comment about mipmap generationBrian Paul2004-02-081-0/+3
* Some initial RGB and RGBA floating point texture formats.Brian Paul2004-01-241-3/+26
* texture compressionDaniel Borca2003-10-291-0/+4
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-31/+51
* some texture compression odds & endsBrian Paul2003-04-031-4/+11
* updated email addressesBrian Paul2002-10-291-2/+2
* new texture compression infrastructureBrian Paul2002-09-271-6/+1
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-3/+3
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-1/+6
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-4/+7
* Moved big/little endian code to glheader.h.Brian Paul2002-06-121-5/+20
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+8
* More texture image changes.Brian Paul2001-04-041-4/+7
* Remove formats that no longer exist.Gareth Hughes2001-03-221-3/+1
* Minor updates.Gareth Hughes2001-03-221-2/+2
* Fix texture format enum values (Brian Paul).Gareth Hughes2001-03-221-22/+22
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-0/+123