mesa: fix asst path/include mistakes in prev commits
authorChris Rankin <rankincj@yahoo.com>
Thu, 18 Sep 2008 22:48:11 +0000 (16:48 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 18 Sep 2008 22:48:11 +0000 (16:48 -0600)
src/glx/x11/Makefile
src/mesa/drivers/dri/swrast/swrast.c
src/mesa/glapi/gl_x86_asm.py
src/mesa/swrast/s_spantemp.h
src/mesa/x86/glapi_x86.S

index 8d4a23ff1745e0e0d97c133dd43fa0592766258d..2bcf94e506319bf793396e73ef322d8a3d79554d 100644 (file)
@@ -50,7 +50,7 @@ OBJECTS = $(SOURCES:.c=.o) $(MESA_GLAPI_OBJECTS)
 INCLUDES = -I. \
        -I$(TOP)/include \
        -I$(TOP)/include/GL/internal \
-       -I$(TOP)/src/mesa/glapi \
+       -I$(TOP)/src/mesa \
        $(LIBDRM_CFLAGS) \
        $(DRI2PROTO_CFLAGS) \
        $(X11_INCLUDES)
index cafba582d17cb6a5f9cfd811ddfc1248e940adbc..8ac44c46d42c5edf27a140b8ae8586415f7b3705 100644 (file)
@@ -39,7 +39,7 @@
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
 #include "tnl/tnl.h"
-#include "tnl/tcontext.h"
+#include "tnl/t_context.h"
 #include "tnl/t_pipeline.h"
 #include "vbo/vbo.h"
 #include "drivers/common/driverfuncs.h"
index 403e87261b09d3b223de9d2ff90b0d214d0adc3f..651cb03f14d36e580c420ee9b3df4faaeceda248 100644 (file)
@@ -51,7 +51,7 @@ class PrintGenericStubs(gl_XML.gl_print_base):
 
        def printRealHeader(self):
                print '#include "assyntax.h"'
-               print '#include "glapioffsets.h"'
+               print '#include "glapi/glapioffsets.h"'
                print ''
                print '#if defined(STDCALL_API)'
                print '# if defined(USE_MGL_NAMESPACE)'
index 1eef81eb914cadad6d235a778d0e1509fe6375eb..bab2ca7378f326fbec2f7aecb64d42f1f773084f 100644 (file)
@@ -43,7 +43,7 @@
  * ignored otherwise.
  */
 
-#include "macros.h"
+#include "main/macros.h"
 
 
 #ifdef CI_MODE
index 9a5d875e21495ccd7c44baa8adda35b20fb69a91..b99c2b65203534d4dd4aa2430a0f8c5f0c7a3c61 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 #include "assyntax.h"
-#include "glapioffsets.h"
+#include "glapi/glapioffsets.h"
 
 #if defined(STDCALL_API)
 # if defined(USE_MGL_NAMESPACE)