index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix shift for uint64_t
Timothy Arceri
2017-12-13
1
-2
/
+2
*
spirv: Handle image and sampler function parameters
Jason Ekstrand
2017-12-12
1
-0
/
+73
*
spirv/cfg: Refactor the function parameter loop a bit
Jason Ekstrand
2017-12-12
1
-5
/
+9
*
spirv/cfg: Be a bit more precise about function parameters
Jason Ekstrand
2017-12-12
1
-3
/
+2
*
spirv: Make sampled images a real type
Jason Ekstrand
2017-12-12
2
-1
/
+11
*
spirv: Add support for all bit sizes in OpSwitch
Jason Ekstrand
2017-12-11
1
-8
/
+26
*
spirv: Restructure the case loop in OpSwitch handling
Jason Ekstrand
2017-12-11
1
-3
/
+11
*
spirv: Add better parameter validation for vector and matrix types
Jason Ekstrand
2017-12-11
1
-3
/
+13
*
spirv: Add type validation for OpSelect
Jason Ekstrand
2017-12-11
1
-0
/
+32
*
spirv: Add basic type validation for OpLoad, OpStore, and OpCopyMemory
Jason Ekstrand
2017-12-11
1
-4
/
+14
*
spirv: Add a prepass to set types on vtn_values
Jason Ekstrand
2017-12-11
6
-3
/
+149
*
spirv: Add a vtn_type field to all vtn_values
Jason Ekstrand
2017-12-11
2
-42
/
+31
*
spirv: Allow ignoring decorations for workgroup variables
Jason Ekstrand
2017-12-11
1
-1
/
+3
*
spirv: Set lengths on scalar and vector types
Jason Ekstrand
2017-12-11
1
-0
/
+4
*
spirv: Fix loading an entire block at once.
Bas Nieuwenhuizen
2017-12-10
1
-30
/
+33
*
main, glsl: Add UniformDataDefaults which stores uniform defaults
Jordan Justen
2017-12-08
3
-2
/
+19
*
glsl: Split out shader program serialization
Jordan Justen
2017-12-08
6
-1181
/
+1297
*
mesa/spirv: move and rename nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-07
2
-2
/
+15
*
spirv: fix bug when OpSpecConstantOp calls a conversion
Samuel Iglesias Gonsálvez
2017-12-07
1
-6
/
+21
*
spirv: allow specialization constants with bitsize different than 32 bits
Samuel Iglesias Gonsálvez
2017-12-07
1
-1
/
+0
*
nir/opcodes: Fix constant-folding of bitfield_insert
James Legg
2017-12-07
1
-2
/
+2
*
glsl: get correct member type when processing xfb ifc arrays
Timothy Arceri
2017-12-07
1
-2
/
+4
*
mesa: define nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-06
1
-13
/
+3
*
spirv/nir: Add support for SPV_KHR_16bit_storage
Eduardo Lima Mitev
2017-12-06
2
-0
/
+8
*
spirv: Enable FPRoundingMode decorator to nir operations
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+33
*
spirv/nir: Handle 16-bit types
Eduardo Lima Mitev
2017-12-06
2
-19
/
+114
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
5
-6
/
+28
*
nir: Populate conversion opcodes to 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-1
/
+1
*
nir: Add rounding modes enum
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+10
*
nir: Add support for 16-bit types (half float, int16 and uint16)
Eduardo Lima Mitev
2017-12-06
5
-0
/
+47
*
glsl: Add 16-bit types
Eduardo Lima Mitev
2017-12-06
8
-8
/
+139
*
spirv: Allow OpPtrAccessChain for block indices
Jason Ekstrand
2017-12-05
1
-46
/
+102
*
nir: Add a vulkan_resource_reindex intrinsic
Jason Ekstrand
2017-12-05
1
-1
/
+8
*
spirv: Add support for lowering workgroup access to offsets
Jason Ekstrand
2017-12-05
4
-19
/
+190
*
spirv: Rename get_shared_nir_atomic_op to get_var_nir_atomic_op
Jason Ekstrand
2017-12-05
1
-2
/
+2
*
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
2
-21
/
+21
*
spirv: Refactor the base case of offset_pointer_dereference
Jason Ekstrand
2017-12-05
1
-15
/
+23
*
spirv: Add a switch statement for the block store opcode
Jason Ekstrand
2017-12-05
1
-1
/
+10
*
spirv: Use a dereference instead of vtn_variable_resource_index
Jason Ekstrand
2017-12-05
1
-7
/
+10
*
spirv: Replace unreachable with vtn_fail
Jason Ekstrand
2017-12-04
6
-111
/
+118
*
spirv: Replace assert with vtn_assert
Jason Ekstrand
2017-12-04
5
-249
/
+251
*
spirv: Add vtn_fail and vtn_assert helpers
Jason Ekstrand
2017-12-04
2
-0
/
+67
*
spirv: Do something useful with OpSource
Jason Ekstrand
2017-12-04
1
-1
/
+21
*
spirv: Rework logging
Jason Ekstrand
2017-12-04
4
-18
/
+119
*
spirv: Re-arrange vtn_builder initialization
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
spirv: Parent the nir_shader to the builder while building
Jason Ekstrand
2017-12-04
1
-1
/
+4
*
glsl: don't run intrastage array validation when the interface type is not an...
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
*
glsl/es: precision qualifier doesn't need to match in UBOs
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
[next]