mesa: add #define FEATURE_ARB_pixel_buffer_object
[mesa.git] / src / mesa / main / texobj.c
2009-03-17 Vinson Leemesa: update/fix doxygen comments
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-21 Brian Paulmesa: use an array for default texture objects
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
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-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Brian Paulmesa: add some debug assertions to detect null current...
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
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-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-10 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-11 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-07 Brian Paulmesa: fix glBindTexture comment/error string
2008-08-07 Brian Paulmesa: fix glBindTexture error string (bug 17005)
2008-08-06 Brian Paulmesa: fix comment about texture targets (bug 17005)
2008-07-10 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
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-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
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
next