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
/
vtn_variables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Pull offset/stride from the pointer for OpArrayLength
Jason Ekstrand
2019-03-07
1
-2
/
+10
*
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2019-02-26
1
-0
/
+2
*
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
1
-9
/
+60
*
spirv: Add support for SPV_EXT_physical_storage_buffer
Jason Ekstrand
2019-01-26
1
-2
/
+41
*
spirv: Implement OpConvertPtrToU and OpConvertUToPtr
Jason Ekstrand
2019-01-26
1
-0
/
+73
*
spirv: Drop a bogus assert
Jason Ekstrand
2019-01-26
1
-1
/
+0
*
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
*
nir/vtn: add caps for some cl related capabilities
Rob Clark
2019-01-21
1
-2
/
+4
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
1
-0
/
+4
*
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
1
-1
/
+1
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
spirv: Contain the GLSLang issue #179 workaround to old GLSLang
Jason Ekstrand
2019-01-12
1
-18
/
+26
*
spirv: Whack sampler/image pointers to uniform
Jason Ekstrand
2019-01-12
1
-0
/
+12
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-7
/
+7
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-67
/
+261
*
spirv: Make better use of vtn_pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
1
-15
/
+13
*
spirv: Choose atomic deref type with pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
spirv: Add error checking for Block and BufferBlock decorations
Jason Ekstrand
2019-01-08
1
-0
/
+17
*
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
1
-1
/
+1
*
spirv: Propagate layout decorations to created glsl_types
Jason Ekstrand
2019-01-08
1
-8
/
+21
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-1
/
+2
*
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
1
-33
/
+41
*
spirv: Emit NIR deref instructions on-the-fly
Jason Ekstrand
2019-01-08
1
-59
/
+31
*
spirv: Sign-extend array indices
Jason Ekstrand
2019-01-08
1
-2
/
+2
*
spirv: Handle any bit size in vector_insert/extract
Jason Ekstrand
2019-01-08
1
-6
/
+5
*
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2018-11-20
1
-1
/
+2
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
1
-0
/
+6
*
nir/spirv: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-2
/
+8
*
nir/builder: Add iadd_imm and imul_imm helpers
Jason Ekstrand
2018-11-15
1
-8
/
+6
*
spirv: Add no-op support for VK_GOOGLE_hlsl_functionality1
Jason Ekstrand
2018-10-22
1
-0
/
+7
*
spirv/nir: handle memory access qualifiers for SSBO loads/stores
Samuel Pitoiset
2018-10-12
1
-9
/
+45
*
spirv: mark variables decorated with XfbBuffer as always active
Samuel Pitoiset
2018-10-05
1
-0
/
+1
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-5
/
+5
*
spirv: Make VertexIndex and VertexId both non-zero-based
Neil Roberts
2018-08-13
1
-7
/
+7
*
spirv: Handle the SpvDecorationStream decoration
Neil Roberts
2018-07-31
1
-1
/
+4
*
spirv: Handle XFB variable decorations
Neil Roberts
2018-07-31
1
-3
/
+9
*
spirv: initialize is_vertex_input
Caio Marcelo de Oliveira Filho
2018-07-18
1
-3
/
+1
*
nir/spirv: implement BuiltInWorkDim
Rob Clark
2018-07-15
1
-0
/
+4
*
nir/spirv: print id for unsupported builtins
Karol Herbst
2018-07-15
1
-1
/
+1
*
nir/spirv: implement BuiltInGlobalSize
Karol Herbst
2018-07-12
1
-0
/
+4
*
spirv/nir: initialize offset on the nir var at vtn_create_variable
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
nir/spirv: Fix atomic counter (multidimensional-)arrays
Antia Puentes
2018-07-03
1
-3
/
+24
*
spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounter
Alejandro Piñeiro
2018-07-03
1
-1
/
+11
[next]