1. 16 Jun, 2021 1 commit
    • ameerj's avatar
      textures: Reintroduce CPU ASTC decoder · c4ff7ecf
      ameerj authored
      Users may want to fall back to the CPU ASTC texture decoder due to hangs
      and crashes that may be caused by keeping the GPU under compute heavy
      loads for extended periods of time. This is especially the case in games
      such as Astral Chain which make extensive use of ASTC textures.
      c4ff7ecf
  2. 15 Jun, 2021 2 commits
  3. 14 Jun, 2021 2 commits
  4. 13 Jun, 2021 6 commits
  5. 12 Jun, 2021 1 commit
    • Morph's avatar
      common: fs: Use the normal directory iterator in *Recursively functions · c978f314
      Morph authored
      MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error.
      
      We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it.
      c978f314
  6. 11 Jun, 2021 24 commits
  7. 10 Jun, 2021 4 commits