summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+48
2009-01-06mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao1-1/+1
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-5/+4
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol1-2/+2
2008-09-21move _mesa_format_to_type_and_comps() to texformat.cBrian1-0/+171
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-8/+18
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz1-0/+24
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-0/+168
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-51/+57
2005-10-01plug in _mesa_texstore_z24_s8()Brian Paul1-1/+1
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-0/+76
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul1-123/+130
2005-09-08check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul1-3/+4
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-9/+58
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+2
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-55/+58
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-22/+0
2004-05-12Added big-endian texture formats.Brian Paul1-196/+180
2004-04-27Removed the old teximage code.Brian Paul1-183/+0
2004-04-27transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex...Daniel Borca1-6/+6
2004-04-22s,CHAN_BITS/8,sizeof(GLchan),Brian Paul1-7/+7
2004-04-22fix some include file glitchesBrian Paul1-1/+1
2004-04-22New glTexImage code.Brian Paul1-223/+526
2004-01-24Some initial RGB and RGBA floating point texture formats.Brian Paul1-7/+101
2004-01-23Initial support for floating point and signed texture formats.Brian Paul1-102/+207
2003-11-21more texture compressionDaniel Borca1-2/+16
2003-10-29texture compressionDaniel Borca1-2/+52
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-23/+57
2003-04-03some texture compression odds & endsBrian Paul1-3/+94
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-6/+2
2002-09-27new texture compression infrastructureBrian Paul1-48/+3
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul1-1/+45
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-2/+1
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+2
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-3/+150
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul1-9/+86
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul1-22/+22
2001-04-04replaced IntFormat GL_BGRA with GL_RGBA, fixes problems calling _mesa_base_te...Brian Paul1-4/+4
2001-04-04More texture image changes.Brian Paul1-39/+26
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes1-4/+4
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes1-71/+64
2001-03-27fixed RGBA/RGB typoBrian Paul1-2/+2
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes1-36/+63
2001-03-18Remove old code, fix a few comments.Gareth Hughes1-6/+5
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes1-0/+566