summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
AgeCommit message (Expand)AuthorFilesLines
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-5/+7
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul1-10/+2
2002-09-27new texture compression infrastructureBrian Paul1-5/+28
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul1-4/+4
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul1-1/+8
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-1/+6
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul1-1/+2
2001-04-04More texture image changes.Brian Paul1-2/+3
2001-03-21renamed some vars, added a bunch of commentsBrian Paul1-2/+2
2001-03-21depth images were broken by latest teximage changes, this fixes the problemBrian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-31/+1
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul1-1/+30
2001-02-06Overhaul of texture image handling.Brian Paul1-0/+143