diff options
author | Zack Rusin <[email protected]> | 2009-12-23 14:39:16 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-12-25 05:52:19 -0500 |
commit | 960be012a9d185c80bfcb9ff5c3781314dfb7b25 (patch) | |
tree | d9594880812347e71d5da8eab3fbcb018b51b56c /src/gallium/auxiliary/tgsi/tgsi_build.c | |
parent | e9c6f01a52fe5f9ba993505c246740dd20fab344 (diff) |
tgsi: fix property parsing/building
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.c b/src/gallium/auxiliary/tgsi/tgsi_build.c index 92903fe57f3..de9cbc86305 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.c +++ b/src/gallium/auxiliary/tgsi/tgsi_build.c @@ -1025,7 +1025,7 @@ tgsi_build_full_property( size++; *property = tgsi_build_property( - TGSI_PROPERTY_GS_INPUT_PRIM, + full_prop->Property.PropertyName, header ); assert( full_prop->Property.NrTokens <= 8 + 1 ); |