Hi, I have been investigating failures in gegl tests. I found out that some tests fail not in the tested operation but because the operation works on corrupted image. Image format conversion is done by opencl kernels in opencl/colors-8bit-lut.cl.h, these kernels use program scale table to do conversions.
The attached piglit tests this. All four tests pass on intel ocl, but two of them (simple-gid, indirection) fail on my radeon 7570 (turks). This bug makes 'pixelize' and 'weighted_blend' gegl tests fail (tested by disabling the kernels and forcing non-opencl conversions). regards, Jan Jan Vesely (1): cl: Add test program-scope-arrays. tests/cl/program/execute/program-scope-arrays.cl | 57 ++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/cl/program/execute/program-scope-arrays.cl -- 1.8.3.1 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
