[Mesa-dev] [PATCH 0/2] Add clCreateProgramWithBuiltInKernels and clUnloadPlatformCompiler
EdB
edb+mesa at sigluy.net
Sun Jul 27 14:07:37 PDT 2014
Hello
I'm working of the compilation part of OpenCL 1.2.
Those two patches add clCreateProgramWithBuiltInKernels and clUnloadPlatformCompiler.
This is the easy part!
However, I'm nearly done with clCompileProgram and after that I'll work on clLinkProgram
EdB (2):
clover: add clCreateProgramWithBuiltInKernels
clover: add clUnloadPlatformCompiler
src/gallium/state_trackers/clover/api/dispatch.cpp | 4 ++--
src/gallium/state_trackers/clover/api/program.cpp | 24 ++++++++++++++++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
--
2.0.0
More information about the mesa-dev
mailing list