Merge branch 'master' into i915-superioctl
[mesa.git] / src / mesa / shader / prog_execute.h
index 47845e9111ff347ad0d8a5cb4542362765a4fc5a..be29eceedaa442e2d965836eb736241e45a93fd7 100644 (file)
@@ -48,6 +48,9 @@ struct gl_program_machine
 
    /** Fragment Input attributes */
    GLfloat (*Attribs)[MAX_WIDTH][4];
+   GLfloat (*DerivX)[4];
+   GLfloat (*DerivY)[4];
+   GLuint NumDeriv; /**< Max index into DerivX/Y arrays */
    GLuint CurElement; /**< Index into Attribs arrays */
 
    /** Vertex Input attribs */