diff options
| author | Jakob Bornecrantz <jakob@vmware.com> | 2009-09-29 10:22:15 -0700 |
|---|---|---|
| committer | Jakob Bornecrantz <jakob@vmware.com> | 2009-10-05 19:48:03 +0100 |
| commit | c4b821a4c64d75d944653d665bede946763ed95b (patch) | |
| tree | 7944e34757eebd8a73a2a68c374d7749d661549a /src/gallium/winsys/xlib/SConscript | |
| parent | 1f39d59a2996e2acf6893a8dd1a0293bd8790cc2 (diff) | |
i965g: Drop i965simple
The driver never work with real hardware and has
bitrotted for quite some time now, might as well
drop it. If somebody wants to look at it just use git.
Diffstat (limited to 'src/gallium/winsys/xlib/SConscript')
| -rw-r--r-- | src/gallium/winsys/xlib/SConscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript index 467d595d33..14d4ca7c33 100644 --- a/src/gallium/winsys/xlib/SConscript +++ b/src/gallium/winsys/xlib/SConscript @@ -36,15 +36,6 @@ if env['platform'] == 'linux' \ env.Tool('udis86') sources += ['xlib_llvmpipe.c'] drivers += [llvmpipe] - - if 'i965simple' in env['drivers']: - env.Append(CPPDEFINES = 'GALLIUM_I965SIMPLE') - sources += [ - 'xlib_brw_aub.c', - 'xlib_brw_context.c', - 'xlib_brw_screen.c', - ] - drivers += [i965simple] if 'cell' in env['drivers']: env.Append(CPPDEFINES = 'GALLIUM_CELL') |
