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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to