llvmpipe: remove polygon stipple assertion
authorBrian Paul <brianp@vmware.com>
Fri, 17 Aug 2012 14:58:15 +0000 (08:58 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Aug 2012 15:07:49 +0000 (09:07 -0600)
commitf69273f9522a0c1486cf1870e35b3a16516f7233
treecf4140abf6430bb8a9c759e28897f57c5644beff
parent553a08d3144b8b668f28c6094948afe64be309d9
llvmpipe: remove polygon stipple assertion

It's possible for us to have an unused sampler bound when the fragment
shader itself doesn't use any samplers.  So the assertion isn't valid.

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=53616
src/gallium/drivers/softpipe/sp_state_derived.c