1. 29 Mar, 2022 1 commit
    • ameerj's avatar
      gl_rasterizer: Avoid scenario locking already owned mutex · 3e489782
      ameerj authored
      gpu.TickWork() may lock the texture_cache and buffer_cache mutexes, which are owned by the thread prior to invoking TickWork().
      
      Defer invoking gpu.TickWork() until the scope ends, where the owned mutexes are released.
      3e489782
  2. 28 Mar, 2022 1 commit
  3. 27 Mar, 2022 4 commits
  4. 26 Mar, 2022 7 commits
  5. 25 Mar, 2022 27 commits