gallivm: (trivial) git rid of assertion in float->uint conversion code
authorRoland Scheidegger <sroland@vmware.com>
Mon, 29 Jul 2013 11:23:56 +0000 (13:23 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 29 Jul 2013 11:23:56 +0000 (13:23 +0200)
commite08114fed723ff5a873d2a3f6682c1c074574458
treeca7e1914df2f48d751e1e47e49d678d779b4c162
parente847b5ae066bf9a209dad482fcc664f944983633
gallivm: (trivial) git rid of assertion in float->uint conversion code

Commit 8c3d3622d9ce2fd2a8f46084ab8153d708fa5b09 introduced a new assertion,
but since it causes lp_test_conv failures remove it again and let's hope
we don't really hit bugs caused by the potentially bogus code (it is possible
the assert() caught some cases which work correctly too).
src/gallium/auxiliary/gallivm/lp_bld_conv.c