1. 18 Jan, 2020 1 commit
  2. 17 Jan, 2020 4 commits
  3. 16 Jan, 2020 8 commits
  4. 15 Jan, 2020 2 commits
  5. 14 Jan, 2020 15 commits
  6. 13 Jan, 2020 2 commits
  7. 12 Jan, 2020 2 commits
  8. 11 Jan, 2020 2 commits
  9. 10 Jan, 2020 1 commit
  10. 09 Jan, 2020 2 commits
  11. 08 Jan, 2020 1 commit
    • ReinUsesLisp's avatar
      vk_compute_pass: Add compute passes to emulate missing Vulkan features · 908e085d
      ReinUsesLisp authored
      This currently only supports quad arrays and u8 indices.
      
      In the future we can remove quad arrays with a table written from the
      CPU, but this was used to bootstrap the other passes helpers and it
      was left in the code.
      
      The blob code is generated from the "shaders/" directory. Read the
      instructions there to know how to generate the SPIR-V.
      908e085d