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
*
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
*
spirv/nir: add offset at vtn_variable
Alejandro Piñeiro
2018-07-03
1
-0
/
+3
*
spirv/nir: SpvStorageClassAtomicCounter support on vtn_storage_class_to_mode
Alejandro Piñeiro
2018-07-03
1
-1
/
+4
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-9
/
+0
*
spirv: Update vtn_pointer_to/from_ssa to handle deref pointers
Jason Ekstrand
2018-06-22
1
-31
/
+42
*
spirv: Allow pointers to have a deref at the base
Jason Ekstrand
2018-06-22
1
-42
/
+15
*
spirv: Clean up vtn_pointer_to_offset
Jason Ekstrand
2018-06-22
1
-75
/
+14
*
spirv: Make push constants an offset-based pointer
Jason Ekstrand
2018-06-22
1
-28
/
+10
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
1
-108
/
+38
*
nir/spirv: Pass nir_variable_data into apply_var_decoration
Jason Ekstrand
2018-06-22
1
-26
/
+26
*
spirv: Use deref instructions for most variables
Jason Ekstrand
2018-06-22
1
-113
/
+98
*
spirv: Set nir_variable->explicit_binding
Neil Roberts
2018-06-21
1
-0
/
+2
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
1
-31
/
+12
*
spirv: translate default-block uniforms
Nicolai Hähnle
2018-06-21
1
-10
/
+15
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
1
-0
/
+4
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-03
1
-3
/
+3
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-1
/
+4
*
spirv: Use the LOCAL_GROUP_SIZE system value
Jason Ekstrand
2018-04-09
1
-15
/
+2
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+14
[next]