summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)Author
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2003-03-04silence a GLchan=GLfloat warning with a castBrian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-06fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul
2003-01-28some casts (Evgeny Kotsuba)Brian Paul
2003-01-24silence some warningsBrian Paul
2002-12-03added GL_DEPTH_COMPONENT to two assertionsBrian Paul
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul
2002-10-30remove debug printfBrian Paul
2002-10-28Add casts to quiet compiler warnings.Karl Schultz
2002-10-24Header file clean-up:Brian Paul
2002-10-18new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-09-17remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-04-04fixed some 3D texture image stride bugs when using 16-bit channelsBrian Paul
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-07-23check for pixels=NULL in _mesa_store_teximage[123]d()Brian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-07-13silence a warningBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-05-24Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul
2001-05-22a little more work on GL_SGIS_generate_mipmapBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul
2001-04-04fixed tmpTexelSize computation bugBrian Paul
2001-04-04More texture image changes.Brian Paul
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes
2001-03-27texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last...Brian Paul
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes
2001-03-21renamed some vars, added a bunch of commentsBrian Paul
2001-03-21depth images were broken by latest teximage changes, this fixes the problemBrian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-18Add missing header file include.Gareth Hughes
2001-03-18Remove #endif.Gareth Hughes
2001-03-18Remove old code, fix a few comments.Gareth Hughes
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-21fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul