diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-24 18:22:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-24 19:01:22 +0100 |
commit | e45629135065d0cc73c285f8df35ab4e1d07c6dc (patch) | |
tree | 7677db32ced6e3114ca4cf7822dabd6871d1a177 /src/sna/sna_module.h | |
parent | df6ab02c3690eea8393ecc8c113e2f2891856cc6 (diff) |
Allow runtime switching of AccelMethod between uxa/sna and even glamor
Section "Device"
Option "AccelMethod" "uxa/glamor/sna"
EndSection
The appropriate backend must also be enabled at compile time for the
runtime option to be available (i.e. --enable-uxa (default) --enable-sna
--enable-glamor)
Demanded-by: Adam Jackson <ajax@redhat.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50290
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_module.h')
-rw-r--r-- | src/sna/sna_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_module.h b/src/sna/sna_module.h index aa1ae0d3..1b46cb74 100644 --- a/src/sna/sna_module.h +++ b/src/sna/sna_module.h @@ -1 +1 @@ -void sna_init_scrn(ScrnInfoPtr scrn, int entity_num); +Bool sna_init_scrn(ScrnInfoPtr scrn, int entity_num); |