On 11 September 2017 at 15:39, Gert Wollny <[email protected]> wrote: > The assert checks whether pshader->num_arrays != 0, but the code > after the assert actually branches based on the same check. > > Removing this assert fixes: > piglit spec@arb_gpu_shader5@execution@samplemaskin-indirect
Both assert() and if () have existed since day 1, with below commit. Perhaps Vadim has some ideas what happened here? Cc: Vadim Girlin <[email protected]> Fixes: 2cd76917934 ("r600g/sb: initial commit of the optimizing shader backend") -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
