Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-23Add CI using Github actions and update READMEKevin Petit
- Run on Linux, macOS and Windows - Check that the headers install works - Check the example can be built - Check the header generation tool can be built - Generate headers and check they match the committed files - Mention the requirement to install the header generation tool in README Change-Id: I8385b3931064ad677d7aa49b2514cea9b4602168 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2020-04-13Discuss generator magic number reservations.John Kessenich
2020-02-26Add grammars, C header, and header generator for vendor and KHR extended ↵David Neto
instruction sets (#143) * Add JSON grammars for extened instruction sets Add AMD extended instruction sets Add DebugInfo Add OpenCL.DebugInfo.100 * Add script to generate C headers from extinst grammar This is cloned then adapted from the same-named script in SPIRV-Tools (contributed under same authorship but different copyright). Invoke the script as part of the overall header generation script. * Add generated C header for extended instruction sets Add for DebugInfo and OpenCLDebugInfo Add for AMD vendor extended instruction sets * Update the README for extinst header generation * Fix header include guard to match directory structure * Ensure generated header ends in newline * Fix typo in file reference * Fix name of AMD_shader_explicit_vertex_parameter.h * Avoid duplicate generation * Split Revision and Version enum values by newlines Per code review request * Convert C header generator driver to Python3 * Fix README for Python3 for extinst header generation * Use 4-space in generated headers, consistently
2019-09-24Improve the doc on using Bazel.Ehsan Nasiri
2019-09-23Update documentation.Ehsan Nasiri
2019-06-08Add more detail about reserving tokens to the README.John Kessenich
2018-07-03Merge pull request #49 from jdknight/cmake-install-cleanupJohn Kessenich
cmake: support default install target
2018-03-02Be more clear about build directories in the README.John Kessenich
2018-02-02Update copyright dates.John Kessenich
2018-02-02Add a header generator project.John Kessenich
2017-09-28README.md: update install notesJames Knight
Update recommended installation documentation to use the "install" target (from "install-headers"). Signed-off-by: James Knight <james.d.knight@live.com>
2016-05-19Fixes #7.Jon Leech
Direct people to file header issues in github, not bugzilla.
2016-04-16There's no JSON grammar for the OpenCL extended instruction set.David Neto
2016-04-15Clarify text for GLSL and OpenCL header versions.David Neto
2016-04-15Clarify placement of different versioned specsDavid Neto
2016-04-14Add an example using a SPIR-V 1.1 header.David Neto
Also update the README to show use of 1.1 SPIR-V headers with 1.0 extended instruction sets.
2016-04-14Publish SPIR-V Registry files: SPIR-V 1.0 Revision 4David Neto
Include all the headers. Include the XML registry file, spir-v.xml, since it's also machine-readable and potentially useful to programs.