summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+2
2012-09-17mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()Brian Paul1-1/+7
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-0/+11
2012-08-14mesa: Add skeleton implementations of glInvalidateTex{Sub,}ImageIan Romanick1-0/+8
2012-04-11mesa: add _mesa_total_texture_memory() debug functionBrian Paul1-0/+3
2012-03-20mesa: add integer texture completeness checkBrian Paul1-0/+8
2012-03-20mesa: rework texture completeness testingBrian Paul1-0/+13
2012-02-15mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul1-2/+2
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-07-14mesa: use inline function wrapper for _mesa_reference_texobj()Brian Paul1-1/+11
2011-04-05mesa: 80-column wrappingBrian Paul1-2/+4
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