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
/
teximage.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Silence unused parameter warning in compressedteximage_only_format
Ian Romanick
2018-04-11
1
-1
/
+1
*
mesa: Inherit texture view multi-sample information from the original texture...
Henri Verbeet
2018-03-29
1
-0
/
+8
*
mesa: add const qualifier on _mesa_is_renderable_texture_format()
Brian Paul
2017-12-05
1
-1
/
+2
*
mesa: hook up memory object multisamples tex(ture)storage api
Andres Rodriguez
2017-08-06
1
-0
/
+10
*
mesa: make get_texbuffer_format() global
Samuel Pitoiset
2017-08-02
1
-0
/
+2
*
mesa: add KHR_no_error support to glTextureSubImage*D()
Samuel Pitoiset
2017-07-31
1
-0
/
+16
*
mesa: add KHR_no_error support for glCopyTexImage*D()
Timothy Arceri
2017-06-27
1
-0
/
+11
*
mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()
Timothy Arceri
2017-06-27
1
-0
/
+28
*
mesa: make _mesa_copy_texture_sub_image() static
Timothy Arceri
2017-06-27
1
-9
/
+0
*
mesa: add KHR_no_error support for gl{Compressed}TexImage*D()
Timothy Arceri
2017-06-27
1
-0
/
+34
*
mesa: add KHR_no_error support for glTexSubImage*D()
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: add KHR_no_error support for glCompressedTex*SubImage3D()
Timothy Arceri
2017-05-17
1
-0
/
+14
*
mesa: add KHR_no_error support for glCompressedTex*SubImage2D()
Timothy Arceri
2017-05-17
1
-0
/
+12
*
mesa: add KHR_no_error support for CompressedTex*SubImage1D()
Timothy Arceri
2017-05-17
1
-0
/
+11
*
mesa: make _mesa_compressed_texture_sub_image() static
Timothy Arceri
2017-05-17
1
-12
/
+0
*
mesa/main: remove unused _mesa_new_texture_image()
Samuel Pitoiset
2017-03-09
1
-3
/
+0
*
mesa: make _mesa_texture_buffer_range() static
Brian Paul
2016-10-06
1
-8
/
+0
*
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
Brian Paul
2016-07-15
1
-3
/
+4
*
mesa/teximage: add _mesa_is_cube_map_texture utility method
Eduardo Lima Mitev
2016-03-03
1
-0
/
+4
*
mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target
Alejandro PiƱeiro
2016-03-03
1
-3
/
+1
*
mesa/teximage: Make _mesa_format_no_online_compression public
Antia Puentes
2016-03-03
1
-0
/
+3
*
mesa/teximage: make public is_renderable_texture_format
Antia Puentes
2016-03-03
1
-0
/
+3
*
mesa: move assertion in _mesa_cube_face_target()
Brian Paul
2016-02-14
1
-3
/
+5
*
mesa: move _mesa_num_tex_faces() to teximage.h
Brian Paul
2016-02-12
1
-0
/
+19
*
mesa: add _mesa_cube_face_target() helper
Brian Paul
2016-02-12
1
-0
/
+17
*
mesa: make _mesa_tex_target_to_face() an inline function
Brian Paul
2016-02-12
1
-3
/
+15
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-2
/
+2
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
1
-4
/
+0
*
mesa: const-qualify _mesa_base_tex_format() ctx param
Brian Paul
2015-09-22
1
-1
/
+1
*
mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa: remove extern from texture function
Timothy Arceri
2015-08-13
1
-9
/
+0
*
main: Simplify debug messages for CopyTex*SubImage*D.
Laura Ekstrand
2015-03-19
1
-1
/
+2
*
main: Add entry point for TextureBufferRange.
Laura Ekstrand
2015-03-09
1
-0
/
+4
*
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-3
/
+3
*
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2015-03-09
1
-1
/
+2
*
mesa: Add _mesa_is_array_texture helper
Iago Toral Quiroga
2015-02-24
1
-0
/
+3
*
main: Added entry point for glTextureBuffer.
Laura Ekstrand
2015-01-08
1
-0
/
+11
*
main: Added entry points for glTextureStorage[23]DMultisample.
Laura Ekstrand
2015-01-08
1
-0
/
+20
*
main: Added entry points for glCompressedTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-0
/
+30
*
main: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-2
/
+24
*
main: Corrected comment on _mesa_is_zero_size_texture.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-0
/
+30
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
1
-4
/
+0
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
1
-18
/
+0
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-2
/
+1
*
mesa: add _mesa_base_tex_image() helper function
Brian Paul
2015-01-05
1
-0
/
+10
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
1
-6
/
+0
*
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2014-08-04
1
-0
/
+3
*
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Ilia Mirkin
2014-07-24
1
-12
/
+0
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
1
-0
/
+12
[next]