summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.h
Commit message (Expand)AuthorAgeFilesLines
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-21/+0
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+6
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-43/+30
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-4/+4
* merge from texman branchBrian Paul2006-03-261-2/+2
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+2
* added missing prototypeBrian Paul2005-02-081-2/+9
* argb8888 optimizations from via branchKeith Whitwell2005-02-071-0/+10
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-11/+26
* changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca2004-10-181-4/+6
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-6/+4
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-19/+0
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-1/+0
* Added big-endian texture formats.Brian Paul2004-05-121-1/+9
* texture compression: getting warmerDaniel Borca2004-05-041-0/+6
* restored _mesa_rescale_teximage2d()Brian Paul2004-05-021-0/+7
* Removed the old teximage code.Brian Paul2004-04-271-0/+17
* New glTexImage code.Brian Paul2004-04-221-9/+47
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-301-5/+5
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-5/+7
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-10/+2
* new texture compression infrastructureBrian Paul2002-09-271-5/+28
* fixed _mesa_generate_mipmaps() target problemBrian Paul2002-09-161-4/+4
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+8
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+6
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+2
* More texture image changes.Brian Paul2001-04-041-2/+3
* renamed some vars, added a bunch of commentsBrian Paul2001-03-211-2/+2
* depth images were broken by latest teximage changes, this fixes the problemBrian Paul2001-03-211-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-31/+1
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+30
* Overhaul of texture image handling.Brian Paul2001-02-061-0/+143