index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: stop abstracting texture object hashtable locking
Timothy Arceri
2017-04-07
1
-15
/
+2
*
mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE
Marek Olšák
2017-03-29
1
-7
/
+7
*
mesa: update external textures when (re-)binding
Philipp Zabel
2017-01-20
1
-2
/
+3
*
main/texobj: Check that texture id > 0 before looking it up in hash-table
Eduardo Lima Mitev
2016-11-24
1
-2
/
+3
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-9
/
+6
*
mesa: Add support for OES_texture_cube_map_array
Ian Romanick
2016-08-26
1
-1
/
+1
*
mesa: Add and use _mesa_has_texture_cube_map_array helper
Ian Romanick
2016-08-26
1
-2
/
+2
*
mesa: Use _mesa_has_ARB_texture_cube_map_array instead of open-coding it
Ian Romanick
2016-08-26
1
-1
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
1
-8
/
+4
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-4
/
+4
*
mesa: simplify some code with new _mesa_cube_face_target() function
Brian Paul
2016-02-12
1
-6
/
+1
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-13
/
+13
*
texobj: Remove redundant checks that the texture cube faces match size
Neil Roberts
2016-01-21
1
-10
/
+0
*
texobj: Fix the completeness checks for cube textures
Neil Roberts
2016-01-21
1
-1
/
+11
*
texobj: Check completeness with InternalFormat rather than Mesa format
Neil Roberts
2016-01-14
1
-1
/
+1
*
mesa: minor indentation fix in _mesa_BindTextureUnit()
Brian Paul
2015-10-14
1
-1
/
+1
*
mesa: remove unused texUnit local in _mesa_BindTextureUnit()
Brian Paul
2015-10-14
1
-7
/
+0
*
mesa: pass caller name to create_textures()
Brian Paul
2015-10-13
1
-7
/
+6
*
mesa,meta: move gl_texture_object::TargetIndex initializations
Brian Paul
2015-10-08
1
-9
/
+18
*
mesa: remove unused _mesa_create_nameless_texture()
Brian Paul
2015-10-08
1
-20
/
+0
*
mesa: remove unneeded error check in create_textures()
Brian Paul
2015-10-08
1
-9
/
+2
*
mesa: fix incorrect error in _mesa_BindTextureUnit()
Brian Paul
2015-10-01
1
-1
/
+2
*
mesa: remove _mesa_get_tex_unit_err() and fix error handling
Brian Paul
2015-10-01
1
-2
/
+7
*
mesa: consolidate texture binding code
Brian Paul
2015-10-01
1
-121
/
+79
*
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
[next]