1. 18 Jun, 2019 2 commits
  2. 17 Jun, 2019 4 commits
  3. 15 Jun, 2019 1 commit
  4. 14 Jun, 2019 1 commit
  5. 13 Jun, 2019 3 commits
  6. 10 Jun, 2019 1 commit
  7. 08 Jun, 2019 4 commits
  8. 07 Jun, 2019 1 commit
  9. 06 Jun, 2019 1 commit
  10. 05 Jun, 2019 2 commits
  11. 04 Jun, 2019 3 commits
  12. 03 Jun, 2019 1 commit
  13. 02 Jun, 2019 2 commits
  14. 31 May, 2019 5 commits
    • Fix subgroup support for ray tracing · 593a4e0a
      Daniel Koch authored
      Closes #1735
      
      GlslangToSpv.cpp
      - minor formatting cleanup
      
      BaseTypes.h
      - minor formatting cleanup
      - add subgroup builtins to GetBuiltInVariableString
        (was resulting in "unknown built-in variable" messages in test output)
      
      Initialize.cpp
      - better naming and re-use of strings for subgroup builtin variable declarations
      - define subgroup builtin variables in ray-tracing shaders
      
      intermOut.cpp
      - add handling of the EOpSubgroupParition* variables
        (was resulting in "ERROR: Bad aggregation op" messages in test output)
      
      Update test results.
    • Add AST tests for ray tracing shaders · c3e60ad9
      Daniel Koch authored
      with subgroup touch tests (error and non-error cases)
      Currently the subgroup built-ins are NOT giving the correct output.
      This is fixed in the next commit.
    • Add AST tests for mesh and task shaders · 3418cb4c
      Daniel Koch authored
      with subgroup touch testing (error and non-error cases)
      
      Add missing symbolTable.relateToOperator("subgroupMemoryBarrierShared") call for
      Mesh/Task shaders so they don't assert in ParseHelper.cpp
    • Add more subgroup testing · 51760c88
      Daniel Koch authored
      Touch test all subgroup builtins in vert, tesc, tese, geom, frag, compute shaders
      before and after enabling extensions to make sure the correct errors are generated
      and then not generated (after enablement).
    • Merge pull request #1781 from jeffbolznv/issue_1766 · 6d882846
      John Kessenich authored
      Allow runtime-sized arrays of acceleration structures
  15. 30 May, 2019 1 commit
  16. 29 May, 2019 1 commit
  17. 28 May, 2019 2 commits
  18. 24 May, 2019 2 commits
  19. 17 May, 2019 3 commits