mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
Finalize v2016.3
This commit is contained in:
parent
3c35b6321e
commit
a7a84bd50d
4
CHANGES
4
CHANGES
@ -1,6 +1,6 @@
|
||||
Revision history for SPIRV-Tools
|
||||
|
||||
v2016.3-dev 2016-08-11
|
||||
v2016.3 2016-08-24
|
||||
- Start v2016.3
|
||||
- Add target environment enums for OpenCL 2.1, OpenCL 2.2,
|
||||
OpenGL 4.0, OpenGL 4.1, OpenGL 4.2, OpenGL 4.3, OpenGL 4.5.
|
||||
@ -10,6 +10,8 @@ v2016.3-dev 2016-08-11
|
||||
- Add spirv-lesspipe.sh filter utility
|
||||
- Fixes issues:
|
||||
#288: Check def-use dominance rules for OpPhi (variable,parent) operands
|
||||
#339: Allow OpUndef in types-constants-global-vars section, as required
|
||||
by SPIR-V 1.0 Rev7, 1.1 Rev 3.
|
||||
#340: Avoid race on mkdir during build
|
||||
#365: Relax PointSize, ClipDistance, CullDistance capability check in all
|
||||
environments not just Vulkan 1.0.
|
||||
|
@ -40,7 +40,7 @@ version. An API call reports the software version as a C-style string.
|
||||
|
||||
### Assembler, binary parser, and disassembler
|
||||
|
||||
* Based on SPIR-V version 1.1 Rev 2
|
||||
* Based on SPIR-V version 1.1 Rev 3
|
||||
* Support for extended instruction sets:
|
||||
* GLSL std450 version 1.0 Rev 3
|
||||
* OpenCL version 1.0 Rev 2
|
||||
|
Loading…
Reference in New Issue
Block a user