summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)Author
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-22New glTexImage code.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-23Initial support for floating point and signed texture formats.Brian Paul
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-24fix YCBCR assertion and disable assertion in auto-mipmap codeBrian Paul
2003-11-07s/xoffset/zoffset/ (Cedric Gautier)Brian Paul
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
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