[Mesa-dev] [Bug 111404] OpenCL device doesn't support "Image support"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 15 07:37:50 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111404

--- Comment #1 from vans88 <shi1986000 at 126.com> ---
  When I filtered the mesa source code with keyword
"PIPE_COMPUTE_CAP_IMAGES_SUPPORTED", I found the following code information.

********************************************************************************
[root at localhost mesa-18.0.5]# grep "PIPE_COMPUTE_CAP_IMAGES_SUPPORTED" . -rn
./src/gallium/drivers/softpipe/sp_screen.c:551:   case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/drivers/freedreno/freedreno_screen.c:705: case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/drivers/r600/r600_pipe_common.c:1120:     case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/drivers/nouveau/nv50/nv50_screen.c:444:   case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/drivers/nouveau/nvc0/nvc0_screen.c:518:   case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/drivers/radeonsi/si_get.c:864:    case
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
./src/gallium/docs/source/screen.rst:560:*
``PIPE_COMPUTE_CAP_IMAGES_SUPPORTED``: Whether images are supported
./src/gallium/include/pipe/p_defines.h:920:  
PIPE_COMPUTE_CAP_IMAGES_SUPPORTED,
./src/gallium/state_trackers/clover/core/device.cpp:185:                       
              PIPE_COMPUTE_CAP_IMAGES_SUPPORTED)[0];

********************************************************************************
I also found a similar bug submission as follows, but it is not clear whether
the relevant patch provided in the article has been officially verified by mesa
and is applicable to the version of mesa 18.0.5.

https://bugs.freedesktop.org/show_bug.cgi?id=87738

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190815/f440f4dd/attachment.html>


More information about the mesa-dev mailing list