SPV: Implement short circuiting of && and || when emitting SPIR-V.

This commit is contained in:
John Kessenich 2015-10-15 13:29:11 -06:00
parent da581a2b95
commit 7c1aa1026e
9 changed files with 1942 additions and 1429 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "3.0.788"
#define GLSLANG_DATE "14-Oct-2015"
#define GLSLANG_REVISION "3.0.789"
#define GLSLANG_DATE "15-Oct-2015"