Skip to content

Tags: deepspatial/glslang

Tags

master-tot

Toggle master-tot's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#1405 from Igalia/nroberts/amb-arrays

Take into account arrays of opaque types with --auto-map-bindings

untagged-827e5412b9827e5388e5

Toggle untagged-827e5412b9827e5388e5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#1381 from LoopDawg/coverage_array

HLSL: require coverage mask to be arrayed output.

6.2.2596

Toggle 6.2.2596's commit message
First candidate stable version of Vulkan 1.1.

5.1

Toggle 5.1's commit message
Last stable 5.1.* version.

5.0

Toggle 5.0's commit message
Last stable 5.0.* version.

Overload400-PrecQual

Toggle Overload400-PrecQual's commit message
Non-functional: Fix commit 98f164e.

Fix previous commit to not use tabs and otherwise match local coding
conventions better.

SPIRV99

Toggle SPIRV99's commit message
Merge pull request KhronosGroup#88 from mgadams/unistd_removal

Remove obsolete unistd.h file

3.0

Toggle 3.0's commit message
Backward incompatible: Turn on PureOperatorBuiltins: use only enum-ba…

…sed built-in functions in the AST.

If this breaks your AST consumer, best is to modify it to test
against the enum values instead of doing string comparisons on
built-in function names.  This is the reason the change was made.

If you need the old behavior, you should be able to get it back by changing
PureOperatorBuiltins to be false instead of true.  This path will work for
a while, but is marked deprecated.

Also, the old behavior is tagged as release 2.4.

2.4

Toggle 2.4's commit message
Create last version before moving to pure enums for built-in functions.

2.3

Toggle 2.3's commit message
Last version of SPIR-V 30, before going to SPIR-V 31.