summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv
Commit message (Expand)AuthorAgeFilesLines
* spirv: Fix stride calculation when lowering Workgroup to offsetsCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* spirv: Ignore ArrayStride in OpPtrAccessChain for WorkgroupCaio Marcelo de Oliveira Filho2019-07-031-4/+6
* spirv/cl: support vload/vstoreKarol Herbst2019-05-041-0/+55
* nir: Add nir_op_vec helperKarol Herbst2019-05-041-9/+1
* vtn: handle bitcast with pointer src/destKarol Herbst2019-05-043-29/+45
* spirv: fix SpvOpBitSize return value.Dave Airlie2019-05-031-3/+1
* nir: add pass to lower fb readsRob Clark2019-05-021-0/+3
* spirv: add missing SPV_EXT_descriptor_indexing capabilitiesJuan A. Suarez Romero2019-04-301-0/+14
* spirv: Properly handle SpvOpAtomicCompareExchangeWeakCaio Marcelo de Oliveira Filho2019-04-291-75/+82
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* spirv: Handle SpvOpDecorateIdCaio Marcelo de Oliveira Filho2019-04-231-0/+4
* spirv: Rename vtn_decoration literals to operandsCaio Marcelo de Oliveira Filho2019-04-235-39/+39
* compiler/spirv: move the check for Int8 capabilityIago Toral Quiroga2019-04-181-4/+3
* spirv: Tell which opcode or value is unhandled when failingCaio Marcelo de Oliveira Filho2019-04-164-42/+61
* spirv: Add more to_string helpersCaio Marcelo de Oliveira Filho2019-04-162-3/+15
* spirv: add SpvCapabilityFloat16 supportSamuel Pitoiset2019-04-151-1/+4
* spirv: Drop some unneeded bit size switch statementsJason Ekstrand2019-04-141-62/+4
* nir: make nir_const_value scalarKarol Herbst2019-04-143-62/+70
* spirv: reduce array size in vtn_handle_constantKarol Herbst2019-04-141-1/+1
* nir: Add access qualifiers on load_ubo intrinsic.Bas Nieuwenhuizen2019-04-101-1/+2
* spirv: Add support for DerivativeGroup capabilitiesCaio Marcelo de Oliveira Filho2019-04-081-0/+15
* spirv: fix a compiler warningTapani Pälli2019-04-011-1/+1
* spirv: propagate the access flag for store and load derefsSamuel Pitoiset2019-03-273-24/+32
* spirv: make use of the select control support in nirTimothy Arceri2019-03-271-0/+18
* spirv: make use of the loop control support in nirTimothy Arceri2019-03-271-0/+20
* spirv: Handle the NonUniformEXT decorationJason Ekstrand2019-03-252-0/+28
* spirv: Use interface type for block and buffer blockCaio Marcelo de Oliveira Filho2019-03-232-4/+36
* spirv: Add an execution environment to the optionsCaio Marcelo de Oliveira Filho2019-03-231-0/+8
* spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset2019-03-221-133/+4
* spirv: Drop inline tg4 loweringJason Ekstrand2019-03-211-54/+30
* nir/spirv: don't use bare types, remove assert in split vars for testingDave Airlie2019-03-211-3/+3
* nir: deref only for OpTypePointerJuan A. Suarez Romero2019-03-201-8/+14
* Revert "nir: const `nir_call_instr::callee`"Jason Ekstrand2019-03-191-1/+1
* nir/spirv: support physical pointersKarol Herbst2019-03-194-7/+46
* nir/spirv: handle kernel function parametersKarol Herbst2019-03-191-0/+66
* glsl: add packed for struct typesKarol Herbst2019-03-192-1/+23
* nir/builder: Add a vector extract helperJason Ekstrand2019-03-151-6/+1
* nir/spirv: Fix assert when unsampled OpTypeImage has unknown 'Depth'Xavier Bouchoux2019-03-111-3/+4
* nir/builder: Add a build_deref_array_imm helperJason Ekstrand2019-03-071-1/+1
* nir/builder: Emit better code for iadd/imul_immJason Ekstrand2019-03-071-3/+1
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-063-10/+10
* nir/spirv: initial handling of OpenCL.std extension opcodesKarol Herbst2019-03-055-1/+296
* nir/vtn: add support for SpvBuiltInGlobalLinearIdKarol Herbst2019-03-051-0/+4
* nir/spirv: improve parsing of the memory modelKarol Herbst2019-03-052-7/+36
* spirv: Use the same types for resource indices as pointersJason Ekstrand2019-03-051-22/+38
* spirv: Use the generic dereference function for OpArrayLengthJason Ekstrand2019-03-051-1/+1
* spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand2019-03-051-2/+10
* spirv: OpImageQueryLod requires a samplerJason Ekstrand2019-03-041-1/+1
* spirv: Allow [i/u]mulExtended to use new nir opcodeSagar Ghuge2019-03-041-6/+10
* nir/spirv: return after emitting a branch in blockcros-mesa-19.0-r1-vanillachadv/cros-mesa-19.0-r1-vanillaJuan A. Suarez Romero2019-02-281-0/+1