Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change existing HTMLs to redirect to github pages #308

Merged
merged 3 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ Khronos SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
- Issue tracking for all SPIR-V specifications
- Pull requests to add new SPIR-V extensions

## Publishing new extension

To publish a new extension, please create a pull request which includes:

- The extension document in the asciidoc format named following
the `SPV_<vendor>_<name>.asciidoc` pattern. The document should be placed
in the `extension/<vendor>` folder.
- README.md update with the link to the new extension once published

To publish a non-semantic extended instruction set,

- The instruction set in the asciidoc format named following
the `NonSemantic.<name>.asciidoc` pattern. The document should be placed
in the `nonsemantic` folder.
- README.md update with the link to the new extension once published

Please see [BUILD.md](BUILD.md) for instructions to create an HTML specification for this repo.

Note: we no longer push the HTML along side the extension.

## Extension Specifications

### KHR Extensions (Khronos)
Expand Down Expand Up @@ -170,7 +190,3 @@ Khronos SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
* [NonSemantic.DebugBreak ]( https://github.khronos.org/SPIRV-Registry/nonsemantic/NonSemantic.DebugBreak.html)
* [NonSemantic.DebugPrintf ]( https://github.khronos.org/SPIRV-Registry/nonsemantic/NonSemantic.DebugPrintf.html)
* [NonSemantic.Shader.DebugInfo.100 ]( https://github.khronos.org/SPIRV-Registry/nonsemantic/NonSemantic.Shader.DebugInfo.100.html)

## Building HTML Specifications

Please see [BUILD.md](BUILD.md) for instructions to create an HTML specification for this repo.
Loading
Loading