diff options
author | Kai Wasserbäch <[email protected]> | 2011-11-29 15:04:58 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-11-29 15:44:09 +0000 |
commit | 2c27f204f1ca6f09f9520712be1da9a13ed5c01d (patch) | |
tree | 72aa79b2e6680172efe116b51640337f640f8e28 /src/gallium/SConscript | |
parent | 76ba431b97087e2d5ca0351e0d613f0812fd1425 (diff) |
i965g: Delete this driver.
Never completed, and no plans to do so.
Signed-off-by: Kai Wasserbäch <[email protected]>
Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index d9fd48425a0..f65bc2daac3 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -25,7 +25,6 @@ if not env['msvc']: # These drivers do not build on MSVC compilers SConscript([ 'drivers/i915/SConscript', - 'drivers/i965/SConscript', 'drivers/r300/SConscript', ]) @@ -112,7 +111,6 @@ if not env['embedded']: if env['drm_intel']: SConscript([ 'targets/dri-i915/SConscript', - 'targets/dri-i965/SConscript', ]) if env['drm_radeon']: SConscript([ @@ -123,7 +121,6 @@ if not env['embedded']: if env['xorg'] and env['drm']: SConscript([ #'targets/xorg-i915/SConscript', - #'targets/xorg-i965/SConscript', #'targets/xorg-nouveau/SConscript', #'targets/xorg-radeon/SConscript', ]) |