Mesa (gallium-0.2): gdi: Update for wgl st reorg.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Feb 2 15:38:05 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: f0ad6b6144bb416bc22ddccca0be4e614131a2b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0ad6b6144bb416bc22ddccca0be4e614131a2b3

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Feb  2 15:32:31 2009 +0000

gdi: Update for wgl st reorg.

---

 src/gallium/winsys/gdi/SConscript            |    4 ++--
 src/gallium/winsys/gdi/gdi_softpipe_winsys.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/winsys/gdi/SConscript b/src/gallium/winsys/gdi/SConscript
index e68d5db..f9c1a34 100644
--- a/src/gallium/winsys/gdi/SConscript
+++ b/src/gallium/winsys/gdi/SConscript
@@ -8,7 +8,7 @@ if env['platform'] == 'windows':
 	env = env.Clone()
 
 	env.Append(CPPPATH = [
-		'#src/mesa/state_tracker/wgl',
+		'#src/gallium/state_trackers/wgl',
 	])
 
 	env.Append(CPPDEFINES = [
@@ -24,7 +24,7 @@ if env['platform'] == 'windows':
 	])
 
 	sources = [
-		'#src/mesa/state_tracker/wgl/opengl32.def',
+		'#src/gallium/state_trackers/wgl/opengl32.def',
 		'gdi_softpipe_winsys.c',
 	]
 		
diff --git a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
index 1abe84b..2136cd5 100644
--- a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
+++ b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
@@ -45,7 +45,7 @@
 #include "util/u_math.h"
 #include "util/u_memory.h"
 #include "softpipe/sp_winsys.h"
-#include "stw_winsys.h"
+#include "shared/stw_winsys.h"
 
 
 struct gdi_softpipe_buffer




More information about the mesa-commit mailing list