diff options
author | Jakob Bornecrantz <[email protected]> | 2009-09-29 10:22:15 -0700 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-10-05 19:48:03 +0100 |
commit | c4b821a4c64d75d944653d665bede946763ed95b (patch) | |
tree | 7944e34757eebd8a73a2a68c374d7749d661549a /src/gallium/winsys/xlib/xlib.h | |
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/xlib.h')
-rw-r--r-- | src/gallium/winsys/xlib/xlib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/xlib.h b/src/gallium/winsys/xlib/xlib.h index 347d45f4d66..f0855035f77 100644 --- a/src/gallium/winsys/xlib/xlib.h +++ b/src/gallium/winsys/xlib/xlib.h @@ -9,7 +9,6 @@ extern struct xm_driver xlib_trace_driver; extern struct xm_driver xlib_softpipe_driver; extern struct xm_driver xlib_llvmpipe_driver; extern struct xm_driver xlib_cell_driver; -extern struct xm_driver xlib_brw_driver; #endif |