Skip to content
  1. Mar 29, 2022
    • 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. Mar 28, 2022
  3. Mar 27, 2022
  4. Mar 26, 2022
  5. Mar 25, 2022
Loading