From 89deebb1af7191e9fd7432c181b166d13c659f15 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 10 Nov 2010 20:29:57 +0000 Subject: graw: Use inline sw helper instead of roll your own loader --- src/gallium/targets/graw-gdi/graw_gdi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gallium/targets/graw-gdi') diff --git a/src/gallium/targets/graw-gdi/graw_gdi.c b/src/gallium/targets/graw-gdi/graw_gdi.c index 52a4e3cb23..bd6242b077 100644 --- a/src/gallium/targets/graw-gdi/graw_gdi.c +++ b/src/gallium/targets/graw-gdi/graw_gdi.c @@ -28,10 +28,9 @@ #include "gdi/gdi_sw_winsys.h" #include "pipe/p_screen.h" -#include "softpipe/sp_public.h" #include "state_tracker/graw.h" -#include "sw/sw_public.h" #include "target-helpers/wrap_screen.h" +#include "target-helpers/inline_sw_helper.h" #include @@ -80,7 +79,7 @@ graw_create_window_and_screen(int x, if (winsys == NULL) goto fail; - screen = softpipe_create_screen(winsys); + screen = sw_screen_create(winsys); if (screen == NULL) goto fail; -- cgit v1.2.3