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: 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
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
1
-0
/
+10
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
1
-0
/
+6
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-2
/
+2
*
mesa: make _mesa_get_proxy_target() static
Brian Paul
2014-02-02
1
-3
/
+0
*
mesa: remove unused _mesa_select_tex_object() function
Brian Paul
2014-02-02
1
-5
/
+0
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
1
-0
/
+8
*
mesa: Define helper function to get the number of texture layers.
Francisco Jerez
2014-01-15
1
-0
/
+6
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
1
-0
/
+4
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
1
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
1
-2
/
+2
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
1
-0
/
+11
[next]