Module: wine Branch: master Commit: 540e627acdfc084683dc5f56faa6e4fad1472458 URL: https://source.winehq.org/git/wine.git/?a=commit;h=540e627acdfc084683dc5f56f...
Author: Zebediah Figura z.figura12@gmail.com Date: Sat Mar 20 15:59:23 2021 -0500
opencl: Expose extensions that don't use new commands.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/opencl/make_opencl | 61 +++++++++++++++++++ dlls/opencl/opencl_private.h | 3 + dlls/opencl/pe_thunks.c | 47 +++++++++++++++ dlls/opencl/pe_wrappers.c | 136 ++++++++++++++++++++++++++++++------------- dlls/opencl/unix_private.h | 11 +++- 5 files changed, 218 insertions(+), 40 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=540e627acdfc084683dc5...