diff options
author | Corbin Simpson <[email protected]> | 2009-06-04 21:38:33 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-06-04 23:27:46 -0700 |
commit | fb7d1fb0f0ce4137b6cb84198997241d190d13a8 (patch) | |
tree | 876279db5a4416094c0cf2d9f3c05d19f522d871 /src/gallium/drivers/r300/r300_debug.h | |
parent | 36705ee044681da9899d0950c22ae7baa10c3d33 (diff) |
r300: Moar vs debug.
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.h b/src/gallium/drivers/r300/r300_debug.h index 63065940997..3939d834c23 100644 --- a/src/gallium/drivers/r300/r300_debug.h +++ b/src/gallium/drivers/r300/r300_debug.h @@ -173,6 +173,18 @@ static char* r300_vs_me_ops[] = { " (reserved)", }; +/* XXX refactor to avoid clashing symbols */ +static char* r300_vs_swiz_debug[] = { + "X", + "Y", + "Z", + "W", + "0", + "1", + "U", + "U", +}; + void r500_fs_dump(struct r500_fragment_shader* fs); void r300_vs_dump(struct r300_vertex_shader* vs); |