Add missing includes of indirect.h.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include "glxclient.h"
|
||||
#include "indirect.h"
|
||||
#include "indirect_vertex_array.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
#include "packrender.h"
|
||||
#include "packsingle.h"
|
||||
#include "indirect.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
*/
|
||||
|
||||
#include "glxclient.h"
|
||||
#include "indirect.h"
|
||||
|
||||
/*
|
||||
** Specify parameters that control the storage format of pixel arrays.
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
*/
|
||||
|
||||
#include "packrender.h"
|
||||
#include "indirect.h"
|
||||
|
||||
/**
|
||||
* Send a large image to the server. If necessary, a buffer is allocated
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user