https://bugs.freedesktop.org/show_bug.cgi?id=108263
Bug ID: 108263
Summary: glGetTexImage with PBO is not accelerated on Gallium
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: Mesa core
Assignee: mesa-dev@lists.freedesktop.org
Reporter: awe...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org
Created attachment 141925
--> https://bugs.freedesktop.org/attachment.cgi?id=141925&action=edit
Mesa patch for accelerated PBO texture downloads
In May 2016, a patchset
(https://lists.freedesktop.org/archives/mesa-dev/2016-May/117294.html) added
acceleration for glReadPixels PBO downloads. Support for glGetTexImage and
friends was left as future work.
As part of my efforts to find and fix performance hot spots in Wine's directx
layer, I submitted patches to support texture downloads using PBOs in Wine.
Unfortunately, on Mesa, this does not improve performance for the reason stated
above.
It would be great if Mesa could add support for accelerated texture downloads
using PBOs. In order to facilitate this, I put together a patch based on
glReadPixels and a test case in piglit. I am not familiar with the Mesa code or
conventions, but the patch passes the test case so it is probably close to
correct.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev