- Feb 01, 2018
-
-
John Kessenich authored
See https://github.com/KhronosGroup/GLSL/pull/11.
-
John Kessenich authored
- make it sharable with GLSL - correct the case insensitivity - remove the map; queries are not needed, all entries need processing - make it easier to build bottom up (will help GLSL parsing) - support semantic checking and reporting - allow front-end dependent semantics and attribute name mapping
-
John Kessenich authored
-
John Kessenich authored
Fixes #1236.
-
John Kessenich authored
-
John Kessenich authored
-
- Jan 29, 2018
-
-
John Kessenich authored
-
- Jan 18, 2018
-
-
John Kessenich authored
-
John Kessenich authored
Fix unused function warning.
-
- Jan 17, 2018
-
-
John Kessenich authored
Update known-good spirv-tools.
-
- Jan 16, 2018
-
-
Frank Henigman authored
TGlslangToSpvTraverser::getExtBuiltins is only used when AMD_EXTENSIONS is defined, so only define it in that case to avoid an unused function warning.
-
- Jan 12, 2018
-
-
David Neto authored
Optimizations used in HLSL legalization now sweep away unused types.
-
- Jan 11, 2018
-
-
John Kessenich authored
-
- Jan 10, 2018
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
- correct inheritence (or not) of the right XFB buffer - compute implicit stride (fixes #1212) - semantic check block-member redeclarations - inherit stride from a member
-
- Jan 08, 2018
-
-
John Kessenich authored
- fixes #1209, addresses most of #1187 - only query feature availability on seeing the feature (was doing it for every single token) - correct case-sensitive checks for multi-character suffixes
-
John Kessenich authored
- partially addresses #1209 and #1187 - only query 64-bit extension on seeing use of a 64-bit literal (was doing it for every single token) - correct HLSL acceptance of 64-bit literal syntax (still an int though) - error on overflow of 32-bit literal type
-
John Kessenich authored
-
- Jan 05, 2018
-
-
John Kessenich authored
Update known good spirv-tools. Fixes issue #1205.
-
GregF authored
-
- Jan 02, 2018
-
-
John Kessenich authored
-
John Kessenich authored
The grammar for no semicolon and no object name for cbuffer/tbuffer was correct, but the production still skipped the anonymous declarations if an identifier followed.
-
- Dec 30, 2017
-
-
John Kessenich authored
-
- Dec 24, 2017
-
-
John Kessenich authored
-
- Dec 21, 2017
-
-
John Kessenich authored
HLSL: Fix possibly incorrect type conversion in Store2-3-4
-
John Kessenich authored
-
-
John Kessenich authored
This is to create more stable test results.
-
GregF authored
This allow for propagation through structs with dynamically indexed arrays. This supports recent removal of non-io struct flattening.
-
Jean-François Marquis authored
Set type to r-value resulting from indexing vector, to prevent float->uint conversion when source is already uint. Resulting OpConvertFToU would otherwise fail validation because source is already uint. For LoadN, incorrect uint->float->uint can be avoided; fixing potential truncation of big integer values.
-
- Dec 20, 2017
-
-
John Kessenich authored
compile error fix for g++ 5.4.0
-
LoopDawg authored
Fix compilation error under g++ 5.4.0.
-
- Dec 17, 2017
-
-
John Kessenich authored
-
- Dec 16, 2017
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-