index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: fix indentation in _mesa_create_nameless_texture()
Brian Paul
2015-10-01
1
-9
/
+9
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-1
/
+2
*
mesa: make _mesa_bind_texture_unit() static
Brian Paul
2015-08-24
1
-5
/
+5
*
mesa: Reset image unit state to the default values when a bound image is dele...
Francisco Jerez
2015-08-20
1
-1
/
+4
*
mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLE
Marta Lofstedt
2015-08-03
1
-2
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-3
/
+3
*
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
2015-05-28
1
-14
/
+0
*
mesa: Add ARB_direct_state_access checks in texture functions
Fredrik Höglund
2015-05-14
1
-0
/
+14
*
mesa: remove unneeded #include colortab.h
Brian Paul
2015-04-28
1
-1
/
+0
*
Revert "main: _mesa_cube_level_complete checks NumLayers."
Laura Ekstrand
2015-03-17
1
-4
/
+0
*
main: _mesa_cube_level_complete checks NumLayers.
Laura Ekstrand
2015-03-09
1
-0
/
+4
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-7
/
+7
*
Mesa: Add support for GL_OES_texture_*float* extensions.
Kalyan Kondapally
2015-01-29
1
-0
/
+58
*
mesa: Returns a GL_INVALID_VALUE error if num of texs in glDeleteTextures is ...
Eduardo Lima Mitev
2015-01-13
1
-0
/
+5
*
main: Added _mesa_cube_level_complete to check for the completeness of an arb...
Laura Ekstrand
2015-01-08
1
-9
/
+14
*
main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative.
Laura Ekstrand
2015-01-08
1
-0
/
+5
*
main: Nameless texture creation and deletion. Does not affect normal creation...
Laura Ekstrand
2015-01-08
1
-0
/
+62
*
main: Added entry point for BindTextureUnit.
Laura Ekstrand
2015-01-08
1
-0
/
+104
*
main: Added entry point for glCreateTextures.
Laura Ekstrand
2015-01-08
1
-25
/
+84
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
1
-0
/
+81
*
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2015-01-08
1
-0
/
+16
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
1
-0
/
+14
*
mesa: whitespace fixes, 80-column wrapping in texobj.c
Brian Paul
2014-12-12
1
-21
/
+33
*
mesa: fix fallback texture for cube map array
Roland Scheidegger
2014-08-30
1
-6
/
+10
*
mesa: Implement glBindTextures
Fredrik Höglund
2014-05-02
1
-0
/
+120
*
mesa: Add a texUnit parameter to dd_function_table::BindTexture
Fredrik Höglund
2014-05-02
1
-1
/
+1
*
mesa: Add helper functions for looking up multiple textures
Fredrik Höglund
2014-05-02
1
-0
/
+21
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+6
*
mesa: Optimize unbind_texobj_from_texunits()
Fredrik Höglund
2014-05-02
1
-9
/
+11
*
mesa: Add a _BoundTextures field in gl_texture_unit
Fredrik Höglund
2014-05-02
1
-0
/
+6
*
mesa: Store the target index in gl_texture_object
Fredrik Höglund
2014-05-02
1
-0
/
+2
*
mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
Eric Anholt
2014-04-30
1
-1
/
+3
*
mesa: Adjust _MaxLevel computation to account for views
Chris Forbes
2014-04-10
1
-0
/
+7
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
1
-0
/
+2
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-17
/
+17
*
mesa: Make target_enum_to_index available outside texobj.c
Ian Romanick
2014-02-02
1
-3
/
+3
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-5
/
+5
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: rename unbind_texobj_from_imgunits()
Brian Paul
2014-01-23
1
-4
/
+4
*
mesa: Unbind deleted textures from the shader image units.
Francisco Jerez
2014-01-15
1
-0
/
+25
*
mesa: Add state data structures required for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+1
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-6
/
+2
*
mesa: Minor clean-up of target_enum_to_index
Ian Romanick
2013-12-04
1
-6
/
+6
*
mesa: Silence GCC warning in count_tex_size
Ian Romanick
2013-12-04
1
-0
/
+2
*
mesa: Silence GCC warning in _mesa_test_texobj_completeness
Ian Romanick
2013-12-04
1
-1
/
+1
*
mesa: Add missing API check for GL_TEXTURE_3D
Ian Romanick
2013-12-04
1
-1
/
+1
*
mesa: Add missing checks for GL_TEXTURE_CUBE_MAP_ARRAY
Ian Romanick
2013-12-04
1
-1
/
+2
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-6
/
+3
[prev]
[next]