Skip to content

etnaviv: Enable PIPE_TEXTURE_TRANSFER_BLIT

Derek Foreman requested to merge derekf/mesa:etnaviv_pipe_cap into main

We've seen some cases where taking a screenshot under weston results in hundreds of milliseconds of delay, much of it spent in convert_ubyte() calls.

Enabling this pipe cap improves performance dramatically with no visible impact on the correctness of the screenshots.

Merge request reports