]> git.tdb.fi Git - geometrycompositor.git/commit
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)
commitb4491667ccc2012b19e4cc4780fae8538cfeb874
tree3019a902e46924d3960e0898b141f3ed8e0a8ce6
parent110b5a3a1850d4ff5d9f4426172a7df048cacdda
Defer window pixmap and mask updates until rendering time

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.
source/main.c