diff options
author | Zou Nan hai <nanhai.zou@intel.com> | 2010-11-01 13:23:36 +0800 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-01 10:38:37 +0000 |
commit | 42363134bd38fb406d90cdb9e5b227836a793912 (patch) | |
tree | 2f158b3dc881256a6397b17f415de650edcc5816 /src/intel_driver.c | |
parent | 5bed685f765671d63642b24e17abd70579c40ddf (diff) |
Support BLT acceleration on gen6
Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index 7e4a4a43..01c8c1bf 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -575,8 +575,6 @@ static Bool I830PreInit(ScrnInfoPtr scrn, int flags) } intel->use_shadow = FALSE; - if (IS_GEN6(intel)) - intel->use_shadow = TRUE; if (xf86IsOptionSet(intel->Options, OPTION_SHADOW)) { intel->use_shadow = |