summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-213-10/+4
* spirv: Eliminate dead input/output variables after translation.Kenneth Graunke2019-02-141-5/+20
* spirv: Add missing breakIan Romanick2019-02-141-0/+1
* compiler: Mark clip/cull distance arrays as compact before lowering.Kenneth Graunke2019-02-051-0/+2
* spirv: Support LocalSizeId and LocalSizeHintId execution modesJason Ekstrand2019-02-011-0/+8
* spirv: Handle OpExecutionModeIdJason Ekstrand2019-02-011-1/+4
* spirv: Handle constants and types before execution modesJason Ekstrand2019-02-011-4/+4
* spirv: Rework handling of spec constant workgroup size built-insJason Ekstrand2019-02-012-4/+14
* spirv: Replace vtn_constant_value with vtn_constant_uintJason Ekstrand2019-02-013-15/+23
* spirv: Don't use special semantics when counting vertex attribute sizeNeil Roberts2019-01-281-6/+4