i965/fs,vec4: Get rid of the sanity_param_count
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 2 Oct 2015 01:15:21 +0000 (18:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 2 Oct 2015 21:22:53 +0000 (14:22 -0700)
commit404419ee1a57c79982d93eefe4de099d61ad2eee
treeed41c5991cdbcb63324eb73659c03bedaa6dee99
parentca6a436f12cb55e9415049a217229c99b02ad3b8
i965/fs,vec4: Get rid of the sanity_param_count

It doesn't exist for anything other than an assert that, as far as I can
tell, isn't possible to trip.  Soon, we will remove prog from the visitor
entirely and this will become even more impossible to hit.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_vec4.cpp
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp