summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)Author
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-10-24Header file clean-up:Brian Paul
2002-10-22remove debug printfsBrian Paul
2002-10-22fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul
2002-10-22add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-02-15Finished up GL_ARB_depth_texture and GL_ARB_shadow.Brian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-07-27check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-04-25fixed a potential tex obj reference count problem involving multi-textureBrian Paul
2001-04-20improved a glBindTexture error messageBrian Paul
2001-03-28use Image[i]->TexFormat to check for mipmap consistencyBrian Paul
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-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-26tiny change to a gl_problem() callBrian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-11init WrapR to GL_REPEAT modeBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-24added incomplete() debug function/macroBrian Paul
2000-10-24signal NEW_TEXTURING if there's a Driver.BindTexture() functionBrian Paul
2000-09-12init mutexBrian Paul
2000-08-03added NULL parameter checking to API functionsBrian Paul
2000-08-02fixed return val bug in glAreTexturesResident()Brian Paul
2000-08-02initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()Brian Paul
2000-06-12GL_TEXTURE_BASE_LEVEL wasn't working correctlyBrian Paul
2000-05-30more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-21added more lockingBrian Paul