summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/xlib.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-28 16:25:48 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-12-28 22:53:40 +0000
commit67171ed85f3f9486238a994e8a427ddc1ac31069 (patch)
tree1a2986f6b5f5fee1138910405a4765edbd69c1a5 /src/gallium/winsys/xlib/xlib.h
parent7abdaf574a31f4f09b20a6bc59bdb1bbebf9b15b (diff)
xlib: Integrate the trace driver with all pipe drivers.
And not just softpipe. It is particularly convenient to use llvmpipe instead, since it is much faster. It also allows to use rbug with all xlib drivers.
Diffstat (limited to 'src/gallium/winsys/xlib/xlib.h')
-rw-r--r--src/gallium/winsys/xlib/xlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/xlib.h b/src/gallium/winsys/xlib/xlib.h
index f0855035f7..8e091d0c08 100644
--- a/src/gallium/winsys/xlib/xlib.h
+++ b/src/gallium/winsys/xlib/xlib.h
@@ -5,7 +5,6 @@
#include "pipe/p_compiler.h"
#include "xm_winsys.h"
-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;