summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul1-7/+63
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul1-2/+7
2001-05-24Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul1-165/+348
2001-05-22a little more work on GL_SGIS_generate_mipmapBrian Paul1-5/+192
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-1/+409
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul1-33/+101
2001-04-04fixed tmpTexelSize computation bugBrian Paul1-3/+2
2001-04-04More texture image changes.Brian Paul1-37/+209
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes1-17/+5
2001-03-27texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last...Brian Paul1-4/+3
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes1-5/+13
2001-03-21renamed some vars, added a bunch of commentsBrian Paul1-11/+11
2001-03-21depth images were broken by latest teximage changes, this fixes the problemBrian Paul1-19/+20
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-355/+1
2001-03-18Add missing header file include.Gareth Hughes1-1/+2
2001-03-18Remove #endif.Gareth Hughes1-2/+1
2001-03-18Remove old code, fix a few comments.Gareth Hughes1-402/+5
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes1-60/+24
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+1
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-7/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-18/+18
2001-02-21fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul1-4/+4
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul1-3/+412
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul1-213/+168
2001-02-17Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul1-14/+117
2001-02-07GLchan fixesBrian Paul1-4/+4
2001-02-07remove unused functionsBrian Paul1-44/+1
2001-02-07made some changes to the initialization of gl_texture_image fieldsBrian Paul1-56/+17
2001-02-06Overhaul of texture image handling.Brian Paul1-0/+1068