1. 16 Aug, 2023 5 commits
  2. 14 Aug, 2023 7 commits
  3. 13 Aug, 2023 3 commits
  4. 12 Aug, 2023 6 commits
  5. 11 Aug, 2023 4 commits
  6. 10 Aug, 2023 4 commits
  7. 08 Aug, 2023 5 commits
  8. 07 Aug, 2023 4 commits
  9. 06 Aug, 2023 1 commit
  10. 05 Aug, 2023 1 commit
    • lat9nq's avatar
      gl_device: Filter more specifically for slow ASTC · cb0b8442
      lat9nq authored
      Adds a check to find if the renderer is Intel DG (i.e. DG2).
      
      gl_device: Detect Mesa to disable their ASTC
      
      In our testing, our own ASTC decoder has shown itself to perform faster
      than the included one from the driver. Disable theirs when Mesa is
      detected.
      
      Mesa detection depends on the vendor string. Some drivers never appear
      outside of *nix contexts, so only check those in the *nix context.
      
      gl_device: Internalize Intel DG detection
      cb0b8442