i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
index e66deb109e47f77fb5f892c0e5b482f1cc75487e..9b3bb9fe30b988cad54b5680f86ae874262d08de 100644 (file)
@@ -595,6 +595,8 @@ struct brw_vs_prog_data {
 
    bool uses_vertexid;
    bool uses_instanceid;
+   bool uses_basevertex;
+   bool uses_baseinstance;
 };
 
 struct brw_tcs_prog_data