Use the x11 driver as a test harness for the softpipe/state_tracker code.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 May 2007 09:44:53 +0000 (10:44 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 May 2007 09:44:53 +0000 (10:44 +0100)
commitb939adfa155f2b3ca5c5226e86da85629654d79b
tree43c11a5302d4981bb82d68b503af9ea40fc2b837
parent8e4a95a93d15a6707a29454cd47e10b08314cda2
Use the x11 driver as a test harness for the softpipe/state_tracker code.

This has some limitations as we currently require a mapped framebuffer,
so it only really works with double-buffered ximage rgba8888 windows.
src/mesa/drivers/x11/Makefile [new file with mode: 0644]
src/mesa/drivers/x11/xm_api.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/drivers/x11/xm_span.c
src/mesa/drivers/x11/xm_tri.c
src/mesa/drivers/x11/xmesaP.h
src/mesa/main/mtypes.h
src/mesa/sources