Bug 1140

Summary: Add Support for SPIR-V >= 2.0 (group)
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: vulkanAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: enhancement CC: gouessej, sorel.johann
Priority: ---    
Version: tbd   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---
Bug Depends on:    
Bug Blocks: 1137    

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 ;)