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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move DispatchCompute() validation to compute.c
Timothy Arceri
2017-05-17
3
-252
/
+229
*
mesa: add KHR_no_error support for glBlendEquationSeparateiARB()
Timothy Arceri
2017-05-17
2
-0
/
+12
*
mesa: add blend_equation_separatei() helper
Timothy Arceri
2017-05-17
1
-9
/
+17
*
mesa: add KHR_no_error support for glBlendFunc*iARB()
Timothy Arceri
2017-05-17
2
-0
/
+24
*
mesa: add blend_func_separatei() helper
Timothy Arceri
2017-05-17
1
-17
/
+28
*
mesa: add KHR_no_error support for glBufferSubData()
Timothy Arceri
2017-05-17
2
-3
/
+20
*
mesa: add KHR_no_error support for glNamedBufferSubData()
Timothy Arceri
2017-05-17
2
-7
/
+23
*
mesa: add buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-17
/
+24
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
4
-40
/
+45
*
mesa: add KHR_no_error support for glBufferStorage()
Timothy Arceri
2017-05-17
2
-3
/
+20
*
mesa: add KHR_no_error support for glNamedBufferStorage()
Timothy Arceri
2017-05-17
2
-7
/
+27
*
mesa: add inlined_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-20
/
+27
*
mesa: add validate_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-15
/
+27
*
mesa: add KHR_no_error support for glCompressedTex*SubImage3D()
Timothy Arceri
2017-05-17
2
-1
/
+41
*
mesa: add 3D support to compressed_tex_sub_image() helper
Timothy Arceri
2017-05-17
1
-119
/
+66
*
mesa: add KHR_no_error support for glCompressedTex*SubImage2D()
Timothy Arceri
2017-05-17
2
-0
/
+39
*
mesa: add 2D support to compressed_tex_sub_image() helper
Timothy Arceri
2017-05-17
1
-67
/
+16
*
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/st: fix yuv EGLImage's
Rob Clark
2017-05-16
1
-2
/
+30
*
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: fix indentation in _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-05-16
1
-52
/
+49
*
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
*
i965: Mark shader programs for capture in the error state.
Matt Turner
2017-05-15
6
-1
/
+26
*
i965: perf: fix pointer to integer cast
Lionel Landwerlin
2017-05-15
1
-1
/
+1
*
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2017-05-15
1
-1
/
+1
*
mesa: fix KHR_no_error SSO support
Timothy Arceri
2017-05-13
1
-1
/
+1
*
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
2017-05-11
4
-56
/
+21
*
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
2017-05-11
5
-74
/
+40
*
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
2017-05-11
3
-164
/
+145
*
i965/genxml: Mostly style fixes for emit_vertices code.
Rafael Antognolli
2017-05-11
1
-25
/
+17
*
i965: Drop brw_context::viewport_transform_enable.
Kenneth Graunke
2017-05-11
3
-3
/
+1
*
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
2017-05-11
5
-235
/
+68
*
i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.
Kenneth Graunke
2017-05-11
1
-5
/
+4
[next]