summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv/spirv_to_nir.c
Commit message (Expand)AuthorAgeFilesLines
* spirv: Properly handle SpvOpAtomicCompareExchangeWeakCaio Marcelo de Oliveira Filho2019-04-291-75/+82
* spirv: Handle SpvOpDecorateIdCaio Marcelo de Oliveira Filho2019-04-231-0/+4
* spirv: Rename vtn_decoration literals to operandsCaio Marcelo de Oliveira Filho2019-04-231-24/+24
* 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-161-35/+44
* 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-141-54/+62
* spirv: reduce array size in vtn_handle_constantKarol Herbst2019-04-141-1/+1
* spirv: Add support for DerivativeGroup capabilitiesCaio Marcelo de Oliveira Filho2019-04-081-0/+15
* spirv: Handle the NonUniformEXT decorationJason Ekstrand2019-03-251-0/+6
* spirv: Use interface type for block and buffer blockCaio Marcelo de Oliveira Filho2019-03-231-4/+32
* spirv: Drop inline tg4 loweringJason Ekstrand2019-03-211-54/+30
* 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-191-2/+39
* nir/spirv: handle kernel function parametersKarol Herbst2019-03-191-0/+66
* glsl: add packed for struct typesKarol Herbst2019-03-191-1/+16
* 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/spirv: initial handling of OpenCL.std extension opcodesKarol Herbst2019-03-051-0/+2
* nir/spirv: improve parsing of the memory modelKarol Herbst2019-03-051-7/+33
* spirv: OpImageQueryLod requires a samplerJason Ekstrand2019-03-041-1/+1
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro PiƱeiro2019-02-211-2/+4
* spirv: Eliminate dead input/output variables after translation.Kenneth Graunke2019-02-141-5/+20
* spirv: Add missing breakIan Romanick2019-02-141-0/+1
* 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-011-4/+13
* spirv: Replace vtn_constant_value with vtn_constant_uintJason Ekstrand2019-02-011-10/+6
* spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand2019-01-261-1/+11
* spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2019-01-261-2/+2
* spirv: Handle OpTypeForwardPointerJason Ekstrand2019-01-261-33/+66
* nir: Length of boolean vtn_value now is 1Sergii Romantsov2019-01-231-3/+6
* spirv: Initialize struct member offsets to -1Jason Ekstrand2019-01-221-0/+1
* nir/spirv: handle ContractionOff execution modeKarol Herbst2019-01-211-1/+8
* nir/vtn: add caps for some cl related capabilitiesRob Clark2019-01-211-3/+13
* vtn: handle SpvExecutionModelKernelKarol Herbst2019-01-211-0/+2
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-1/+1
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* spirv: Contain the GLSLang issue #179 workaround to old GLSLangJason Ekstrand2019-01-121-0/+9
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-091-0/+1
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-1/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-20/+22
* spirv: Choose atomic deref type with pointer_uses_ssa_offsetJason Ekstrand2019-01-081-39/+37
* spirv: Add error checking for Block and BufferBlock decorationsJason Ekstrand2019-01-081-0/+35
* spirv: Propagate layout decorations to created glsl_typesJason Ekstrand2019-01-081-4/+51
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-1/+1
* spirv: Handle any bit size in vector_insert/extractJason Ekstrand2019-01-081-2/+8