translate: disable clamping of instanced array indexes
authorBrian Paul <brianp@vmware.com>
Tue, 19 Apr 2011 22:13:43 +0000 (16:13 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 19 Apr 2011 22:13:47 +0000 (16:13 -0600)
commit8b7f760f835f870b8f6af6c4d6613d44440f1dc5
tree9783e47a97c748a3c4872d15b5d9386b8dacc9c4
parent08d1c91e6c185a186e49189b7ed48629f35a4659
translate: disable clamping of instanced array indexes

This fixes piglit's draw-instanced-divisor test for softpipe on both
the generic and SSE paths.  This is temporary until we have the
correct per-array max_index information.
src/gallium/auxiliary/translate/translate_generic.c
src/gallium/auxiliary/translate/translate_sse.c