- 24 Apr, 2020 1 commit
-
-
John Kessenich authored
-
- 23 Apr, 2020 1 commit
-
-
pmistryNV authored
Enable below features for GL Core version 420: * layout qualifier "std430" * storage qualifier "buffer" * atomic memory functions
-
- 22 Apr, 2020 1 commit
-
-
Phillip Stephens authored
-
- 21 Apr, 2020 1 commit
-
-
MennoVink authored
-
- 20 Apr, 2020 1 commit
-
-
pmistryNV authored
-
- 17 Apr, 2020 1 commit
-
-
pmistryNV authored
-
- 14 Apr, 2020 1 commit
-
-
Cody Northrop authored
Swizzled out operands were added in bbbd9a2a. This was sufficient for most tests, but we ran into problems with umulExtended and imulExtended, which have two. This CL converts the tracking values to vectors so multiple operands can be supported. Test: KHR-GLES31.core.shader_bitfield_operation.* Test: ctest
-
- 13 Apr, 2020 1 commit
-
-
John Kessenich authored
-
- 10 Apr, 2020 1 commit
-
-
Malacath-92 authored
-
- 09 Apr, 2020 1 commit
-
-
alelenv authored
Fixes issue #2169.
-
- 07 Apr, 2020 1 commit
-
-
John Kessenich authored
-
- 03 Apr, 2020 1 commit
-
-
Ryan Harrison authored
This is causing downstream users compiler errors if they have Werror or other particularly restrictive flags turned on.
-
- 02 Apr, 2020 1 commit
-
-
Malcolm Bechard authored
* rework how shader interface block naming rules are handled * Fixes 2136 According to the spec, shader interfaces (uniform blocks, buffer blocks, input blocks, output blocks) all should be matched up via their block names across all compilation units, not instance names. Also, all block names can be re-used between all 4 interface types without conflict. This change makes it so all of these blocks are matched and remapped using block name and not by instance name. Additional the rule that matched uniform and buffer blocks must either be anonymous or named (but not nessearily the same name) is now imposed. * add warning if instance names differ between matched shader interfaces * Add test cases from #2137 which is now fixed as well. * replace some tab characters with spaces * buffer blocks and uniform blocks now share the same block namespace
-
- 01 Apr, 2020 1 commit
-
-
John Kessenich authored
-
- 31 Mar, 2020 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
Error out assignments to objects of rayQueryEXT type.
-
- 30 Mar, 2020 5 commits
-
-
alelenv authored
-
John Kessenich authored
Remove unused variables.
-
dan sinclair authored
This CL removes two unused variables from the initialization code.
-
John Kessenich authored
Humble fix
-
John Kessenich authored
-
- 29 Mar, 2020 4 commits
- 28 Mar, 2020 1 commit
-
-
John Kessenich authored
Update spirv-tools known_good to latest stable
-
- 27 Mar, 2020 3 commits
-
-
Greg Fischer authored
-
John Kessenich authored
GL_EXT_ray_query accelerationStructureEXT
-
John Kessenich authored
GL_EXT_ray_query pass-by-reference issues
-
- 26 Mar, 2020 8 commits
-
-
Neslisah Torosdagli authored
-
Neslisah Torosdagli authored
-
Neslisah Torosdagli authored
-
Neslisah Torosdagli authored
-
Neslisah Torosdagli authored
sync to KhronosGroup/glslang
-
John Kessenich authored
Add missing braces to if condition
-
Geoffrey Martin-Noble authored
The indentation implies this was the intention. Noticed the issue while trying to compile our code with -Werror -Wall
-
- 25 Mar, 2020 3 commits
-
-
John Kessenich authored
GL_EXT_ray_query updates
-
Neslisah Torosdagli authored
-