wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
80 stars 9 forks source link

Move internal corner rendering to separate shader #70

Open WillPower3309 opened 1 week ago

WillPower3309 commented 1 week ago

We can get some minor perf improvements by clipping the entire window box from our decoration node rendering, and then render the four corners of the windows with the decoration blend shaders

WillPower3309 commented 4 days ago

We could move external corner rounding to a separate shader as well! This is coupled with #72