summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+6
2014-05-02mesa: Optimize unbind_texobj_from_texunits()Fredrik Höglund1-9/+11
2014-05-02mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund1-0/+6
2014-05-02mesa: Store the target index in gl_texture_objectFredrik Höglund1-0/+2
2014-04-30mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt1-1/+3
2014-04-10mesa: Adjust _MaxLevel computation to account for viewsChris Forbes1-0/+7
2014-03-04mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke1-0/+2
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-17/+17
2014-02-02mesa: Make target_enum_to_index available outside texobj.cIan Romanick1-3/+3
2014-02-02mesa: remove target param from ctx->Driver.TexParameter()Brian Paul1-5/+5
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-1/+1
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2014-01-23mesa: rename unbind_texobj_from_imgunits()Brian Paul1-4/+4
2014-01-15mesa: Unbind deleted textures from the shader image units.Francisco Jerez1-0/+25
2014-01-15mesa: Add state data structures required for ARB_shader_image_load_store.Francisco Jerez1-0/+1
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-6/+2
2013-12-04mesa: Minor clean-up of target_enum_to_indexIan Romanick1-6/+6
2013-12-04mesa: Silence GCC warning in count_tex_sizeIan Romanick1-0/+2
2013-12-04mesa: Silence GCC warning in _mesa_test_texobj_completenessIan Romanick1-1/+1
2013-12-04mesa: Add missing API check for GL_TEXTURE_3DIan Romanick1-1/+1
2013-12-04mesa: Add missing checks for GL_TEXTURE_CUBE_MAP_ARRAYIan Romanick1-1/+2
2013-09-26mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke1-6/+3
2013-09-04mesa: free object labels when deletingTimothy Arceri1-0/+2
2013-08-13mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick1-15/+27
2013-08-02mesa: Use MIN3 instead of two MIN2s.Matt Turner1-4/+5
2013-08-02mesa: Update comments to match newer specs.Matt Turner1-1/+1
2013-07-30mesa: default texture buffer format should be R8 in the core profileMarek Olšák1-2/+2
2013-07-30mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák1-3/+4
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
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-18/+57
2013-02-27texobj: add verbose api trace messages to several routinesJordan Justen1-0/+21
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-8/+4
2013-01-18mesa: Only mark textures as mipmap incomplete on MAX_LEVEL issues.Kenneth Graunke1-2/+2
2012-12-12mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák1-3/+3
2012-11-12mesa: use MaxNumlevels in _mesa_test_texobj_completenessMarek Olšák1-11/+3
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-1/+10
2012-11-04mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt1-1/+1
2012-10-15mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue1-0/+3
2012-08-29mesa: Require names from Gen in core contextIan Romanick1-0/+5
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+2
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-2/+2
2012-08-23mesa: Filter glBindTexture targets based on supported features.Ian Romanick1-9/+21
2012-08-14mesa: Add skeleton implementations of glInvalidateTex{Sub,}ImageIan Romanick1-0/+211
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick1-2/+0
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-2/+1
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-2/+2