softpipe: add 'start' parameter to bind_sampler_states/views()
authorBrian Paul <brianp@vmware.com>
Fri, 10 Aug 2012 02:59:44 +0000 (20:59 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Aug 2012 15:01:31 +0000 (09:01 -0600)
commit25a42f39e362322dbac836c29b76b3104bbfe6f4
tree1b7c6806bcb54fb567428f8d5f8dc8bf23c9dfa7
parent348ac08bfdc0741e8b2e14a747e2299c49771ece
softpipe: add 'start' parameter to bind_sampler_states/views()

To support updating a sub-range of sampler states/views in the future.
Note that we always pass start=0 at this time.
src/gallium/drivers/softpipe/sp_state_sampler.c