Skip to content
  1. Aug 16, 2023
  2. Aug 14, 2023
  3. Aug 13, 2023
  4. Aug 12, 2023
  5. Aug 11, 2023
  6. Aug 10, 2023
  7. Aug 08, 2023
  8. Aug 07, 2023
  9. Aug 06, 2023
  10. Aug 05, 2023
    • 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
Loading