Add missing includes of indirect.h.
authorIan Romanick <idr@us.ibm.com>
Thu, 14 Apr 2005 20:35:33 +0000 (20:35 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 14 Apr 2005 20:35:33 +0000 (20:35 +0000)
src/glx/x11/clientattrib.c
src/glx/x11/glx_texture_compression.c
src/glx/x11/pixelstore.c
src/glx/x11/renderpix.c
src/glx/x11/single2.c
src/glx/x11/singlepix.c

index 9cfb3c9c39ff8ff673e3e52ca2bd4962e19be757..bfb263ced14848d89de666f411afc23fd78427cf 100644 (file)
@@ -36,6 +36,7 @@
 
 #include <assert.h>
 #include "glxclient.h"
+#include "indirect.h"
 #include "indirect_vertex_array.h"
 
 /*****************************************************************************/
index 965c75e7882f3da7c5a499979bec7e6243877bad..5676858017793b5fda7263ced6e9a418a6b99cfe 100644 (file)
@@ -34,6 +34,7 @@
 
 #include "packrender.h"
 #include "packsingle.h"
+#include "indirect.h"
 
 #include <assert.h>
 
index 61a282a3e2f386f228b2ae8771e7bd8ff7300504..0727865f09eaec0e33f17b6aa0ab2c75346c2dbd 100644 (file)
@@ -35,6 +35,7 @@
 */
 
 #include "glxclient.h"
+#include "indirect.h"
 
 /*
 ** Specify parameters that control the storage format of pixel arrays.
index 9b7d3db93ca0fba0bb14b12868ae96cc9acbc6c0..b7d01dc67957a0dc5059846390cf3a5aed93f6a6 100644 (file)
@@ -60,6 +60,7 @@
  */
 
 #include "packrender.h"
+#include "indirect.h"
 
 /**
  * Send a large image to the server.  If necessary, a buffer is allocated
index 6db879f69a42cf534ed4f684c74af15c3b4966aa..1c3b8f08ee2f80df3b603ecd97be673868babee8 100644 (file)
@@ -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 */
index a9afe62f5bdc5e2c229e45cee4853d0d973c2fb2..4a10083b8fe016a268edb044c18a15d7d26d1de2 100644 (file)
@@ -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)