1. 24 Oct, 2019 1 commit
    • Lioncash's avatar
      shader_ir: Use std::array with pair instead of unordered_map · 38271717
      Lioncash authored
      Given the overall size of the maps are very small, we can use arrays of
      pairs here instead of always heap allocating a new map every time the
      functions are called. Given the small size of the maps, the difference
      in container lookups are negligible, especially given the entries are
      already sorted.
      38271717
  2. 23 Oct, 2019 2 commits
  3. 22 Oct, 2019 4 commits
  4. 20 Oct, 2019 2 commits
  5. 19 Oct, 2019 2 commits
  6. 18 Oct, 2019 11 commits
  7. 17 Oct, 2019 18 commits