- Sep 25, 2018
-
-
John Kessenich authored
Add BUILD.gn configuration.
-
Dan Sinclair authored
-
- Sep 24, 2018
-
-
Dan Sinclair authored
-
Dan Sinclair authored
This CL adds the necessary configuration to build glslang inside a Chromium checkout. Two build warnings were fixed in the process to make things compile.
-
- Sep 20, 2018
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Update known-good to tools/headers for the Nvidia Turing extensions.
-
John Kessenich authored
-
- Sep 19, 2018
-
-
John Kessenich authored
-
John Kessenich authored
Add support for multiple Nvidia extensions
-
Chao Chen authored
-
Chao Chen authored
-
Chao Chen authored
-
Chao Chen authored
-
Chao Chen authored
-
Chao Chen authored
-
Chao Chen authored
-
John Kessenich authored
-
John Kessenich authored
-
- Sep 18, 2018
-
-
John Kessenich authored
-
- Sep 13, 2018
-
-
John Kessenich authored
-
John Kessenich authored
Add GL_EXT_shader_atomic_int64
-
Norbert Garnys authored
-
- Sep 12, 2018
-
-
John Kessenich authored
Fix compiler warning emitted from GCC8
-
Dennis Luxen authored
the following warning gets emitted: ``` In file included from ./Vulkan/glslang/SPIRV/hex_float.h:39, from ./Vulkan/glslang/SPIRV/SpvBuilder.cpp:49: ./Vulkan/glslang/SPIRV/bitutils.h: In instantiation of ‘Dest spvutils::BitwiseCast(Src) [with Dest = spvutils::Float16; Src = short unsigned int]’: ./Vulkan/glslang/SPIRV/hex_float.h:138:47: required from ‘T spvutils::FloatProxy<T>::getAsFloat() const [with T = spvutils::Float16]’ ./Vulkan/glslang/SPIRV/hex_float.h:821:52: required from here ./Vulkan/glslang/SPIRV/bitutils.h:29:14: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class spvutils::Float16’; use copy-assignment or copy-initialization instead [-Wclass-memaccess] std::memcpy(&dest, &source, sizeof(dest)); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./Vulkan/glslang/SPIRV/SpvBuilder.cpp:49: ./Vulkan/glslang/SPIRV/hex_float.h:43:7: note: ‘class spvutils::Float16’ declared here class Float16 { ^~~~~~~ In file included from ./Vulkan/glslang/SPIRV/hex_float.h:39, from ./Vulkan/glslang/SPIRV/SpvBuilder.cpp:49: ./Vulkan/glslang/SPIRV/bitutils.h: In instantiation of ‘Dest spvutils::BitwiseCast(Src) [with Dest = spvutils::FloatProxy<spvutils::Float16>; Src = short unsigned int]’: ./Vulkan/glslang/SPIRV/hex_float.h:431:28: required from ‘void spvutils::HexFloat<T, Traits>::setFromSignUnbiasedExponentAndNormalizedSignificand(bool, spvutils::HexFloat<T, Traits>::int_type, spvutils::HexFloat<T, Traits>::uint_type, bool) [with T = spvutils::FloatProxy<spvutils::Float16>; Traits = spvutils::HexFloatTraits<spvutils::FloatProxy<spvutils::Float16> >; spvutils::HexFloat<T, Traits>::int_type = short int; spvutils::HexFloat<T, Traits>::uint_type = short unsigned int]’ ./Vulkan/glslang/SPIRV/hex_float.h:633:5: required from ‘void spvutils::HexFloat<T, Traits>::castTo(other_T&, spvutils::round_direction) [with other_T = spvutils::HexFloat<spvutils::FloatProxy<spvutils::Float16>, spvutils::HexFloatTraits<spvutils::FloatProxy<spvutils::Float16> > >; T = spvutils::FloatProxy<float>; Traits = spvutils::HexFloatTraits<spvutils::FloatProxy<float> >]’ ./Vulkan/glslang/SPIRV/hex_float.h:817:39: required from here ./Vulkan/glslang/SPIRV/bitutils.h:29:14: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class spvutils::FloatProxy<spvutils::Float16>’ from an array of ‘short unsigned int’ [-Wclass-memaccess] std::memcpy(&dest, &source, sizeof(dest)); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./Vulkan/glslang/SPIRV/SpvBuilder.cpp:49: ./Vulkan/glslang/SPIRV/hex_float.h:115:7: note: ‘class spvutils::FloatProxy<spvutils::Float16>’ declared here class FloatProxy { ^~~~~~~~~~ ```
-
- Sep 11, 2018
-
-
John Kessenich authored
-
John Kessenich authored
-
- Sep 10, 2018
-
-
John Kessenich authored
Put quote marks around strings, due to a change in how tokenization works.
-
- Sep 07, 2018
-
-
John Kessenich authored
-
John Kessenich authored
-
Jeff Bolz authored
-
- Aug 31, 2018
-
-
John Kessenich authored
Remove execute permissions
-
John Kessenich authored
tooling: Fix update sources script for Python 3
-
John Kessenich authored
Fixed a typo leading to compilation error.
-
Denis Zdorovtsov authored
Fix build.
-
- Aug 30, 2018
-
-
John Kessenich authored
-
John Kessenich authored
Also use the glslang namespace qualifier consistently and validate after legalization, not before. (But most tests don't legalize.)
-
John Kessenich authored
SPV: Add SPIRV-Tools validator.
-
John Kessenich authored
-
John Kessenich authored
-