Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / gallium / drivers / r300 / r300_tgsi_to_rc.h
index 97641a954b9c77497c3406d0820f760679748e0a..21f35e15ca272803f180726e3f062a2250e28458 100644 (file)
@@ -47,6 +47,9 @@ struct tgsi_to_rc {
     /* Vertex shaders have no half swizzles, and no way to handle them, so
      * until rc grows proper support, indicate if they're safe to use. */
     boolean use_half_swizzles;
+
+    /* If an error occurred. */
+    boolean error;
 };
 
 void r300_tgsi_to_rc(struct tgsi_to_rc * ttr, const struct tgsi_token * tokens);