- 11 Sep, 2018 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
- 10 Sep, 2018 1 commit
-
-
John Kessenich authored
Put quote marks around strings, due to a change in how tokenization works.
-
- 07 Sep, 2018 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
Jeff Bolz authored
-
- 31 Aug, 2018 4 commits
-
-
John Kessenich authored
Remove execute permissions
-
John Kessenich authored
tooling: Fix update sources script for Python 3
-
John Kessenich authored
Fixed a typo leading to compilation error.
-
Denis Zdorovtsov authored
Fix build.
-
- 30 Aug, 2018 5 commits
-
-
John Kessenich authored
-
John Kessenich authored
Also use the glslang namespace qualifier consistently and validate after legalization, not before. (But most tests don't legalize.)
-
John Kessenich authored
SPV: Add SPIRV-Tools validator.
-
John Kessenich authored
-
John Kessenich authored
-
- 27 Aug, 2018 1 commit
-
-
Karl Schultz authored
This one small change allows the update_glslang_sources.py script to operate correctly with Python 2 and Python 3. Change the string literal type to "bytes" so that it matches the type returned by the subprocess calls. Otherwise, under Python 3, the search for "known-good" in the list of remotes always fails. This is OK for the first execution of update_glsang_sources, since the remote is not there on the first run. But on subsequent runs, the search still fails to match and the script stops when trying to create a remote that already exists.
-
- 23 Aug, 2018 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
- 22 Aug, 2018 1 commit
-
-
John Kessenich authored
-
- 20 Aug, 2018 2 commits
-
-
John Kessenich authored
Use our own SPIRV-Tools message stringifier
-
David Neto authored
Stop including an internal SPIRV-Tools header. It has been deleted. Fixes #1477
-
- 18 Aug, 2018 1 commit
-
-
John Kessenich authored
SPV: only declare the pure 8/16-bit capabilities when needed.
-
- 17 Aug, 2018 2 commits
-
-
John Kessenich authored
Update SPIRV-Tools known good.
-
GregF authored
Includes: Update OpPhi instructions after splitting block. (#1783) Don't change decorations and names in merge return. (#1777) Transform to combine consecutive access chains Handle undef literal value in vector shuffle Fix block ordering in dead branch elim Fix finding constant with particular type. (#1724) Fix infinite loop while folding OpVectorShuffle (#1722) Fix size error when folding vector shuffle. (#1721) Layout validation: Permit {vec3; float} tight packing
-
- 16 Aug, 2018 1 commit
-
-
John Kessenich authored
Only when operations stray outside the 8/16-bit storage-capabilities are the general (pure 8/16-bit) capabilities needed.
-
- 14 Aug, 2018 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
- 13 Aug, 2018 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Order is kept about the same.
-
- 09 Aug, 2018 7 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Fix -Wignored-qualifier and -Wunused-variable warnings
-
John Kessenich authored
Appveyor CI: build artifacts for x64
-
Lei Zhang authored
Fixes https://github.com/KhronosGroup/glslang/issues/1396
-
Corentin Wallez authored
-
- 06 Aug, 2018 2 commits