summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-06mesa: test for cube map completeness in glGenerateMipmap()Brian Paul1-0/+3
2010-12-04mesa: Clean up header file inclusion in texobj.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-9/+9
2009-08-05mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu1-1/+7
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul1-0/+3
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-0/+4
2007-05-21improve some comments, clean-up formattingBrian1-2/+5
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