mesa: minor fixes to incomplete texture debug code
[mesa.git] / src / mesa / main / texobj.c
2009-02-07 Brian Paulmesa: minor fixes to incomplete texture debug code
2009-01-30 Brian Paulmesa: add missing _mesa_reference_texobj() calls for...
2009-01-28 Brian Paulmesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient...
2009-01-28 Brian PaulMerge commit 'origin/master' into texture_swizzle
2009-01-28 Brian Paulmesa: set/get new state for GL_EXT_texture_swizzle
2009-01-21 Brian Paulmesa: add some debug assertions to detect null current...
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-15 Ian RomanickPerform range checking on app supplied texture base...
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-07 Brian Paulmesa: fix glBindTexture error string (bug 17005)
2008-08-06 Brian Paulmesa: fix comment about texture targets (bug 17005)
2008-02-15 BrianFix glBindTexture crash (bug 14514)
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-14 BrianFix a few more problems with freeing FBOs/textures...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Brianget rid of GenTexturesLock, used ctx->Shared->Mutex
2007-05-22 Brianremove the unused texobj Mutex field
2007-05-22 Brianremove a VMS-ism that doesn't seem needed elsewhere
2007-05-22 Brianimprove some comments, clean-up formatting
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-10 Ian RomanickRefactor the loop in unbind_texobj_from_texunits.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfixes for C++ warnings/errors
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-06-15 Brian Pauladded some comments, braces in _mesa_BindTexture
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2005-10-05 Brian PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-23 Jouk Jansen Committing in .
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-12 Brian Paulunlock mutex upon error return (Jeff Muizelaar)
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-02-05 Brian PaulRemove the Shared->TexObjectList pointer and Next field...
2005-01-26 Brian Pauladded mutex to-do comment
2005-01-19 Brian PaulChange behaviour of glDeleteTextures as discussed on...
2004-12-21 Daniel Borca`t' was not initialized (use `texture' instead?)
2004-12-21 Brian Paulfix bug in _mesa_IsTexture()
2004-09-23 Brian Pauladded a comment in BindTexture
2004-09-14 Brian PaulRepeatedly deleting a texture ID with glDeleteTextures...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-03-20 Brian Paulminor clean-ups
2004-02-06 Roland Scheideggerinform driver of changed wrap/filter parameters due...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-19 Brian Paulreplace CALLOC with MALLOC in _mesa_new_texture_object()
2004-01-19 Brian Paulremove incorrect comments, added _mesa_bzero() call...
2003-11-25 Brian Pauladded a cast
2003-11-24 Brian Paulminor error string improvement
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-18 Brian Paulminor code improvement in glGenTextures
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-01 Brian Paulfix default compare mode
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-10 Brian Paulfix/improve glAreTextures/ProgramsResident (Jose Fonseca)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2003-01-08 Brian Paulmove t->Image[i]->Format test (bug 659012)
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-22 Brian Paulremove debug printfs
2002-10-22 Brian Paulfix refcount error in _mesa_DeleteTextures (Randy Fayan)
2002-10-22 Brian Pauladd missing texture rectangle code in _mesa_DeleteTextu...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow.
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-07-27 Brian Paulcheck if deleting _Current texobj in _mesa_DeleteTextur...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-04-25 Brian Paulfixed a potential tex obj reference count problem invol...
2001-04-20 Brian Paulimproved a glBindTexture error message
2001-03-28 Brian Pauluse Image[i]->TexFormat to check for mipmap consistency
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
next