aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv
Commit message (Expand)AuthorAgeFilesLines
* nir/spirv: Make a decoration switch completeJason Ekstrand2016-06-031-3/+1
* nir/spirv: Make unhandled decorations and capabilities non-fatalJason Ekstrand2016-06-032-18/+36
* nir/spirv: Add a way to print non-fatal warningsJason Ekstrand2016-06-032-0/+19
* nir/spirv: Add string lookup tables for a couple of SPIR-V enumsJason Ekstrand2016-06-032-0/+177
* nir/spirv: Complete the list of capabilitiesJason Ekstrand2016-06-031-3/+45
* nir/spirv: Handle the WorkgroupSize builtin decorationJason Ekstrand2016-06-031-0/+22
* nir/spirv: Use breaks instead of returns in constant handlingJason Ekstrand2016-06-031-3/+4
* nir/spirv: Allow pointless variable decorations on inputsJason Ekstrand2016-05-261-0/+2
* spirv: Mark default cases unreachable().Matt Turner2016-05-251-0/+2
* nir/spirv: Handle location decorations on structure membersJason Ekstrand2016-05-241-20/+28
* nir/spirv: Add explicit handling for all decorationsJason Ekstrand2016-05-242-17/+110
* spirv: Handle the PixelCenterInteger execution mode.Kenneth Graunke2016-05-203-0/+7
* nir/spirv: Handle the NonReadable decoration on struct membersJason Ekstrand2016-05-191-0/+1
* spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_texture()Brian Paul2016-05-181-0/+2
* spirv: Properly size the src[] array.Matt Turner2016-05-181-1/+1
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-122-5/+5
* spirv: Fix structure splitting with per-vertex interface arrays.Kenneth Graunke2016-05-071-1/+2
* spirv: fix warning in release buildGrazvydas Ignotas2016-04-251-1/+1
* spirv: Trivially handle the NonWriteable decorationJason Ekstrand2016-04-202-0/+4
* spirv: Move to compiler/Jason Ekstrand2016-04-149-0/+7568