summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv/spirv.h
Commit message (Collapse)AuthorAgeFilesLines
* spirv: Update the SPIR-V headers and json to 1.3.1Jason Ekstrand2018-03-071-4/+57
| | | | Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
* spirv: Import 1.2 rev 3 headers and grammar from KhronosCaio Marcelo de Oliveira Filho2018-01-081-3/+24
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* spirv: Import the latest 1.2 header from KhronosJason Ekstrand2017-07-181-4/+37
| | | | Reviewed-by: Iago Toral Quiroga <[email protected]>
* spirv: Bump the SPIR-V header to the latest public versionJason Ekstrand2017-05-031-3/+31
| | | | | Reviewed-by: Iago Toral Quiroga <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* spirv: bump headers to SPIRV 1.1Lionel Landwerlin2017-01-251-5/+72
| | | | | | Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
* spirv: Move to compiler/Jason Ekstrand2016-04-141-0/+870
While it does rely on NIR, it's not really part of the NIR core. At the moment, it still builds as part of libnir but that can be changed later if desired.