Announcement

Collapse
No announcement yet.

Mutter/Clutter Work Leads To New GLX Extension

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mutter/Clutter Work Leads To New GLX Extension

    Phoronix: Mutter/Clutter Work Leads To New GLX Extension
    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Is there any use case for this over just using triple buffering, other than a little video memory savings?

    Comment


    • #3
      Incidentally, a couple of days ago one of the Wine devs found a game that rendered the scene in one thread, but called D3D's "Present()" in another thread. This caused a problem because there was no way to tell when the buffer swap was completed so the next scene would start overwriting the back buffer before the swap actually happened. This extension would fix that because Wine could block BeginScene() until the swap had finished. So there's another use case right there

      Comment

      Working...
      X