Mesa (master): clover: add empty cl 3.0 dispatch entries.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 6 07:48:04 UTC 2020


Module: Mesa
Branch: master
Commit: 04e1b1757cf3e6f870e2a3cc567eea6e99b4ad9d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04e1b1757cf3e6f870e2a3cc567eea6e99b4ad9d

Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Nov  6 13:56:13 2020 +1000

clover: add empty cl 3.0 dispatch entries.

This just fills out the dispatch table blanks.

Reviewed-by: Francisco Jerez <currojerez at riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7468>

---

 src/gallium/frontends/clover/api/dispatch.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gallium/frontends/clover/api/dispatch.cpp b/src/gallium/frontends/clover/api/dispatch.cpp
index 6e1b0351afa..8c0d7af3d59 100644
--- a/src/gallium/frontends/clover/api/dispatch.cpp
+++ b/src/gallium/frontends/clover/api/dispatch.cpp
@@ -170,5 +170,8 @@ namespace clover {
       NULL, // clSetDefaultDeviceCommandQueue
       NULL, // clSetProgramReleaseCallback
       NULL, // clSetProgramSpecializationConstant
+      NULL, // clCreateBufferWithProperties
+      NULL, // clCreateImageWithProperties
+      NULL, // clSetContextDestructorCallback
    };
 }



More information about the mesa-commit mailing list