Announcement

Collapse
No announcement yet.

Hardware Independent X.Org Graphics Drivers

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

  • #11
    Originally posted by ssvb View Post
    Is "offloading" of 2D graphics to GPU still really important, considering that everyone typically has from 2 to 8 CPU cores nowadays?
    The big issue is avoiding copies between system and graphics memory. If you are accelerating 3D operations on the GPU and 2D operations on the CPU then you end up with a lot of back-and-forth traffic unless you can arrange for 2D and 3D operations to always touch different buffers. Accelerating 2D ops on the GPU may even be slower than doing it on the CPU but you still win because of the reduced copy traffic.

    Scrolling also benefits a lot from GPU acceleration, of course.
    Test signature

    Comment

    Working...
    X