i915: Refactor the vendor string out of intelGetString
[mesa.git] / src / mesa / program / program_parser.h
index 5637598f3b37007ce09a417793a765d7b3abf0df..ca36bb6dc77b7af1f919b6bf4b06d14208055a7d 100644 (file)
@@ -191,7 +191,7 @@ struct asm_parser_state {
     * multiple ATTRIB statements bind illegal combinations of vertex
     * attributes.
     */
-   unsigned InputsBound;
+   GLbitfield64 InputsBound;
 
    enum {
       invalid_mode = 0,
@@ -214,6 +214,7 @@ struct asm_parser_state {
 
    struct {
       unsigned UsesKill:1;
+      unsigned UsesDFdy:1;
    } fragment;
 };