summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_build.c
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-12-23 14:39:16 -0500
committerZack Rusin <zackr@vmware.com>2009-12-25 05:52:19 -0500
commit960be012a9d185c80bfcb9ff5c3781314dfb7b25 (patch)
treed9594880812347e71d5da8eab3fbcb018b51b56c /src/gallium/auxiliary/tgsi/tgsi_build.c
parente9c6f01a52fe5f9ba993505c246740dd20fab344 (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.c2
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 92903fe57f..de9cbc8630 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 );