xlib: split off cell to its own backend
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 13 Jan 2009 19:53:40 +0000 (19:53 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 13 Jan 2009 19:54:32 +0000 (19:54 +0000)
commita8e0df08ef75db9d80ddc55098e436829af49d7c
tree3e7f7ddb640d776f3eff493c8da0a8a411fa2534
parent2f19fecd583a4406385708de6362b3bdef23811e
xlib: split off cell to its own backend

Also remove compile-time USE_XSHM flag.  Still check for XSHM at runtime
though.
src/gallium/winsys/xlib/Makefile
src/gallium/winsys/xlib/xlib.c
src/gallium/winsys/xlib/xlib.h
src/gallium/winsys/xlib/xlib_cell.c [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_softpipe.c