1. 26 Oct, 2018 1 commit
    • Fix 8-bit storage nearly always using the · b6b01f06
      Neil Henning authored
      UniformAndStorageBuffer8BitAccess capability.
      
      When using the 8-bit storage extension it basically always used the
      `UniformAndStorageBuffer8BitAccess` capability, even in cases where it
      wasn't required. For instance if we are targeting Vulkan 1.1 (SPIR-V 1.3
      or higher), and we are only using 8-bit types in an SSBO, we only need
      the `StorageBuffer8BitAccess` capability.
      
      I fixed this by enabling storage buffer use in Vulkan 1.1 / SPIR-V 1.3
      or higher, and then changing the logic to match.
      
      I also added some tests that will output different capabilities when run
      on Vulkan 1.0 and 1.1, thus they are added twice to the test list (one
      for each version).
      
      Fixes #1539
  2. 22 Oct, 2018 1 commit
  3. 21 Oct, 2018 1 commit
  4. 20 Oct, 2018 1 commit
  5. 17 Oct, 2018 3 commits
  6. 16 Oct, 2018 2 commits
  7. 10 Oct, 2018 1 commit
  8. 05 Oct, 2018 4 commits
  9. 04 Oct, 2018 1 commit
    • Allow redeclaration of builtin interface blocks in mesh shader · 035cbbe3
      Sahil Parmar authored
      Apart from allowing redeclaration of gl_MeshPerVertexNV and gl_MeshPerPrimitiveNV blocks, this change also -
      - Resize clip/cull perview distances based on static index use
      - Error out use of both single-view and per-view builtins
      - Add new gtests with redeclared blocks and edit existing test output
      - Fix couple of typos
  10. 03 Oct, 2018 2 commits
  11. 02 Oct, 2018 4 commits
  12. 28 Sep, 2018 1 commit
  13. 27 Sep, 2018 1 commit
  14. 26 Sep, 2018 8 commits
  15. 25 Sep, 2018 5 commits
  16. 24 Sep, 2018 2 commits
  17. 20 Sep, 2018 2 commits