1. 06 Nov, 2019 6 commits
  2. 05 Nov, 2019 1 commit
  3. 04 Nov, 2019 1 commit
  4. 03 Nov, 2019 10 commits
  5. 31 Oct, 2019 2 commits
  6. 30 Oct, 2019 13 commits
  7. 29 Oct, 2019 4 commits
    • ReinUsesLisp's avatar
      shader/node: Unpack bindless texture encoding · a993df1e
      ReinUsesLisp authored
      Bindless textures were using u64 to pack the buffer and offset from
      where they come from. Drop this in favor of separated entries in the
      struct.
      
      Remove the usage of std::set in favor of std::list (it's not std::vector
      to avoid reference invalidations) for samplers and images.
      a993df1e
    • Lioncash's avatar
      externals: Track upstream libzip · 1643af43
      Lioncash authored
      Stops relying on a fork for providing zip handling and instead tracks
      the upstream branch but keeps any necessary build-related changes in the
      source tree directly without modifying the libzip target itself.
      1643af43
    • Rodrigo Locatti's avatar
      Merge pull request #3004 from ReinUsesLisp/maxwell3d-cleanup · 2ec5b55e
      Rodrigo Locatti authored
      maxwell_3d: Remove unused entries
      2ec5b55e
    • Lioncash's avatar
      externals: Amend zlib submodule · c2486f77
      Lioncash authored
      Supplies CMakeLists.txt file that avoids pulling in zlib's tests into
      the tree. This avoids needing to explicitly opt these tests out from
      ctest.
      c2486f77
  8. 28 Oct, 2019 3 commits