summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.c
Commit message (Expand)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-6/+6
* Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul2003-09-121-1/+9
* Added OpenGL 1.4's per-texture LOD bias.Brian Paul2003-08-281-0/+2
* minor code improvement in glGenTexturesBrian Paul2003-08-181-7/+3
* Restore more code lost during last big merge.Brian Paul2003-07-221-2/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-43/+146
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-0/+8
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-2/+0
* fix default compare modeBrian Paul2003-04-011-2/+2
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-113/+142
* fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2003-03-101-13/+19
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-2/+2
* move t->Image[i]->Format test (bug 659012)Brian Paul2003-01-081-9/+9
* Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell2002-12-121-1/+4
* Header file clean-up:Brian Paul2002-10-241-8/+2
* remove debug printfsBrian Paul2002-10-221-3/+1
* fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul2002-10-221-1/+8
* add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul2002-10-221-1/+7
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2
* Port glXCopyContext bug from 4.0 branch.Brian Paul2002-06-171-1/+38
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-35/+78
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* more removal of fprintf() callsBrian Paul2002-06-131-3/+3
* Finished up GL_ARB_depth_texture and GL_ARB_shadow.Brian Paul2002-02-151-4/+15
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul2001-12-041-4/+7
* check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul2001-07-271-1/+9
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-7/+17
* fixed a potential tex obj reference count problem involving multi-textureBrian Paul2001-04-251-12/+13
* improved a glBindTexture error messageBrian Paul2001-04-201-2/+2
* use Image[i]->TexFormat to check for mipmap consistencyBrian Paul2001-03-281-2/+2
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+4
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-12/+12
* tiny change to a gl_problem() callBrian Paul2001-02-261-2/+2
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-1/+2
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-1/+3
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-7/+8
* Major rework of tnl moduleKeith Whitwell2000-12-261-20/+13
* Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul2000-12-141-11/+13
* Committing in .Jouk Jansen2000-11-221-9/+9
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-68/+92
* init WrapR to GL_REPEAT modeBrian Paul2000-11-111-1/+2
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-9/+8
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-21/+7
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* added incomplete() debug function/macroBrian Paul2000-10-241-1/+26
* signal NEW_TEXTURING if there's a Driver.BindTexture() functionBrian Paul2000-10-241-1/+3
* init mutexBrian Paul2000-09-121-1/+2