enable CL_UNSIGNED_INT8 for CL_RG to fix regression

Graphics / Beignet - Guo Yejun [intel.com] - 3 July 2015 02:04 UTC

the regression is caused when only enable CL_UNORM_INT8 for CL_RG, the reason is that during the image copy implementation with internal kernel, all formats are considerd as integer format, it becomes unknown since CL_UNSIGNED_INT8 is not enabled yet.

2459303 enable CL_UNSIGNED_INT8 for CL_RG to fix regression
src/cl_image.c | 1 +
1 file changed, 1 insertion(+)

Upstream: cgit.freedesktop.org


  • Share