summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)Author
2008-02-15Fix glBindTexture crash (bug 14514)Brian
2007-08-16Bring over the texobj refcounting changes from mesa_7_0_branchBrian
2007-08-14Fix a few more problems with freeing FBOs/textures during context destruction.Brian
2007-08-13Implement mutex/locking around texture object reference counting.Brian
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian
2007-05-21get rid of GenTexturesLock, used ctx->Shared->MutexBrian
2007-05-21remove the unused texobj Mutex fieldBrian
2007-05-21remove a VMS-ism that doesn't seem needed elsewhereBrian
2007-05-21improve some comments, clean-up formattingBrian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-05-10Refactor the loop in unbind_texobj_from_texunits.Ian Romanick
2007-01-23fixes for C++ warnings/errorsBrian
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-06-15added some comments, braces in _mesa_BindTextureBrian Paul
2006-03-26merge from texman branchBrian Paul
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2005-10-05Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell
2005-02-12unlock mutex upon error return (Jeff Muizelaar)Brian Paul
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell
2005-02-05Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul
2005-01-26added mutex to-do commentBrian Paul
2005-01-19Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul
2004-12-21`t' was not initialized (use `texture' instead?)Daniel Borca
2004-12-21fix bug in _mesa_IsTexture()Brian Paul
2004-09-23added a comment in BindTextureBrian Paul
2004-09-14Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-03-20minor clean-upsBrian Paul
2004-02-06inform driver of changed wrap/filter parameters due to binding of nv_texrect ...Roland Scheidegger
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-19replace CALLOC with MALLOC in _mesa_new_texture_object()Brian Paul
2004-01-19remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu...Brian Paul
2003-11-25added a castBrian Paul
2003-11-24minor error string improvementBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-18minor code improvement in glGenTexturesBrian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-01fix default compare modeBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul