OSDN Git Service

Fix scons build
authorMarek Olšák <marek.olsak@amd.com>
Thu, 12 Apr 2018 23:54:36 +0000 (19:54 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 12 Apr 2018 23:55:01 +0000 (19:55 -0400)
src/compiler/glsl/glcpp/glcpp.c
src/gallium/state_trackers/glx/xlib/glx_api.c
src/gallium/state_trackers/glx/xlib/glx_usefont.c
src/gallium/state_trackers/glx/xlib/xm_api.c
src/gallium/state_trackers/glx/xlib/xm_st.c
src/mesa/drivers/x11/xm_buffer.c
src/mesa/program/ir_to_mesa.h

index 89728ff..f08b144 100644 (file)
@@ -27,6 +27,7 @@
 #include <getopt.h>
 
 #include "glcpp.h"
+#include "main/mtypes.h"
 #include "main/shaderobj.h"
 #include "util/strtod.h"
 
index 3bd07c2..1334b35 100644 (file)
@@ -39,6 +39,8 @@
 #include <GL/glxproto.h>
 
 #include "xm_api.h"
+#include "main/imports.h"
+#include "main/errors.h"
 
 /* An "Atrribs/Attribs" typo was fixed in glxproto.h in Nov 2014.
  * This is in case we don't have the updated header.
index 819d2e3..9d35054 100644 (file)
  * Fake implementation of glXUseXFont().
  */
 
-
+#include <stdlib.h>
+#include <string.h>
 #include <stdio.h>
 #include <GL/glx.h>
+#include "main/errors.h"
 
 
 /* Some debugging info.  */
index e8cbb61..e4c9408 100644 (file)
 #include "pipe/p_defines.h"
 #include "pipe/p_screen.h"
 #include "pipe/p_state.h"
+#include "state_tracker/st_api.h"
 
 #include "util/u_atomic.h"
 #include "util/u_inlines.h"
 
 #include "hud/hud_context.h"
 
+#include "main/errors.h"
+#include "main/imports.h"
+
 #include "xm_public.h"
 #include <GL/glx.h>
 
index 946b5dc..9def70f 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "util/u_inlines.h"
 #include "util/u_atomic.h"
+#include "util/u_memory.h"
 
 struct xmesa_st_framebuffer {
    XMesaDisplay display;
index 4d52169..97c7814 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "glxheader.h"
 #include "xmesaP.h"
+#include "main/errors.h"
 #include "main/imports.h"
 #include "main/formats.h"
 #include "main/framebuffer.h"
index 7a4911c..f5665e6 100644 (file)
@@ -31,6 +31,7 @@ extern "C" {
 #endif
 
 struct gl_context;
+struct gl_program;
 struct gl_shader;
 struct gl_shader_program;
 struct gl_linked_shader;