summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer1-0/+4
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-21/+0
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-0/+6
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul1-43/+30
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-4/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-2/+2
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-1/+2
2005-02-08added missing prototypeBrian Paul1-2/+9
2005-02-07argb8888 optimizations from via branchKeith Whitwell1-0/+10
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul1-11/+26
2004-10-18changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca1-4/+6
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-6/+4
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul1-19/+0
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-1/+0
2004-05-12Added big-endian texture formats.Brian Paul1-1/+9
2004-05-04texture compression: getting warmerDaniel Borca1-0/+6
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul1-0/+7
2004-04-27Removed the old teximage code.Brian Paul1-0/+17
2004-04-22New glTexImage code.Brian Paul1-9/+47
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett1-5/+5
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