]> git.tdb.fi Git - geometrycompositor.git/commitdiff
Defer window pixmap and mask updates until rendering time
authorMikko Rasa <tdb@tdb.fi>
Sun, 13 Dec 2015 16:24:31 +0000 (18:24 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 13 Dec 2015 16:30:42 +0000 (18:30 +0200)
Interactive operations may result in a large number of changes within a
single frame.  Processing each one separately is a waste of time since
only the last results will be visible.  Additionally it's easier to make
sure the GL context is available.


No differences found