From 95d717177d3846e38718513e9acc36d2e4729788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 11 Dec 2006 14:38:40 +0000 Subject: [PATCH] Update the clipping item. svn path=/branches/work/kwin_composite/; revision=612469 --- COMPOSITE_TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/COMPOSITE_TODO b/COMPOSITE_TODO index 9b83ed8cbd..9c806f28b1 100644 --- a/COMPOSITE_TODO +++ b/COMPOSITE_TODO @@ -125,8 +125,7 @@ OpenGL TODO + clipping optimization - like XRender code has paintTransformedScreen(), avoid painting parts that are obscured (makes a difference with many windows open) - - Compiz has some stencil code that possibly does this, although I don't quite get - the code, or maybe using Z-buffer could be an option + - maybe stencil could be used XRender TODO