Use pixman regions to reduce repainting
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 13 Feb 2011 18:00:51 +0000 (13:00 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 13 Feb 2011 18:26:39 +0000 (13:26 -0500)
commit31bd6c7ab10d4523684fa45f353b10e92f1187f4
tree8399dfe65a681702bb1ed514f724a040b3582c71
parent9c7a8cc663cb7887ba9b4499ae6e421ee6d6fef1
Use pixman regions to reduce repainting

For now, we just use glScissor and clip to the extent of the damage region,
but we can do even better by clipping the repaint to the region rectangles.
compositor/compositor.c
compositor/compositor.h
compositor/shell.c
configure.ac