Bug 1140 - Add Support for SPIR-V >= 2.0 (group)
Summary: Add Support for SPIR-V >= 2.0 (group)
Status: UNCONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: vulkan (show other bugs)
Version: tbd
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 1137
  Show dependency treegraph
 
Reported: 2015-03-04 16:39 CET by Sven Gothel
Modified: 2019-03-29 13:56 CET (History)
2 users (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2015-03-04 16:39:10 CET
Khrono's SPIR-V IR
  <https://www.khronos.org/spir>

as used for OpenCL >= 2.1 and Vulkan.

- SPIR-V stream parser for introspection!

- SPIR-V Khronos 'tools' native binding?

- GLSL compiler producing SPIR-V?
Comment 1 Sven Gothel 2015-03-04 17:00:48 CET
(In reply to comment #0)
> Khrono's SPIR-V IR
>   <https://www.khronos.org/spir>
<https://www.khronos.org/registry/spir-v/>
Comment 2 Johann Sorel 2015-03-04 22:55:45 CET
Here is some code which could be used to starts with :
https://bitbucket.org/Eclesia/unlicense/src/tip/compiler/compiler-spir/src/main/java/un/language/spir/?at=default

it's public domain, copy what you need ;)