diff options
author | Michel Daenzer <michel@daenzer.net> | 2006-04-29 20:12:38 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2006-04-29 20:12:38 +0000 |
commit | 6142cb079d4a5844e4863c800baf4ae19c636af5 (patch) | |
tree | 70bda869fd78dc1c4776c5748f2c025ae76f0056 /ChangeLog | |
parent | eb841974d041b19461b7fb726687df8938b2e39b (diff) |
Prefer double-buffered visuals. As a consequence, the root window's visual
is double-buffered by default, which is desirable in a number of
situations, in particular when running a GLX compositing manager with
AIGLX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-04-29 Michel Dänzer <michel@daenzer.net> + + * src/radeon_dri.c: (RADEONInitVisualConfigs): + Prefer double-buffered visuals. As a consequence, the root window's + visual is double-buffered by default, which is desirable in a number of + situations, in particular when running a GLX compositing manager with + AIGLX. + 2006-04-27 Eric Anholt <anholt@FreeBSD.org> reviewed by: Michel Dänzer <michel@daenzer.net> |