Open
Description
I have a test program here:
https://github.com/GrokImageCompression/latke
that performs the exact same image processing algorithm (debayer) using either image or buffer.
Using latest version of Neo driver, with buffer, I get a correct result (3 channel colour image).
With opencl image, I get the wrong result (mono image: all three channels are equal).
Here is the ocl buffer result:
and here is the ocl image result:
This used to work correctly with older driver versions.