i965g: add standalone xlib debug winsys
authorKeith Whitwell <keithw@vmware.com>
Wed, 4 Nov 2009 13:03:35 +0000 (13:03 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 4 Nov 2009 13:03:35 +0000 (13:03 +0000)
commit211d7ab22b13430aaae00a0dfe95492450bcca20
treedb312543dec8016161b9df2afa596412bf34fbeb
parenta277bb20debc413f6ccf46f529497bf8bafa64dd
i965g: add standalone xlib debug winsys

Create a dummy winsys that just debug-prints on calls into the winsys
functions.  Will use this to get to the point where we are generating
sane-looking debug dumps and diassembly.

Also fix various warnings generated with the new compiler flags set in
this config.
Makefile
configs/linux-i965 [new file with mode: 0644]
src/gallium/drivers/i965/brw_context.h
src/gallium/drivers/i965/brw_curbe.c
src/gallium/drivers/i965/brw_disasm.c
src/gallium/drivers/i965/brw_state.h
src/gallium/drivers/i965/brw_state_cache.c
src/gallium/drivers/i965/brw_winsys.h
src/gallium/winsys/drm/i965/xlib/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/xlib/xlib_i965.c [new file with mode: 0644]
src/gallium/winsys/xlib/Makefile