Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLS external framebuffer optimizations
1) When rendering to an external framebuffer, rather than blitting the entire framebuffer to and from the offscreen target, only blit the bounds being updated. 2) Coalesce the atomic "resolve" operation and the blit to the target framebuffer into a single operation. i.e., render directly to the target framebuffer and fetch from the offscreen framebuffer. Diffs= 5cfc226f2 PLS external framebuffer optimizations (#6516)
- Loading branch information