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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add KHR_no_error support for CompressedTex*SubImage1D()
Timothy Arceri
2017-05-17
2
-9
/
+51
*
mesa: add compressed_tex_sub_image() helper
Timothy Arceri
2017-05-17
1
-44
/
+38
*
mesa: make _mesa_compressed_texture_sub_image() static
Timothy Arceri
2017-05-17
2
-51
/
+30
*
mesa: add KHR_no_error support for NamedFramebufferTexture
Timothy Arceri
2017-05-17
2
-0
/
+11
*
mesa: add KHR_no_error support for FramebufferTexture
Timothy Arceri
2017-05-17
2
-0
/
+12
*
mesa: add *FramebufferTexture() support to frame_buffer_texture helper
Timothy Arceri
2017-05-17
1
-100
/
+41
*
mesa: add KHR_no_error support for NamedFramebufferTextureLayer
Timothy Arceri
2017-05-17
2
-0
/
+17
*
mesa: add KHR_no_error support for FramebufferTextureLayer
Timothy Arceri
2017-05-17
2
-0
/
+13
*
mesa: add no error support to frame_buffer_texture_layer() helper
Timothy Arceri
2017-05-17
1
-27
/
+43
*
mesa: add frame_buffer_texture_layer() helper
Timothy Arceri
2017-05-17
1
-54
/
+31
*
mesa: add KHR_no_error support for glUseProgram
Timothy Arceri
2017-05-17
2
-20
/
+47
*
mesa: move use_program() inside _mesa_use_program()
Timothy Arceri
2017-05-17
1
-29
/
+21
*
mesa: unify _mesa_uniform() for image uniforms
Samuel Pitoiset
2017-05-16
1
-6
/
+8
*
mesa: fix indentation in _mesa_uniform()
Samuel Pitoiset
2017-05-16
1
-18
/
+19
*
mesa: replace _mesa_problem() with unreachable() in pack.c
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: replace _mesa_problem() with unreachable() in mipmap.c
Timothy Arceri
2017-05-16
1
-4
/
+3
*
mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()
Timothy Arceri
2017-05-16
1
-1
/
+1
*
mesa: replace _mesa_problem() with unreachable() in _mesa_light()
Timothy Arceri
2017-05-16
1
-2
/
+1
*
mesa: replace _mesa_problem() with assert() in hash table
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: don't crash in KHR_no_error uniform variants when location == -1
Timothy Arceri
2017-05-16
1
-0
/
+9
*
mesa: fix KHR_no_error SSO support
Timothy Arceri
2017-05-13
1
-1
/
+1
*
mesa: remove useless get_uniform_parameter() declaration
Samuel Pitoiset
2017-05-11
1
-3
/
+0
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
5
-35
/
+1
*
mesa: add KHR_no_error support for FramebufferTexture*D functions
Timothy Arceri
2017-05-11
2
-0
/
+42
*
mesa: add no error version of framebuffer_texture_with_dims()
Timothy Arceri
2017-05-11
1
-0
/
+22
*
mesa: add error version of get_texture_for_framebuffer()
Timothy Arceri
2017-05-11
1
-8
/
+18
*
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
2017-05-11
2
-19
/
+39
*
mesa: add _mesa_get_and_validate_attachment() helper
Timothy Arceri
2017-05-11
2
-12
/
+30
*
mesa: remove _mesa_problem() from a few locations
Timothy Arceri
2017-05-11
3
-10
/
+6
*
mesa: make _mesa_get_framebuffer_attachment_parameter() static
Timothy Arceri
2017-05-11
2
-16
/
+9
*
mesa: fix indentation
Timothy Arceri
2017-05-11
1
-1
/
+1
*
mesa: remove _mesa from static framebuffer object function
Timothy Arceri
2017-05-11
1
-3
/
+3
*
mesa: small _mesa_UseProgram() tidy up
Timothy Arceri
2017-05-11
1
-4
/
+1
*
mesa: add KHR_no_error support for glBindProgramPipeline()
Timothy Arceri
2017-05-11
2
-0
/
+28
*
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
2017-05-11
2
-0
/
+20
*
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
2017-05-11
2
-0
/
+24
*
mesa: create use_program_stages() helper
Timothy Arceri
2017-05-11
1
-32
/
+39
*
mesa: use u_bit_scan() in update_program_texture_state()
Samuel Pitoiset
2017-05-10
1
-9
/
+5
*
mesa: remove never used gl_shader_compiler_options::EmitNoFunctions
Samuel Pitoiset
2017-05-10
1
-1
/
+0
*
mesa: Make _mesa_primitive_restart_index a static inline in the header.
Kenneth Graunke
2017-05-09
2
-20
/
+15
*
Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."
Kenneth Graunke
2017-05-07
1
-23
/
+2
*
mesa: small texture targetIndex tidy up
Timothy Arceri
2017-05-07
1
-5
/
+4
*
mesa: fix broken indentation
Timothy Arceri
2017-05-07
1
-7
/
+6
*
mesa: some C99 tidy ups
Timothy Arceri
2017-05-07
1
-24
/
+10
*
mesa: add KHR_no_error support to copy buffer subdata functions
Timothy Arceri
2017-05-07
2
-1
/
+41
*
mesa: remove _mesa from static function
Timothy Arceri
2017-05-07
1
-4
/
+4
*
mesa: make _mesa_buffer_storage() static
Timothy Arceri
2017-05-07
2
-13
/
+7
*
mesa: make _mesa_copy_buffer_sub_data() static
Timothy Arceri
2017-05-07
2
-17
/
+8
*
mesa: make _mesa_clear_buffer_sub_data() static
Timothy Arceri
2017-05-07
2
-29
/
+13
*
mesa: add KHR_no_error support for flush mapped buffer functions
Timothy Arceri
2017-05-07
2
-1
/
+31
[prev]
[next]