Re: [Piglit] [PATCH v2] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-19 Thread Timothy Arceri
Thanks for the update! I've pushed this and the Mesa patches. On 20/9/18 2:02 am, Danylo Piliaiev wrote: These tests test the case when initialising with incompatible type changed a type of the variable being initialized. While main manifestation of the issue is overly verbose and incorrect err

[Piglit] [PATCH] glsl-1.50: Add test for geometry shader with unused outputs

2018-09-19 Thread Józef Kucia
Reproduces a GPU hang on radeonsi. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107857 Signed-off-by: Józef Kucia --- .../geometry/gs-point-unused-outputs.shader_test | 40 ++ 1 file changed, 40 insertions(+) create mode 100644 tests/spec/glsl-1.50/execution/geo

[Piglit] [PATCH v2] glsl-1.10: add a 'initialization-incompatible-type-propagation' test

2018-09-19 Thread Danylo Piliaiev
These tests test the case when initialising with incompatible type changed a type of the variable being initialized. While main manifestation of the issue is overly verbose and incorrect error message it did result in a crash in case of second test. v2: Splitted the test in several ones (Timothy A