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: 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
*
spirv: Add subgroup ballot support
Jason Ekstrand
2018-03-07
1
-0
/
+20
*
spirv: Add initial subgroup support
Jason Ekstrand
2018-03-07
1
-0
/
+16
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
1
-0
/
+4
*
spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
Caio Marcelo de Oliveira Filho
2018-03-07
1
-0
/
+8
*
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
Jose Maria Casanova Crespo
2018-02-28
1
-2
/
+0
*
spirv: Calculate properly 16-bit vector sizes
Jose Maria Casanova Crespo
2018-02-28
1
-5
/
+2
*
spirv: apply memory qualifiers to images
Samuel Pitoiset
2018-02-22
1
-3
/
+9
*
spirv: split constant initializers on in/out structs
Iago Toral Quiroga
2018-02-06
1
-0
/
+8
*
spirv: Do implicit conversions of uint to bool in OpStore
Jason Ekstrand
2018-01-08
1
-0
/
+19
*
spirv: Loosen the validation for load/store type matching
Jason Ekstrand
2018-01-08
1
-6
/
+33
*
spirv: Require a storage type for OpStore destinations
Jason Ekstrand
2018-01-08
1
-0
/
+4
*
spirv: Store the id of the type in vtn_type
Jason Ekstrand
2018-01-08
1
-2
/
+5
*
spirv: Rework asserts in var_decoration_cb
Jason Ekstrand
2018-01-08
1
-7
/
+8
*
spirv: Add basic type validation for OpLoad, OpStore, and OpCopyMemory
Jason Ekstrand
2017-12-11
1
-4
/
+14
*
spirv: Allow ignoring decorations for workgroup variables
Jason Ekstrand
2017-12-11
1
-1
/
+3
*
spirv: Fix loading an entire block at once.
Bas Nieuwenhuizen
2017-12-10
1
-30
/
+33
*
spirv/nir: Handle 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-0
/
+21
*
spirv: Allow OpPtrAccessChain for block indices
Jason Ekstrand
2017-12-05
1
-46
/
+102
*
spirv: Add support for lowering workgroup access to offsets
Jason Ekstrand
2017-12-05
1
-7
/
+47
*
spirv: Add theoretical support for single component pointers
Jason Ekstrand
2017-12-05
1
-6
/
+24
*
spirv: Use offset_pointer_dereference to instead of get_vulkan_resource_index
Jason Ekstrand
2017-12-05
1
-35
/
+19
*
spirv: Refactor a couple of pointer query helpers
Jason Ekstrand
2017-12-05
1
-14
/
+21
[next]