summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-08main: Added _mesa_cube_level_complete to check for the completeness of an arb...Laura Ekstrand1-0/+4
2015-01-08main: Nameless texture creation and deletion. Does not affect normal creation...Laura Ekstrand1-0/+7
2015-01-08main: Added entry point for BindTextureUnit.Laura Ekstrand1-0/+7
2015-01-08main: Added entry point for glCreateTextures.Laura Ekstrand1-1/+3
2015-01-08main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand1-0/+3
2015-01-08main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand1-0/+18
2015-01-08main: Added utility function _mesa_lookup_texture_err().Laura Ekstrand1-0/+3
2015-01-05mesa: create, use new _mesa_texture_base_format() functionBrian Paul1-0/+3
2014-12-16mesa: put extern "C" in header filesBrian Paul1-0/+10
2014-05-02mesa: Add helper functions for looking up multiple texturesFredrik Höglund1-0/+9
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+4
2014-03-04mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke1-0/+14
2014-02-02mesa: Make target_enum_to_index available outside texobj.cIan Romanick1-0/+3
2013-09-26mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke1-2/+1
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
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