Module: wine Branch: master Commit: 65c84d773f6026a32d9be52668ffccadb00d50b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=65c84d773f6026a32d9be52668...
Author: Peter Urbanec winehq.org@urbanec.net Date: Thu Dec 2 23:41:48 2010 +1100
opencl: Initial stub implementation of OpenCL 1.0.
---
configure | 66 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 14 +++++++++ dlls/opencl/Makefile.in | 7 ++++ dlls/opencl/opencl.c | 30 +++++++++++++++++++ dlls/opencl/opencl.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++ include/config.h.in | 6 ++++ 6 files changed, 198 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=65c84d773f6026a32d9be5...