- 22 Jan, 2019 1 commit
-
-
Hodgman authored
-
- 20 Jan, 2019 2 commits
-
-
John Kessenich authored
More precisely check for the qualifiers that enable the vulkan memory model for buffer references.
-
Jeff Bolz authored
Not all memory qualifiers necessarily need the vulkan memory model, e.g. volatile/restrict that correspond to core SPIR-V features do not.
-
- 18 Jan, 2019 1 commit
-
-
John Kessenich authored
Fix xfb_stride incorrectness(#1654)
-
- 16 Jan, 2019 7 commits
-
-
John Kessenich authored
HLSL: Avoid leaking a shadow sampler struct
-
John Kessenich authored
Avoid leaking name for counter buffer
-
David Neto authored
-
David Neto authored
-
John Kessenich authored
HLSL: Fix #1655; use "" for nullptr file names
-
John Kessenich authored
-
John Kessenich authored
-
- 14 Jan, 2019 1 commit
-
-
Rex Xu authored
Add int64 support in XFB. Change containsDouble to contains64BitType. Make it more general.
-
- 11 Jan, 2019 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
Work around a CMake cross-compilation issue
-
- 10 Jan, 2019 1 commit
-
-
John Kessenich authored
Update SPIRV-Tools known good: relax Uconvert check
-
- 09 Jan, 2019 2 commits
-
-
David Neto authored
Permit UConvert as an OpSpecConstantOp operation when SPV_AMD_gpu_shader_int_16 is used.
-
John Kessenich authored
Parenthesize to avoid GCC warning
-
- 08 Jan, 2019 3 commits
-
-
David Neto authored
-
John Kessenich authored
Don't output duplicate OpTypeAccelerationStructureNV declarations
-
John Kessenich authored
GL_EXT_buffer_reference
-
- 07 Jan, 2019 4 commits
-
-
Piers Daniell authored
-
Jeff Bolz authored
-
John Kessenich authored
-
dan sinclair authored
* Make sure source strings are terminated The source strings may or may not have a null terminator. We need to make sure we add one before outputting the source strings as we iterate over the c-str looking for the null terminator. * Review feedback
-
- 04 Jan, 2019 1 commit
-
-
John Kessenich authored
Mark spv.int16.amd.frag.out as failing validation
-
- 03 Jan, 2019 2 commits
-
-
David Neto authored
See #1642 Also updates SPIRV-Tools and SPIRV-Headers known_good.
-
Graeme Leese authored
CMake can't correctly configure the latest code because of an issue with cross-compilation of pthreads: https://gitlab.kitware.com/cmake/cmake/issues/16920
-
- 30 Dec, 2018 1 commit
-
-
John Kessenich authored
Create separate OpSource for each included file when compiling -g
-
- 28 Dec, 2018 1 commit
-
-
Greg Fischer authored
-
- 18 Dec, 2018 4 commits
-
-
John Kessenich authored
Add passes to spirv-opt passes to preserve source line info when compiling -g.
-
John Kessenich authored
CMake: Fix linking pthread of CMake < 3.1
-
Rémi Verschelde authored
As reported in #1624, Ubuntu 14.04 LTS still uses CMake 2.8.12 which does not support the Threads::Threads target (added in CMake 3.1). This could be reverted once the required CMake version is bumped to 3.1+.
-
John Kessenich authored
Move memory model scope tests to Vulkan 1.1 batch
-
- 17 Dec, 2018 2 commits
-
-
Alan Baker authored
Fixes #1610 * Updated expected result due to version change
-
John Kessenich authored
Fixes #1630 and fixes #1631.
-
- 16 Dec, 2018 1 commit
-
-
Greg Fischer authored
-
- 15 Dec, 2018 2 commits
-
-
John Kessenich authored
Fix bug where shaderRecordNV buffers were using StorageBuffer storage class
-
Jeff Bolz authored
-
- 14 Dec, 2018 2 commits
-
-
John Kessenich authored
-
John Kessenich authored
-