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: Add _mesa_bind_texture method
Ian Romanick
2018-01-02
1
-1
/
+23
*
Revert "mesa: remove unused _mesa_delete_nameless_texture()"
Ian Romanick
2018-01-02
1
-0
/
+41
*
mesa: flush and wait after creating a fallback texture
Nicolai Hähnle
2017-11-09
1
-0
/
+5
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-8
/
+8
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
1
-4
/
+7
*
mesa: add KHR_no_error support to glDeleteTextures()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add delete_textures() helper
Samuel Pitoiset
2017-07-31
1
-14
/
+20
*
mesa: add KHR_no_error support to glBindTextures()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add bind_textures() helper
Samuel Pitoiset
2017-07-31
1
-19
/
+28
*
mesa: add KHR_no_error support to glBindTexture()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add bind_texture() helper
Samuel Pitoiset
2017-07-31
1
-13
/
+23
*
mesa: rename bind_texture() to bind_texture_object()
Samuel Pitoiset
2017-07-31
1
-6
/
+5
*
mesa: add KHR_no_error support to glInvalidate*()
Samuel Pitoiset
2017-07-31
1
-0
/
+17
*
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
2017-07-20
1
-5
/
+0
*
mesa: add KHR_no_error support for gl*Textures()
Samuel Pitoiset
2017-06-28
1
-0
/
+16
*
mesa: prepare create_textures() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-10
/
+18
*
mesa: fix an error message in create_textures()
Samuel Pitoiset
2017-06-28
1
-1
/
+1
*
mesa: add KHR_no_error support for glBindTextureUnit()
Samuel Pitoiset
2017-06-28
1
-0
/
+8
*
mesa: add bind_texture_unit() helper
Samuel Pitoiset
2017-06-28
1
-22
/
+34
*
mesa: remove unused _mesa_delete_nameless_texture()
Samuel Pitoiset
2017-06-22
1
-41
/
+0
*
mesa: check for allocation failures in _mesa_new_texture_object()
Samuel Pitoiset
2017-06-22
1
-2
/
+5
*
mesa: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+13
*
mesa: small texture targetIndex tidy up
Timothy Arceri
2017-05-07
1
-5
/
+4
*
mesa: remove fallback RefCount == 0 pattern
Timothy Arceri
2017-04-22
1
-10
/
+4
*
mesa: print target string in glBindTexture() error message
Brian Paul
2017-04-19
1
-1
/
+2
*
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
[next]