summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-4/+0
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-19/+3
* mesa: remove gl_texture_formatBrian Paul2009-09-301-105/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-3/+3
* mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-1/+1
* mesa: use new look-up table to get texel fetch/store funcsBrian Paul2009-09-271-0/+6
* mesa: include formats.hBrian Paul2009-09-261-136/+1
* mesa: add _rev signed rgba texture formatRoland Scheidegger2009-03-281-1/+3
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-1/+3
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+13
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+4
|\
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+4
| * move _mesa_format_to_type_and_comps() to texformat.cBrian2008-09-211-0/+6
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+2
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-0/+13
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+16
|\ \ | |/ |/|
| * mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+8
| * mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-081-0/+2
| * move _mesa_format_to_type_and_comps() to texformat.cBrian2008-02-111-0/+6
* | EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+2
|/
* 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