X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fprogram%2Fprogram_parser.h;h=ca36bb6dc77b7af1f919b6bf4b06d14208055a7d;hb=135b7e72601ab0c3923cafedcd30bb505e54f624;hp=bc756148a202ee8152ef3d31d1a9fc152e0ab43c;hpb=b14c06e10d570edcb4dcbea173d71751563616e7;p=mesa.git diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h index bc756148a20..ca36bb6dc77 100644 --- a/src/mesa/program/program_parser.h +++ b/src/mesa/program/program_parser.h @@ -214,6 +214,7 @@ struct asm_parser_state { struct { unsigned UsesKill:1; + unsigned UsesDFdy:1; } fragment; };