summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul2008-08-181-42/+59
* mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2
* mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-041-125/+128
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-0/+4
* Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-21/+21
* get rid of GenTexturesLock, used ctx->Shared->MutexBrian2007-05-211-15/+7
* remove the unused texobj Mutex fieldBrian2007-05-211-5/+0
* remove a VMS-ism that doesn't seem needed elsewhereBrian2007-05-211-4/+0
* improve some comments, clean-up formattingBrian2007-05-211-4/+12
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-5/+45
* Refactor the loop in unbind_texobj_from_texunits.Ian Romanick2007-05-101-18/+12
* fixes for C++ warnings/errorsBrian2007-01-231-3/+3
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-1/+38
* added some comments, braces in _mesa_BindTextureBrian Paul2006-06-151-2/+5
* merge from texman branchBrian Paul2006-03-261-10/+19
* Lots of changes/fixes for rendering to framebuffer objects.Brian Paul2006-03-201-43/+90
* Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul2005-10-051-7/+0
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+2
* Committing in .Jouk Jansen2005-09-231-0/+3
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell2005-03-221-1/+1
* unlock mutex upon error return (Jeff Muizelaar)Brian Paul2005-02-121-0/+1
* mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-111-1/+1
* Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul2005-02-051-57/+19
* added mutex to-do commentBrian Paul2005-01-261-0/+4
* Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul2005-01-191-14/+9
* `t' was not initialized (use `texture' instead?)Daniel Borca2004-12-211-1/+1
* fix bug in _mesa_IsTexture()Brian Paul2004-12-211-1/+10
* added a comment in BindTextureBrian Paul2004-09-231-0/+4
* Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.Brian Paul2004-09-141-11/+22
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* minor clean-upsBrian Paul2004-03-201-14/+17
* inform driver of changed wrap/filter parameters due to binding of nv_texrect ...Roland Scheidegger2004-02-061-0/+8
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-94/+85
* replace CALLOC with MALLOC in _mesa_new_texture_object()Brian Paul2004-01-191-1/+1
* remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu...Brian Paul2004-01-191-12/+3
* added a castBrian Paul2003-11-251-1/+2
* minor error string improvementBrian Paul2003-11-241-1/+3
* 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