- 14 Sep, 2020 3 commits
-
-
Rex Xu authored
According to the extension SPV_GOOGLE_decorate_string, OpDecorateString (or OpMemberDecorateString) ought to be capable of supporting multiple literal strings. Each literal strings are padded with null terminator to make word alignment. The layout is: Inst | Target | Decoration | Literal String, Literal String, ...
-
Chow authored
* Remove image2DShadow and other 3 tokens. Refine codes. Remove image2DShadow and other 3 tokens. Refine codes. * 110scope.vert has redefinition part of what's removed from 100scope.vert
-
johnkslang authored
-
- 13 Sep, 2020 2 commits
-
-
John Kessenich authored
Allow subpassLoad for ANGLE
-
John Kessenich authored
Find python interpreter from host when cross-compiling
-
- 12 Sep, 2020 2 commits
-
-
nihui authored
-
Shahbaz Youssefi authored
Signed-off-by:Shahbaz Youssefi <ShabbyX@gmail.com>
-
- 08 Sep, 2020 2 commits
-
-
John Kessenich authored
Error when initializing rayQuery with assignment
-
Tobias Hector authored
-
- 07 Sep, 2020 3 commits
-
-
John Kessenich authored
Parser: Fix wrong names of extension macros
-
John Kessenich authored
SPIRV: Fix some disassembly issues
-
Rex Xu authored
- OpExecutionModeId is not supported in disassembly. - Some execution modes are missing in disassembled strings.
-
- 03 Sep, 2020 1 commit
-
-
Tobias Hector authored
-
- 02 Sep, 2020 1 commit
-
-
Rex Xu authored
The names of some extension macros are wrong because of coding typos.
-
- 26 Aug, 2020 2 commits
-
-
John Kessenich authored
Suppress two override suggestion warnings.
-
Jamie Madill authored
We're turning these on in ANGLE and want to keep the build clean.
-
- 23 Aug, 2020 2 commits
-
-
johnkslang authored
This reverts commit f257e0ea, reversing changes made to 8f0c6bd7.
-
John Kessenich authored
Obey ENABLE_PCH CMake option
-
- 21 Aug, 2020 1 commit
-
-
Julius Ikkala authored
-
- 17 Aug, 2020 2 commits
-
-
John Kessenich authored
Use --test-root to pass files to Bazel tests.
-
John Kessenich authored
GLSLANG_EXPORT for C APIs.
-
- 15 Aug, 2020 1 commit
-
-
johnkslang authored
-
- 14 Aug, 2020 5 commits
-
-
Rafael Marinheiro authored
The current implementation makes tests fail when it is imported from a different Bazel workspace. We fix that by using the --test-root flag to pass the rootpath to the tests.
-
John Kessenich authored
Remove incorrect style of extension-based semantic checking.
-
johnkslang authored
We need separate concepts for - total set of extensions ever enabled, for the back end - current state of extensions, for parsing - the set of features currently enabled for building the AST
-
johnkslang authored
This detangles incorrect conflation of HLSL with GLSL extensions, defers asking expensive questions until it's time to ask, and removes some dead code.
-
johnkslang authored
The scalar type was already the basic type passed in. Also factored out of this the checking of extensions for 8/16-bit stuff. This code seems wrong in several ways, but for now just documenting it.
-
- 13 Aug, 2020 1 commit
-
-
johnkslang authored
-
- 12 Aug, 2020 3 commits
-
-
John Kessenich authored
Update tools
-
Alan Baker authored
-
Alan Baker authored
-
- 10 Aug, 2020 1 commit
-
-
Ez Diy authored
Fixes FFI breakage introduced in #2283
-
- 07 Aug, 2020 1 commit
-
-
johnkslang authored
See #2366 for detail.
-
- 06 Aug, 2020 2 commits
-
-
johnkslang authored
-
johnkslang authored
-
- 05 Aug, 2020 2 commits
-
-
John Kessenich authored
Build/Test: Dropping VS 2013 allows using the latest googletests
-
johnkslang authored
These have a new spelling: INSTANTIATE_TEST_CASE_P -> INSTANTIATE_TEST_SUITE_P
-
- 04 Aug, 2020 3 commits
-
-
johnkslang authored
-
johnkslang authored
-
johnkslang authored
-