i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
[mesa.git] / src / mesa / program / program_parser.h
index d689eef7958c25d045366f5b275c40623207a7b1..5637598f3b37007ce09a417793a765d7b3abf0df 100644 (file)
@@ -23,6 +23,7 @@
 #pragma once
 
 #include "main/config.h"
+#include "program/prog_parameter.h"
 
 struct gl_context;
 
@@ -96,7 +97,7 @@ struct asm_symbol {
 
 struct asm_vector {
    unsigned count;
-   float    data[4];
+   gl_constant_value data[4];
 };
 
 
@@ -173,6 +174,7 @@ struct asm_parser_state {
    unsigned MaxClipPlanes;
    unsigned MaxLights;
    unsigned MaxProgramMatrices;
+   unsigned MaxDrawBuffers;
    /*@}*/
 
    /**