Reviewed-by: Jason Ekstrand
On Mon, Oct 15, 2018 at 12:49 PM Kenneth Graunke
wrote:
> My recent prog_to_nir patch started making new sampler uniforms, which
> apparently increased the number of parameters. We used to poke at the
> one parameter directly, making it important that there was only
My recent prog_to_nir patch started making new sampler uniforms, which
apparently increased the number of parameters. We used to poke at the
one parameter directly, making it important that there was only one,
but we haven't done that in a while. It should be safe to just delete
the assertion.
F