diff options
author | José Fonseca <[email protected]> | 2009-12-28 16:25:48 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-12-28 22:53:40 +0000 |
commit | 67171ed85f3f9486238a994e8a427ddc1ac31069 (patch) | |
tree | 1a2986f6b5f5fee1138910405a4765edbd69c1a5 /src/gallium/winsys/xlib/Makefile | |
parent | 7abdaf574a31f4f09b20a6bc59bdb1bbebf9b15b (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/Makefile')
-rw-r--r-- | src/gallium/winsys/xlib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile index a0293fe9b4b..9482e8f9b11 100644 --- a/src/gallium/winsys/xlib/Makefile +++ b/src/gallium/winsys/xlib/Makefile @@ -23,17 +23,14 @@ INCLUDE_DIRS = \ -I$(TOP)/src/gallium/auxiliary DEFINES += \ - -DGALLIUM_SOFTPIPE \ - -DGALLIUM_TRACE \ - -DGALLIUM_BRW + -DGALLIUM_SOFTPIPE #-DGALLIUM_CELL will be defined by the config */ XLIB_WINSYS_SOURCES = \ xlib.c \ xlib_cell.c \ xlib_llvmpipe.c \ - xlib_softpipe.c \ - xlib_trace.c + xlib_softpipe.c XLIB_WINSYS_OBJECTS = $(XLIB_WINSYS_SOURCES:.c=.o) |