- 22 Jul, 2019 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
Update spirv-tools and spirv-headers known good.
-
- 18 Jul, 2019 2 commits
-
-
Greg Fischer authored
Previous known-good contained regression per sperron at Google.
-
John Kessenich authored
-
- 17 Jul, 2019 1 commit
-
-
John Kessenich authored
Update known good SPIRV-Tools commit
-
- 16 Jul, 2019 3 commits
-
-
Jason Macnak authored
Update the known good SPIRV-Tools commit to eventually propagate the commit allowing the ray tracing stages in pass instrumentation to the vulkan validation layers (validation layers depends on glslang which depends on spirv-tools).
-
John Kessenich authored
ESSL: Fix #1823: Conditions for when derivatives are in compute shader.
-
John Kessenich authored
Fix #1818: Allow unsized view array dimension for non-block perviewNV attributes
-
- 15 Jul, 2019 5 commits
-
-
Sahil Parmar authored
-
John Kessenich authored
SPV: Fix #1783: Don't do bounds checking for spec-const-expression size
-
John Kessenich authored
OpIsHelperInvocationEXT should declare relevant SPV extension and capability
-
John Kessenich authored
-
Rex Xu authored
-
- 13 Jul, 2019 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
spirv: Generate missing SampleMaskOverrideCoverageNV capability op
-
John Kessenich authored
Explicitly remove RTTI in the top-level build config
-
- 12 Jul, 2019 2 commits
-
-
Jason Macnak authored
The SampleMaskOverrideCoverageNV capability should be declared when gl_SampleMask is used.
-
Ryan Harrison authored
Fixes #1831
-
- 11 Jul, 2019 2 commits
-
-
John Kessenich authored
Add support for SPV_KHR_shader_clock
-
amhagan authored
-
- 10 Jul, 2019 3 commits
-
-
John Kessenich authored
Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled
-
Jeff Bolz authored
-
John Kessenich authored
Update spirv tools
-
- 09 Jul, 2019 1 commit
-
-
John Kessenich authored
Change implementation of gl_SIMDGroupSizeAMD
-
- 08 Jul, 2019 2 commits
-
-
Alan Baker authored
-
Alan Baker authored
-
- 06 Jul, 2019 1 commit
-
-
Rex Xu authored
-
- 03 Jul, 2019 2 commits
-
-
John Kessenich authored
It's okay for symbolic spec-consts, but without constant folding, not okay when the array size is an expression.
-
John Kessenich authored
-
- 02 Jul, 2019 5 commits
-
-
John Kessenich authored
update spirv-headers to pick up demote_to_helper_invocation
-
Jeff Bolz authored
-
John Kessenich authored
-
John Kessenich authored
Implement GL_EXT_demote_to_helper_invocation
-
John Kessenich authored
-
- 01 Jul, 2019 1 commit
-
-
Jeff Bolz authored
-
- 26 Jun, 2019 2 commits
-
-
John Kessenich authored
Remove extraneous semicolons
-
John Kessenich authored
Remove __DATE__ and __TIME__ usage
-
- 25 Jun, 2019 2 commits
-
-
Shahbaz Youssefi authored
These macros result in a non-deterministic build. In chromium, these macros are specifically set to empty, resulting in a compile error.
-
Shahbaz Youssefi authored
They cause a warning (-Wextra-semi) that can lead to a compile error (-Werror).
-
- 23 Jun, 2019 1 commit
-
-
John Kessenich authored
Handle all basic scalar types in promoteConstantUnion
-