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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
3
-11
/
+37
*
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
2017-07-31
1
-6
/
+5
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
4
-4
/
+22
*
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
2017-07-31
1
-1
/
+5
*
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
2017-07-31
1
-2
/
+3
*
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
2017-07-31
5
-6
/
+335
*
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2017-07-31
2
-0
/
+9
*
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2017-07-31
2
-234
/
+290
*
radeonsi: add si_shader_selector::nir
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
2017-07-31
1
-0
/
+33
*
radeonsi: add nir include paths
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
ac/nir: start using ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-20
/
+18
*
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2017-07-31
3
-31
/
+77
*
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
2017-07-31
1
-300
/
+322
*
gallium/targets: link against NIR when building radeonsi
Nicolai Hähnle
2017-07-31
6
-0
/
+8
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
3
-2
/
+10
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
10
-173
/
+42
*
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
2017-07-31
1
-1
/
+6
*
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
2017-07-31
1
-1
/
+2
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
17
-0
/
+18
*
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
2017-07-31
3
-0
/
+99
*
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
2017-07-31
5
-0
/
+255
*
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
2017-07-31
3
-0
/
+6
*
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
2017-07-31
1
-2
/
+4
*
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2017-07-31
2
-0
/
+15
*
mesa: add KHR_no_error support to glPointSize()
Samuel Pitoiset
2017-07-31
3
-1
/
+12
*
mesa: add point_size() helper
Samuel Pitoiset
2017-07-31
1
-8
/
+15
*
mesa: add KHR_no_error support to glVertexArrayElementBuffer()
Samuel Pitoiset
2017-07-31
3
-1
/
+12
*
mesa: add vertex_array_element_buffer() helper
Samuel Pitoiset
2017-07-31
1
-21
/
+38
*
mesa: add KHR_no_error support to glTextureSubImage*D()
Samuel Pitoiset
2017-07-31
3
-3
/
+71
*
mesa: add texturesubimage_error() helper
Samuel Pitoiset
2017-07-31
1
-30
/
+45
*
mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB()
Samuel Pitoiset
2017-07-31
3
-2
/
+31
*
mesa: add detach_shader_error() helper
Samuel Pitoiset
2017-07-31
1
-9
/
+21
*
mesa: add KHR_no_error support to glDrawTransformFeedback*()
Samuel Pitoiset
2017-07-31
1
-3
/
+10
*
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()
Samuel Pitoiset
2017-07-31
3
-1
/
+22
*
mesa: add KHR_no_error support to glDrawBuffers()
Samuel Pitoiset
2017-07-31
3
-1
/
+20
*
mesa: add draw_buffers_error() helper
Samuel Pitoiset
2017-07-31
1
-115
/
+130
*
mesa: add KHR_no_error support to glDeleteBuffers()
Samuel Pitoiset
2017-07-31
3
-1
/
+12
*
mesa: add delete_buffers() helper
Samuel Pitoiset
2017-07-31
1
-10
/
+17
*
mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()
Samuel Pitoiset
2017-07-31
3
-1
/
+20
*
mesa: add KHR_no_error support to glFramebufferRenderbuffer()
Samuel Pitoiset
2017-07-31
3
-1
/
+28
*
mesa: add framebuffer_renderbuffer_error() helper
Samuel Pitoiset
2017-07-31
1
-46
/
+63
*
mesa: add KHR_no_error support to glDeleteTextures()
Samuel Pitoiset
2017-07-31
3
-1
/
+12
*
mesa: add delete_textures() helper
Samuel Pitoiset
2017-07-31
1
-14
/
+20
*
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()
Samuel Pitoiset
2017-07-31
3
-1
/
+20
*
mesa: add KHR_no_error support to glDrawBuffer()
Samuel Pitoiset
2017-07-31
3
-1
/
+20
*
mesa: add draw_buffer_error() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+14
*
mesa: add KHR_no_error support to glBindTextures()
Samuel Pitoiset
2017-07-31
3
-1
/
+13
*
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
3
-1
/
+12
[prev]
[next]