mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
tgsi_dump: fix assert due to missing property name.
This commit is contained in:
parent
33e0b726e8
commit
17004b3954
1 changed files with 2 additions and 1 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue