- Mar 16, 2018
-
-
John Kessenich authored
Reinforces that conversion rules are operation-specific. Side effect is that HLSL logical-operator conversions are more direct (e.g. float -> bool, rather than float -> int -> bool).
-
- Mar 12, 2018
-
-
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
-
- Mar 11, 2018
-
-
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.
-
- Mar 10, 2018
- Mar 08, 2018
-
-
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
-
- Mar 07, 2018
-
-
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
-
- Mar 06, 2018
-
-
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.
-
- Mar 03, 2018
-
-
Branimir Karadžić authored
-
John Kessenich authored
-
-
John Kessenich authored
-
Rex Xu authored
-