1. 06 Nov, 2019 9 commits
  2. 05 Nov, 2019 1 commit
  3. 04 Nov, 2019 1 commit
  4. 03 Nov, 2019 13 commits
  5. 31 Oct, 2019 2 commits
  6. 30 Oct, 2019 13 commits
  7. 29 Oct, 2019 1 commit
    • 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