r600: fix rendering regression on r6/7 gpus
[mesa.git] / src / gallium / drivers / r600 / r600_isa.c
index 2633cdcdb9f35c1d3ca2ece5a55da39ede9fe212..611b370bf58ad24e7d14ea153f9f1c1e698e77f8 100644 (file)
@@ -506,6 +506,7 @@ static const struct cf_op_info cf_op_table[] = {
                {"ALU_EXT",                       {   -1,   -1, 0x0C, 0x0C },  CF_CLAUSE | CF_ALU | CF_ALU_EXT  },
                {"ALU_CONTINUE",                  { 0x0D, 0x0D, 0x0D,   -1 },  CF_CLAUSE | CF_ALU  },
                {"ALU_BREAK",                     { 0x0E, 0x0E, 0x0E,   -1 },  CF_CLAUSE | CF_ALU  },
+               {"ALU_VALID_PIXEL_MODE",          {   -1,   -1,   -1, 0x0E },  CF_CLAUSE | CF_ALU  },
                {"ALU_ELSE_AFTER",                { 0x0F, 0x0F, 0x0F, 0x0F },  CF_CLAUSE | CF_ALU  },
                {"CF_NATIVE",                     { 0x00, 0x00, 0x00, 0x00 },  0  }
 };