clover: add empty cl 3.0 dispatch entries.

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>
This commit is contained in:
Dave Airlie
2020-11-06 13:56:13 +10:00
parent 558325c4c5
commit 04e1b1757c
@@ -170,5 +170,8 @@ namespace clover {
NULL, // clSetDefaultDeviceCommandQueue
NULL, // clSetProgramReleaseCallback
NULL, // clSetProgramSpecializationConstant
NULL, // clCreateBufferWithProperties
NULL, // clCreateImageWithProperties
NULL, // clSetContextDestructorCallback
};
}