Re: [Piglit] [PATCH] arb_get_program_binary: test restore of SSO program

2019-07-11 Thread apinheiro
Reviewed-by: Alejandro PiƱeiro On 11/7/19 2:38, Timothy Arceri wrote: This tests that a restored SSO doesn't fail validation once restored. This was happening in Mesa because we weren't storing the state of the program parameter PROGRAM_SEPARABLE. --- tests/opengl.py

[Piglit] [PATCH] arb_get_program_binary: test restore of SSO program

2019-07-10 Thread Timothy Arceri
This tests that a restored SSO doesn't fail validation once restored. This was happening in Mesa because we weren't storing the state of the program parameter PROGRAM_SEPARABLE. --- tests/opengl.py | 2 + .../arb_get_program_binary/CMakeLists.gl.txt | 2 + .../spec