radeon: Don't mess up page flipping when a file descriptor is closed.
authorMichel Dänzer <michel@tungstengraphics.com>
Sun, 29 Apr 2007 10:17:57 +0000 (12:17 +0200)
committerMichel Dänzer <michel@tungstengraphics.com>
Sun, 29 Apr 2007 10:37:51 +0000 (12:37 +0200)
commitca1cd3257c7c41821788ca45d45e51065f436803
tree0ec7a815508a4d0ddc7164228ca5718564acfeb1
parentfeb68037784ac09e333a321d294fdb2d8c57a4c8
radeon: Don't mess up page flipping when a file descriptor is closed.

There can still be other contexts that may use page flipping later on, so don't
just unilaterally 'clean it up', which could lead to the wrong page being
displayed, e.g. when running 3D apps with a GLX compositing manager such as
compiz using page flipping.
shared-core/radeon_drv.h
shared-core/radeon_state.c