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
/
compiler
/
spirv
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/spirv: return after emitting a branch in block
cros-mesa-19.0-r1-vanilla
chadv/cros-mesa-19.0-r1-vanilla
Juan A. Suarez Romero
2019-02-28
1
-0
/
+1
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro PiƱeiro
2019-02-21
3
-10
/
+4
*
spirv: Eliminate dead input/output variables after translation.
Kenneth Graunke
2019-02-14
1
-5
/
+20
*
spirv: Add missing break
Ian Romanick
2019-02-14
1
-0
/
+1
*
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2019-02-05
1
-0
/
+2
*
spirv: Support LocalSizeId and LocalSizeHintId execution modes
Jason Ekstrand
2019-02-01
1
-0
/
+8
*
spirv: Handle OpExecutionModeId
Jason Ekstrand
2019-02-01
1
-1
/
+4
*
spirv: Handle constants and types before execution modes
Jason Ekstrand
2019-02-01
1
-4
/
+4
*
spirv: Rework handling of spec constant workgroup size built-ins
Jason Ekstrand
2019-02-01
2
-4
/
+14
*
spirv: Replace vtn_constant_value with vtn_constant_uint
Jason Ekstrand
2019-02-01
3
-15
/
+23
*
spirv: Don't use special semantics when counting vertex attribute size
Neil Roberts
2019-01-28
1
-6
/
+4
*
spirv/nir: handle location decorations on block interface members
Neil Roberts
2019-01-28
2
-9
/
+66
*
spirv: Add support for SPV_EXT_physical_storage_buffer
Jason Ekstrand
2019-01-26
4
-3
/
+54
*
spirv: Implement OpConvertPtrToU and OpConvertUToPtr
Jason Ekstrand
2019-01-26
2
-2
/
+75
*
spirv: Handle OpTypeForwardPointer
Jason Ekstrand
2019-01-26
1
-33
/
+66
*
spirv: Drop a bogus assert
Jason Ekstrand
2019-01-26
1
-1
/
+0
*
nir: Length of boolean vtn_value now is 1
Sergii Romantsov
2019-01-23
1
-3
/
+6
*
spirv: Only set interface_type on blocks
Jason Ekstrand
2019-01-22
1
-9
/
+25
*
spirv: Only split blocks
Jason Ekstrand
2019-01-22
1
-3
/
+8
*
spirv: Initialize struct member offsets to -1
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
spirv: Update the JSON and headers from Khronos master
Jason Ekstrand
2019-01-21
2
-124
/
+336
*
nir/spirv: handle ContractionOff execution mode
Karol Herbst
2019-01-21
6
-3
/
+17
*
nir/vtn: add caps for some cl related capabilities
Rob Clark
2019-01-21
2
-5
/
+17
*
vtn: handle SpvExecutionModelKernel
Karol Herbst
2019-01-21
1
-0
/
+2
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-1
/
+1
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
2
-0
/
+5
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-3
/
+3
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
2
-2
/
+2
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
2
-4
/
+2
*
spirv: Emit switch conditions on-the-fly
Jason Ekstrand
2019-01-12
1
-36
/
+26
*
spirv: Contain the GLSLang issue #179 workaround to old GLSLang
Jason Ekstrand
2019-01-12
3
-18
/
+38
*
spirv: Whack sampler/image pointers to uniform
Jason Ekstrand
2019-01-12
1
-0
/
+12
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
1
-0
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
3
-10
/
+10
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
4
-68
/
+267
*
spirv: Make better use of vtn_pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
1
-15
/
+13
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
2
-20
/
+28
*
spirv: Choose atomic deref type with pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
3
-40
/
+41
*
spirv: Add error checking for Block and BufferBlock decorations
Jason Ekstrand
2019-01-08
3
-0
/
+53
*
nir/vulkan: Add a descriptor type to vulkan resource intrinsics
Jason Ekstrand
2019-01-08
1
-3
/
+20
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
2
-2
/
+2
*
spirv: Propagate layout decorations to created glsl_types
Jason Ekstrand
2019-01-08
3
-14
/
+78
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
2
-2
/
+3
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-3
/
+3
*
spirv: Handle arbitrary bit sizes for deref array indices
Jason Ekstrand
2019-01-08
2
-34
/
+42
*
spirv: Emit NIR deref instructions on-the-fly
Jason Ekstrand
2019-01-08
3
-71
/
+34
*
spirv: Sign-extend array indices
Jason Ekstrand
2019-01-08
1
-2
/
+2
[next]