From: Ian Romanick Date: Thu, 14 Apr 2005 20:35:33 +0000 (+0000) Subject: Add missing includes of indirect.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f434e07a6ac849cd127d70eee8b3349da7cfb360;p=mesa.git Add missing includes of indirect.h. --- diff --git a/src/glx/x11/clientattrib.c b/src/glx/x11/clientattrib.c index 9cfb3c9c39f..bfb263ced14 100644 --- a/src/glx/x11/clientattrib.c +++ b/src/glx/x11/clientattrib.c @@ -36,6 +36,7 @@ #include #include "glxclient.h" +#include "indirect.h" #include "indirect_vertex_array.h" /*****************************************************************************/ diff --git a/src/glx/x11/glx_texture_compression.c b/src/glx/x11/glx_texture_compression.c index 965c75e7882..56768580177 100644 --- a/src/glx/x11/glx_texture_compression.c +++ b/src/glx/x11/glx_texture_compression.c @@ -34,6 +34,7 @@ #include "packrender.h" #include "packsingle.h" +#include "indirect.h" #include diff --git a/src/glx/x11/pixelstore.c b/src/glx/x11/pixelstore.c index 61a282a3e2f..0727865f09e 100644 --- a/src/glx/x11/pixelstore.c +++ b/src/glx/x11/pixelstore.c @@ -35,6 +35,7 @@ */ #include "glxclient.h" +#include "indirect.h" /* ** Specify parameters that control the storage format of pixel arrays. diff --git a/src/glx/x11/renderpix.c b/src/glx/x11/renderpix.c index 9b7d3db93ca..b7d01dc6795 100644 --- a/src/glx/x11/renderpix.c +++ b/src/glx/x11/renderpix.c @@ -60,6 +60,7 @@ */ #include "packrender.h" +#include "indirect.h" /** * Send a large image to the server. If necessary, a buffer is allocated diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index 6db879f69a4..1c3b8f08ee2 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -39,6 +39,7 @@ #include "glxclient.h" #include "packsingle.h" #include "glxextensions.h" +#include "indirect.h" #include "indirect_vertex_array.h" /* Used for GL_ARB_transpose_matrix */ diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c index a9afe62f5bd..4a10083b8fe 100644 --- a/src/glx/x11/singlepix.c +++ b/src/glx/x11/singlepix.c @@ -35,6 +35,7 @@ */ #include "packsingle.h" +#include "indirect.h" void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)