summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove recent texobj refcount debug/logging code.Brian1-31/+12
2007-08-15copy Target in _mesa_copy_texture_object()Brian1-0/+1
2007-08-15Added _mesa_free_attrib_data() to free anything left in the attribute stack u...Brian1-3/+7
2007-08-14added some temporary texobj ref counting debug outputBrian1-25/+29
2007-08-14Fix a few more problems with freeing FBOs/textures during context destruction.Brian1-1/+4
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-104/+122
2007-05-10Refactor the loop in unbind_texobj_from_texunits.Ian Romanick1-18/+12
2007-01-23fixes for C++ warnings/errorsBrian1-3/+3
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-1/+38
2006-06-15added some comments, braces in _mesa_BindTextureBrian Paul1-2/+5
2006-03-26merge from texman branchmesa_20060325Brian Paul1-10/+19
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul1-43/+90
2005-10-05Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul1-7/+0
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-2/+2
2005-09-23 Committing in .Jouk Jansen1-0/+3
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-1/+1
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell1-1/+1
2005-02-12unlock mutex upon error return (Jeff Muizelaar)Brian Paul1-0/+1
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2005-02-05Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul1-57/+19
2005-01-26added mutex to-do commentBrian Paul1-0/+4
2005-01-19Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul1-14/+9
2004-12-21`t' was not initialized (use `texture' instead?)Daniel Borca1-1/+1
2004-12-21fix bug in _mesa_IsTexture()Brian Paul1-1/+10
2004-09-23added a comment in BindTextureBrian Paul1-0/+4
2004-09-14Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.Brian Paul1-11/+22
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+1
2004-03-20minor clean-upsBrian Paul1-14/+17
2004-02-06inform driver of changed wrap/filter parameters due to binding of nv_texrect ...Roland Scheidegger1-0/+8
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-94/+85
2004-01-19replace CALLOC with MALLOC in _mesa_new_texture_object()Brian Paul1-1/+1
2004-01-19remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu...Brian Paul1-12/+3
2003-11-25added a castBrian Paul1-1/+2
2003-11-24minor error string improvementBrian Paul1-1/+3
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-6/+6
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul1-1/+9
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul1-0/+2
2003-08-18minor code improvement in glGenTexturesBrian Paul1-7/+3
2003-07-22Restore more code lost during last big merge.Brian Paul1-2/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-43/+146
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul1-0/+8
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-2/+0
2003-04-01fix default compare modeBrian Paul1-2/+2
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul1-113/+142
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul1-13/+19
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-2/+2
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul1-9/+9
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell1-1/+4
2002-10-24Header file clean-up:Brian Paul1-8/+2
2002-10-22remove debug printfsBrian Paul1-3/+1