Re: [Mesa-dev] [PATCH] st/glsl: make sure to propagate initialisers to driver storage

2019-06-03 Thread Tapani Pälli
Verified to fix the test as initializers get propagated; Reviewed-by: Tapani Pälli On 5/29/19 6:13 AM, Timothy Arceri wrote: This essentially reverts 20234cfe3a20. Fixes piglit test: tests/spec/arb_get_program_binary/execution/uniform-after-restore.shader_test Fixes: 20234cfe3a20 "st/mesa: d

[Mesa-dev] [PATCH] st/glsl: make sure to propagate initialisers to driver storage

2019-05-28 Thread Timothy Arceri
This essentially reverts 20234cfe3a20. Fixes piglit test: tests/spec/arb_get_program_binary/execution/uniform-after-restore.shader_test Fixes: 20234cfe3a20 "st/mesa: don't propagate uniforms when restoring from cache" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110784 --- src/mesa/p