projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e0b72
)
tgsi_dump: fix assert due to missing property name.
author
Dave Airlie
<airlied@gmail.com>
Tue, 28 Dec 2010 06:52:19 +0000
(16:52 +1000)
committer
Dave Airlie
<airlied@gmail.com>
Tue, 28 Dec 2010 06:52:19 +0000
(16:52 +1000)
src/gallium/auxiliary/tgsi/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_dump.c
b/src/gallium/auxiliary/tgsi/tgsi_dump.c
index 77bde86684efc68f7608cf2bc83896fdb3d86177..bbb1eb19a5e3e4e5c1349aa891b756a665d20159 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_dump.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_dump.c
@@
-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[] =