-
-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend/xrender: be less clever with blur passes
We used to use the target picture as the render target for the last blur pass, instead of an intermediate picture. This saves a Composite requests. With this commit, all blur passes are rendered into intermediate pictures. Then the final blur result is composited into the target. This is less efficient, but since blur is *essentially* non-functionaly on xrender (unless you use xf86-video-intel), we can't make it much worse. This is a preparation for implementing our own accelerated blur on the xrender backend. Signed-off-by: Yuxuan Shui <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters