graw: combine graw_init and graw_create_window functions
authorKeith Whitwell <keithw@vmware.com>
Fri, 14 May 2010 11:12:54 +0000 (12:12 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 14 May 2010 11:19:57 +0000 (12:19 +0100)
commit15321a55e541c3209be6636ea467695a0bc6d55d
tree5fc82a59cd84668daa09861549e73145dfcdb54b
parentc26751447011a713924b9163a1e0b44fd39c6b1c
graw: combine graw_init and graw_create_window functions

Different environments seem to want to create these in different
orders.  Abstract over this by combining the calls.
src/gallium/include/state_tracker/graw.h
src/gallium/targets/graw-xlib/graw_xlib.c
src/gallium/tests/graw/clear.c