- 13 Mar, 2018 1 commit
-
-
Daniel Koch authored
glslang/SPIRV/SpvBuilder.cpp:2533:27: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare] for (int c = 0; c < accessChain.swizzle.size(); ++c) ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. glslang/hlsl/hlslParseHelper.cpp:69:5: error: field 'cullDistanceInput' will be initialized after field 'clipDistanceOutput' [-Werror,-Wreorder] cullDistanceInput(nullptr), ^ 1 error generated. glslang/glslang/MachineIndependent/attribute.cpp:85:16: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare] if (argNum >= args->getSequence().size()) ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
-
- 12 Mar, 2018 4 commits
-
-
John Kessenich authored
Update known_good to SPIR-V 1.3 support
-
John Kessenich authored
HLSL: Correct some mistakes for min16 types
-
John Kessenich authored
include/Common.h: reorder includes to avoid redefinition on some platforms
-
Rex Xu authored
- Add missing constructor ops to support float16/int16/uint16 types - Allow half float literals - Correct two errors of double literal parse in HLSL: extension check and postfix
-
- 11 Mar, 2018 1 commit
-
-
Josh de Kock authored
On some systems sstream defines snprintf, this leads to the a redefinition of sprintf_s if snprintf is defined before checking if it exists in sstream.
-
- 10 Mar, 2018 2 commits
- 08 Mar, 2018 4 commits
-
-
John Kessenich authored
Fix memory leak upon ProcessDeferred failure.
-
John Kessenich authored
Allow --hlsl-enable-16bit-types to be used without AMD_EXTENSIONS
-
Rex Xu authored
-
siavashserver authored
-
- 07 Mar, 2018 13 commits
-
-
John Kessenich authored
Fixed GCC+Clang errors and warnings on Linux and OSX.
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
https://github.com/sheredom/glslangJohn Kessenich authored
Merge branch 'fixup_sm_60_wording' of https://github.com/sheredom/glslang into sheredom-fixup_sm_60_wording
-
John Kessenich authored
Now, version 5.* is all connected to making the uint type, which doesn't quite work. Generator versions 4 and 6 do not do this.
-
Neil Henning authored
-
John Kessenich authored
SPV: Implement Vulkan 1.1 features and extensions.
-
Rex Xu authored
-
Rex Xu authored
-
Branimir Karadžić authored
-
- 06 Mar, 2018 10 commits
-
-
John Kessenich authored
-
John Kessenich authored
This reverts commit 2c65069e, reversing changes made to fa9b465b.
-
John Kessenich authored
-
John Kessenich authored
Legalization: Omit legalization warning when spirv-opt is linked.
-
John Kessenich authored
-
GregF authored
-
John Kessenich authored
Update spirv-tools known_good
-
John Kessenich authored
Add more error checks for interpolateAtVertexAMD()
-
Rex Xu authored
-
John Kessenich authored
Still missing is automation and final decisions on mechanisms in general.
-
- 03 Mar, 2018 5 commits
-
-
Branimir Karadžić authored
-
John Kessenich authored
-
John Kessenich authored
-
Rex Xu authored
-