summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-1/+1
2009-02-21mesa: use an array for current texture objectsBrian Paul1-92/+44
2009-02-21mesa: use an array for default texture objectsBrian Paul1-14/+21
2009-02-07mesa: minor fixes to incomplete texture debug codeBrian Paul1-4/+2
2009-01-30mesa: add missing _mesa_reference_texobj() calls for texture array targetsBrian Paul1-2/+2
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul1-6/+2
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul1-0/+9
2009-01-21mesa: add some debug assertions to detect null current texture object pointersBrian Paul1-0/+14
2008-12-14Perform range checking on app supplied texture base levelIan Romanick1-0/+12
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-0/+4
2008-08-18mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul1-42/+59
2008-08-07mesa: fix glBindTexture error string (bug 17005)Brian Paul1-1/+1
2008-08-06mesa: fix comment about texture targets (bug 17005)Brian Paul1-1/+1
2008-02-15Fix glBindTexture crash (bug 14514)Brian1-1/+3
2007-08-16Bring over the texobj refcounting changes from mesa_7_0_branchBrian1-15/+5
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-122/+130
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian1-21/+21
2007-05-21get rid of GenTexturesLock, used ctx->Shared->MutexBrian1-15/+7
2007-05-21remove the unused texobj Mutex fieldBrian1-5/+0
2007-05-21remove a VMS-ism that doesn't seem needed elsewhereBrian1-4/+0
2007-05-21improve some comments, clean-up formattingBrian1-4/+12
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-5/+45
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