mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
Remove rendering via framebuffer for transparent windows with images
There is no need for it with the current rendering pipeline. Images are blended with premult blending.
This commit is contained in:
@@ -32,7 +32,7 @@ class TestBuild(BaseTest):
|
||||
|
||||
def test_loading_shaders(self) -> None:
|
||||
from kitty.shaders import Program
|
||||
for name in 'cell border bgimage tint blit graphics'.split():
|
||||
for name in 'cell border bgimage tint graphics'.split():
|
||||
Program(name)
|
||||
|
||||
def test_glfw_modules(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user