From b2c4a7e682e14fa8af42415d429d6735117fefcb Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 31 Oct 2011 15:14:21 +0100 Subject: vmwgfx: Fix acceleration options. Introduce relevant acceleration options and fix up the log printout. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz Reviewed-by: Alan Hourihane --- vmwgfx/vmwgfx_driver.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'vmwgfx/vmwgfx_driver.h') diff --git a/vmwgfx/vmwgfx_driver.h b/vmwgfx/vmwgfx_driver.h index bb52d09..fd750ca 100644 --- a/vmwgfx/vmwgfx_driver.h +++ b/vmwgfx/vmwgfx_driver.h @@ -86,13 +86,12 @@ typedef struct _modesettingRec struct pci_device *PciInfo; /* Accel */ - Bool accelerate_2d; - - Bool noAccel; + Bool accelerate_render; + Bool from_render; Bool SWCursor; CursorPtr cursor; - Bool no3D; - Bool from_3D; + Bool enable_dri; + Bool from_dri; Bool isMaster; /* Broken-out options. */ -- cgit v1.2.3