clover: add empty cl 3.0 dispatch entries.
authorDave Airlie <airlied@redhat.com>
Fri, 6 Nov 2020 03:56:13 +0000 (13:56 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 6 Nov 2020 07:03:05 +0000 (17:03 +1000)
This just fills out the dispatch table blanks.

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

src/gallium/frontends/clover/api/dispatch.cpp

index 6e1b035..8c0d7af 100644 (file)
@@ -170,5 +170,8 @@ namespace clover {
       NULL, // clSetDefaultDeviceCommandQueue
       NULL, // clSetProgramReleaseCallback
       NULL, // clSetProgramSpecializationConstant
+      NULL, // clCreateBufferWithProperties
+      NULL, // clCreateImageWithProperties
+      NULL, // clSetContextDestructorCallback
    };
 }