xlib: Integrate the trace driver with all pipe drivers.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Dec 2009 16:25:48 +0000 (16:25 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Dec 2009 22:53:40 +0000 (22:53 +0000)
commit67171ed85f3f9486238a994e8a427ddc1ac31069
tree1a2986f6b5f5fee1138910405a4765edbd69c1a5
parent7abdaf574a31f4f09b20a6bc59bdb1bbebf9b15b
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.
src/gallium/drivers/trace/README
src/gallium/state_trackers/glx/xlib/xm_api.c
src/gallium/winsys/xlib/Makefile
src/gallium/winsys/xlib/SConscript
src/gallium/winsys/xlib/xlib.c
src/gallium/winsys/xlib/xlib.h
src/gallium/winsys/xlib/xlib_trace.c [deleted file]