Re: [Piglit] [PATCH] ext_demote_to_helper_invocation: avoid requiring GL 4.5

2019-10-03 Thread Caio Marcelo de Oliveira Filho
On Wed, Oct 02, 2019 at 07:32:19PM -0400, Ilia Mirkin wrote: > The test doesn't really need GL 4.5, but *does* need the ext in question > to be supported. This change drops the requirement down to GL 3.3 + the > needed exts. > > Signed-off-by: Ilia Mirkin > --- >

[Piglit] [PATCH] ext_demote_to_helper_invocation: avoid requiring GL 4.5

2019-10-02 Thread Ilia Mirkin
The test doesn't really need GL 4.5, but *does* need the ext in question to be supported. This change drops the requirement down to GL 3.3 + the needed exts. Signed-off-by: Ilia Mirkin --- .../execution/demote_with_derivatives.shader_test | 13 + 1 file changed, 9 insertions(+), 4