diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-10-31 15:14:21 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-10-31 16:57:37 +0100 |
commit | b2c4a7e682e14fa8af42415d429d6735117fefcb (patch) | |
tree | 5b46bfad9c1ba112d1ae14479c90fb1ab75c22ea /vmwgfx/vmwgfx_driver.h | |
parent | da85719e9e373ee8da53388cccc71a0f9c8bbefc (diff) |
vmwgfx: Fix acceleration options.
Introduce relevant acceleration options and fix up the log printout.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Reviewed-by: Alan Hourihane <alanh@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_driver.h')
-rw-r--r-- | vmwgfx/vmwgfx_driver.h | 9 |
1 files changed, 4 insertions, 5 deletions
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. */ |