summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove recent texobj refcount debug/logging code.Brian1-5/+1
2007-08-14added some temporary texobj ref counting debug outputBrian1-1/+5
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-0/+4
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-0/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-2/+5
2005-02-05Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul1-6/+0
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-6/+6
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-6/+13
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul1-7/+12
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul1-1/+6
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-4/+4
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-7/+8
2000-05-23more texture cube work, misc code clean-upBrian Paul1-5/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-16/+16
1999-08-19Initial revisionjtg1-0/+85