- Mar 07, 2018
-
-
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
-
- 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
-
-
John Kessenich authored
-
-
John Kessenich authored
-
Rex Xu authored
-
John Kessenich authored
-
- Mar 02, 2018
-
-
John Kessenich authored
-
John Kessenich authored
Implement the extension GL_AMD_gpu_shader_half_float_fetch
-
John Kessenich authored
Fix issues of SPIRV headers
-
Rex Xu authored
-
Rex Xu authored
- Support new opaque types: f16sampler*, f16image*, f16subpassInput*. - Add new built-in GLSL texture/image functions.
-
John Kessenich authored
-
- Feb 28, 2018
-
-
John Kessenich authored
Fix typo in help for -V<bad-number>
-
John Kessenich authored
EShLangFragment falls through to EShLangCompute, only #ifndef AMD_EXTENSIONS.
-
davidhubbard authored
EShLangFragment falls through to EShLangCompute, only #ifndef AMD_EXTENSIONS. This is probably a bug.
-
David Neto authored
-
- Feb 27, 2018
-
-
John Kessenich authored
This factored computeTypeLocationSize() out of needing the TIntermediate contents, and uses it to show how to know how many locations an object needs. However, it still does not do cross stage, or mixed location/no-location analysis.
-
GregF authored
Contains the following improvements: Fixes 1341: Atomics (and other instructions with side-effects) removed. Add folding for redundant add/sub/mul/div/mix operations Add constant folding rules for floating-point comparison Add folding of redundant OpSelect insns Add folding of OpCompositeExtract and OpConstantComposite
-
John Kessenich authored
-
John Kessenich authored
Constants were generally cached by type opcode, but all structures share the same type opcode (OpTypeStruct), so they need to be cached by type id.
-
- Feb 23, 2018
-
-
John Kessenich authored
-
- Feb 22, 2018
-
-
John Kessenich authored
GLSL/SPV: Fix #1196: Require resources to have layout(binding=X).
-
John Kessenich authored
-