gallium: split driver-independent code out of xlib winsys
authorKeith Whitwell <keithw@vmware.com>
Thu, 8 Jan 2009 14:10:56 +0000 (14:10 +0000)
committerKeith Whitwell <keithw@vmware.com>
Thu, 8 Jan 2009 14:10:56 +0000 (14:10 +0000)
commit002dfb12fce045d0e124301e5df805df772149d8
tree2c34a1ab91cf546846e75960c626035ef558d39c
parent53ce80e7cc466efae349e3a83007345bd299acd6
gallium: split driver-independent code out of xlib winsys

Place in new xlib state-tracker.  This is a statetracker for the GLX API.
30 files changed:
configs/default
src/gallium/Makefile
src/gallium/drivers/cell/ppu/cell_winsys.c [deleted file]
src/gallium/drivers/trace/Makefile [new file with mode: 0644]
src/gallium/state_trackers/Makefile [new file with mode: 0644]
src/gallium/state_trackers/xlib/Makefile [new file with mode: 0644]
src/gallium/state_trackers/xlib/fakeglx.c [moved from src/gallium/winsys/xlib/fakeglx.c with 100% similarity]
src/gallium/state_trackers/xlib/glxapi.c [moved from src/gallium/winsys/xlib/glxapi.c with 100% similarity]
src/gallium/state_trackers/xlib/glxapi.h [moved from src/gallium/winsys/xlib/glxapi.h with 100% similarity]
src/gallium/state_trackers/xlib/glxheader.h [moved from src/gallium/winsys/xlib/glxheader.h with 100% similarity]
src/gallium/state_trackers/xlib/realglx.c [moved from src/gallium/winsys/xlib/realglx.c with 100% similarity]
src/gallium/state_trackers/xlib/realglx.h [moved from src/gallium/winsys/xlib/realglx.h with 100% similarity]
src/gallium/state_trackers/xlib/xfonts.c [moved from src/gallium/winsys/xlib/xfonts.c with 100% similarity]
src/gallium/state_trackers/xlib/xfonts.h [moved from src/gallium/winsys/xlib/xfonts.h with 100% similarity]
src/gallium/state_trackers/xlib/xm_api.c [moved from src/gallium/winsys/xlib/xm_api.c with 97% similarity]
src/gallium/state_trackers/xlib/xm_image.c [moved from src/gallium/winsys/xlib/xm_image.c with 100% similarity]
src/gallium/state_trackers/xlib/xm_image.h [moved from src/gallium/winsys/xlib/xm_image.h with 100% similarity]
src/gallium/state_trackers/xlib/xm_winsys.h [moved from src/gallium/winsys/xlib/xm_winsys_aub.h with 64% similarity]
src/gallium/state_trackers/xlib/xmesaP.h [moved from src/gallium/winsys/xlib/xmesaP.h with 94% similarity]
src/gallium/winsys/xlib/Makefile
src/gallium/winsys/xlib/xlib.c [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_brw.h [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_brw_aub.c [moved from src/gallium/winsys/xlib/brw_aub.c with 99% similarity]
src/gallium/winsys/xlib/xlib_brw_aub.h [moved from src/gallium/winsys/xlib/brw_aub.h with 100% similarity]
src/gallium/winsys/xlib/xlib_brw_context.c [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_brw_screen.c [moved from src/gallium/winsys/xlib/xm_winsys_aub.c with 68% similarity]
src/gallium/winsys/xlib/xlib_softpipe.c [moved from src/gallium/winsys/xlib/xm_winsys.c with 87% similarity]
src/gallium/winsys/xlib/xlib_softpipe.h [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_trace.c [new file with mode: 0644]
src/gallium/winsys/xlib/xlib_trace.h [new file with mode: 0644]