- 10 May, 2019 8 commits
-
-
John Kessenich authored
...when doing a variable lookup on an array of constants.
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
This includes the test for the first feature of OpEntryPoint.
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Latest known-good SPIRV-Tools: WARNING: Needs python 3.x.
-
- 09 May, 2019 3 commits
-
-
John Kessenich authored
You may need to install python 3.x and also [windows users] may need to get it in your path in front of python 2.7.x. If you don't need the external projects (i.e., SPIRV-Tools) and don't want to upgrade to python 3, don't create the External subdirectory and CMake won't require python 3. (CMake has a bug that makes it find the wrong one on a first pass if the top level does not require the version needed by lower levels.)
-
John Kessenich authored
-
John Kessenich authored
For nonuniformEXT constructor, make a copy of the node to decorate
-
- 08 May, 2019 2 commits
-
-
Jeff Bolz authored
-
John Kessenich authored
Add support for GL_EXT_buffer_reference2
-
- 03 May, 2019 3 commits
-
-
John Kessenich authored
Fix issues of explicit conversions.
-
John Kessenich authored
If a shader's only use of float16 is for FConvert, add the Float16 capability
-
John Kessenich authored
-
- 01 May, 2019 2 commits
- 25 Apr, 2019 1 commit
-
-
Rex Xu authored
For certain int8/int16/float16 conversions,they are conditionally allowed when extensions defining explicit arithmetic types are enabled.
-
- 19 Apr, 2019 4 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
This was added some time ago, but I suspect largely unused. Christoph pointed out of few contradictions to actual convention, so that's fixed. But, I suspect it is largely incomplete.
-
- 17 Apr, 2019 2 commits
-
-
John Kessenich authored
introduce ability to dump builtin symbol table
-
Christoph Kubisch authored
-
- 16 Apr, 2019 3 commits
-
-
Christoph Kubisch authored
-
Christoph Kubisch authored
-
Christoph Kubisch authored
-
- 15 Apr, 2019 1 commit
-
-
Christoph Kubisch authored
-
- 13 Apr, 2019 2 commits
-
-
Christoph Kubisch authored
-
Christoph Kubisch authored
add corresponding EShMsgBuiltinSymbolTable TSymbol::dump functions have option to do "complete" print bugfix in TType::getCompleteString, structure can be null for block
-
- 08 Apr, 2019 1 commit
-
-
John Kessenich authored
Add cstdlib include
-
- 06 Apr, 2019 1 commit
-
-
Daniel Koch authored
On some platforms some of the includers of this header don't have 'atoi' defined after the change in #1749
-
- 05 Apr, 2019 1 commit
-
-
John Kessenich authored
Update spirv-tools known-good
-
- 04 Apr, 2019 3 commits
-
-
Greg Fischer authored
-
John Kessenich authored
-
John Kessenich authored
Check if _MSC_VER is defined before using.
-
- 03 Apr, 2019 2 commits
-
-
Daniel Koch authored
Fixes compilation errors on some platforms.
-
John Kessenich authored
build: Don't ship GTEST headers in install target
-
- 02 Apr, 2019 1 commit
-
-
Karl Schultz authored
A project that uses googletest(GTEST) shouldn't include googletest headers with its artifacts in its install target. These headers simply are not needed by the consumers of the install target and can cause conflicts with other projects that use googletest themselves and this project's install target. And they are just not part of the expected glslang build artifacts. It is likely that the addition of the googletest headers to the install target was a simple oversight that happens as a result of adding googletest as a CMake subdirectory. For more information on how this causes conflicts with other projects, please see: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/821.
-