lirios / shell

:shell: Convergent shell for desktops, phones and tables built with QtQuick, Wayland and Material Design
GNU General Public License v3.0
231 stars 15 forks source link

Drop shadow with border image #207

Closed plfiorini closed 3 years ago

plfiorini commented 3 years ago

When an Item layer is enabled, the scene graph allocates memory in the GPU equivalent to w h 4. Using a cached BorderImage would only allocate the size of a small 150x150 image and won't even involve shaders.