summaryrefslogtreecommitdiff
path: root/mesa/shader/prog_execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesa/shader/prog_execute.h')
-rw-r--r--mesa/shader/prog_execute.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mesa/shader/prog_execute.h b/mesa/shader/prog_execute.h
index 18b13e1..8ceb7b0 100644
--- a/mesa/shader/prog_execute.h
+++ b/mesa/shader/prog_execute.h
@@ -25,6 +25,8 @@
#ifndef PROG_EXECUTE_H
#define PROG_EXECUTE_H
+#include "main/config.h"
+
typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],
GLfloat lambda, GLuint unit, GLfloat color[4]);
@@ -36,10 +38,6 @@ typedef void (*FetchTexelDerivFunc)(GLcontext *ctx, const GLfloat texcoord[4],
GLuint unit, GLfloat color[4]);
-/** The larger of VERT_RESULT_MAX, FRAG_RESULT_MAX */
-#define MAX_PROGRAM_OUTPUTS VERT_RESULT_MAX
-
-
/**
* Virtual machine state used during execution of vertex/fragment programs.
*/