only use __x86_64__, not __amd64__ (bug 15503)
[mesa.git] / src / mesa / main / texobj.c
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...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-26 Brian Paultiny change to a gl_problem() call
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-11 Brian Paulinit WrapR to GL_REPEAT mode
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
next