summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv/vtn_variables.c
Commit message (Expand)AuthorAgeFilesLines
* spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand2019-03-071-2/+10
* compiler: Mark clip/cull distance arrays as compact before lowering.Kenneth Graunke2019-02-261-0/+2
* spirv: Don't use special semantics when counting vertex attribute sizeNeil Roberts2019-01-281-6/+4
* spirv/nir: handle location decorations on block interface membersNeil Roberts2019-01-281-9/+60
* spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand2019-01-261-2/+41
* spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2019-01-261-0/+73
* spirv: Drop a bogus assertJason Ekstrand2019-01-261-1/+0
* spirv: Only set interface_type on blocksJason Ekstrand2019-01-221-9/+25
* spirv: Only split blocksJason Ekstrand2019-01-221-3/+8
* nir/vtn: add caps for some cl related capabilitiesRob Clark2019-01-211-2/+4
* nir/spirv: handle SpvStorageClassCrossWorkgroupKarol Herbst2019-01-191-0/+4
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-3/+3
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* spirv: Contain the GLSLang issue #179 workaround to old GLSLangJason Ekstrand2019-01-121-18/+26
* spirv: Whack sampler/image pointers to uniformJason Ekstrand2019-01-121-0/+12
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-7/+7
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-67/+261
* spirv: Make better use of vtn_pointer_uses_ssa_offsetJason Ekstrand2019-01-081-15/+13
* spirv: Choose atomic deref type with pointer_uses_ssa_offsetJason Ekstrand2019-01-081-1/+1
* spirv: Add error checking for Block and BufferBlock decorationsJason Ekstrand2019-01-081-0/+17
* nir/vulkan: Add a descriptor type to vulkan resource intrinsicsJason Ekstrand2019-01-081-3/+20
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-1/+1
* spirv: Propagate layout decorations to created glsl_typesJason Ekstrand2019-01-081-8/+21
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-1/+2
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-3/+3
* spirv: Handle arbitrary bit sizes for deref array indicesJason Ekstrand2019-01-081-33/+41
* spirv: Emit NIR deref instructions on-the-flyJason Ekstrand2019-01-081-59/+31
* spirv: Sign-extend array indicesJason Ekstrand2019-01-081-2/+2
* spirv: Handle any bit size in vector_insert/extractJason Ekstrand2019-01-081-6/+5
* spirv/vtn: handle variable pointers without offset loweringDave Airlie2018-11-201-1/+2
* nir: Add alignment parameters to SSBO, UBO, and shared accessJason Ekstrand2018-11-151-0/+6
* nir/spirv: Force 32-bit for UBO and SSBO BooleansJason Ekstrand2018-11-151-2/+8
* nir/builder: Add iadd_imm and imul_imm helpersJason Ekstrand2018-11-151-8/+6
* spirv: Add no-op support for VK_GOOGLE_hlsl_functionality1Jason Ekstrand2018-10-221-0/+7
* spirv/nir: handle memory access qualifiers for SSBO loads/storesSamuel Pitoiset2018-10-121-9/+45
* spirv: mark variables decorated with XfbBuffer as always activeSamuel Pitoiset2018-10-051-0/+1
* nir: Use a bitfield for image access qualifiersJason Ekstrand2018-08-291-5/+5
* spirv: Make VertexIndex and VertexId both non-zero-basedNeil Roberts2018-08-131-7/+7
* spirv: Handle the SpvDecorationStream decorationNeil Roberts2018-07-311-1/+4
* spirv: Handle XFB variable decorationsNeil Roberts2018-07-311-3/+9
* spirv: initialize is_vertex_inputCaio Marcelo de Oliveira Filho2018-07-181-3/+1
* nir/spirv: implement BuiltInWorkDimRob Clark2018-07-151-0/+4
* nir/spirv: print id for unsupported builtinsKarol Herbst2018-07-151-1/+1
* nir/spirv: implement BuiltInGlobalSizeKarol Herbst2018-07-121-0/+4
* spirv/nir: initialize offset on the nir var at vtn_create_variableAlejandro Piñeiro2018-07-031-0/+1
* nir/spirv: Fix atomic counter (multidimensional-)arraysAntia Puentes2018-07-031-3/+24
* spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounterAlejandro Piñeiro2018-07-031-1/+11