OSDN Git Service

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 8d4a23f..2bcf94e 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 cafba58..8ac44c4 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 403e872..651cb03 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 1eef81e..bab2ca7 100644 (file)
@@ -43,7 +43,7 @@
  * ignored otherwise.
  */
 
-#include "macros.h"
+#include "main/macros.h"
 
 
 #ifdef CI_MODE
index 9a5d875..b99c2b6 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)