[Bug 99247] glReadPixels on Intel N3700 (Braswell) slower than Raspberry Pi

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 8 15:51:02 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99247

--- Comment #6 from Jason Ekstrand <jason at jlekstrand.net> ---
Pierre,
Generally, I would recommend against using RGB formats and expecting them to be
fast.  Very little modern hardware has actual RGB format support.  Many drivers
will have gone out of their way to try and Kane it fast for legacy applications
but every time you use one you're rolling the dice and hoping you hit the
optimized path.  It's almost always better to use RGBA.

Ken,
Yes, we can accelerate it.  Assuming Topi landed his blorp upload patches, it
shouldn't be hard.  As of recently, blorp has full support for RGB
destinations.  It won't be as fast as RGBA because we execute the fragment
shader three times per pixel but it should be faster than the CPU fallback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170108/e15b3d38/attachment.html>


More information about the intel-3d-bugs mailing list