tgsi_dump: fix assert due to missing property name.

This commit is contained in:
Dave Airlie 2010-12-28 16:52:19 +10:00
parent 33e0b726e8
commit 17004b3954

View file

@ -166,7 +166,8 @@ static const char *property_names[] =
"GS_OUTPUT_PRIMITIVE",
"GS_MAX_OUTPUT_VERTICES",
"FS_COORD_ORIGIN",
"FS_COORD_PIXEL_CENTER"
"FS_COORD_PIXEL_CENTER",
"FS_COLOR0_WRITES_ALL_CBUFS",
};
static const char *primitive_names[] =