[meta-ti] [RFC PATCH 0/6] OpenCL Package Set
Jacob Stiffler
j-stiffler at ti.com
Thu Feb 26 05:34:05 PST 2015
Provides the set of OpenCL packages.
The packages are organized into 4 recipes:
opencl: The target package providing runtime libraries and development
files.
opencl-monitor: Accelerator firmware.
clocl: OpenCL compiler required for offline and runtime compilation of
offloaded kernels.
opencl-examples: Example applications which demonstrate basic OpenCL
functionality.
Jacob Stiffler (6):
opencl: Add common file specifying opencl sources and version.
opencl: Add require opengl headers.
clocl: Add the opencl kernel compiler.
opencl-monitor: OpenCL firmware which runs on the accelerators.
opencl: OpenCL library.
opencl-examples: OpenCL example applications.
recipes-ti/ocl/clocl_git.bb | 35 +
recipes-ti/ocl/ocl.inc | 64 +
...-larger-sets-and-display-size-information.patch | 74 +
recipes-ti/ocl/ocl/GL/gl.h | 2235 ++++
recipes-ti/ocl/ocl/GL/gl_mangle.h | 2311 +++++
recipes-ti/ocl/ocl/GL/glext.h |10776 ++++++++++++++++++++
recipes-ti/ocl/ocl/GL/glx.h | 513 +
recipes-ti/ocl/ocl/GL/glx_mangle.h | 82 +
recipes-ti/ocl/ocl/GL/glxext.h | 1001 ++
recipes-ti/ocl/ocl/GL/internal/dri_interface.h | 1189 +++
recipes-ti/ocl/ocl/GL/osmesa.h | 283 +
recipes-ti/ocl/ocl/GL/wglext.h | 901 ++
recipes-ti/ocl/ocl/GL/wmesa.h | 140 +
recipes-ti/ocl/opencl-examples_git.bb | 66 +
recipes-ti/ocl/opencl-monitor_git.bb | 41 +
recipes-ti/ocl/opencl_git.bb | 50 +
16 files changed, 19761 insertions(+)
create mode 100644 recipes-ti/ocl/clocl_git.bb
create mode 100644 recipes-ti/ocl/ocl.inc
create mode 100644 recipes-ti/ocl/ocl/0001-Add-larger-sets-and-display-size-information.patch
create mode 100644 recipes-ti/ocl/ocl/GL/gl.h
create mode 100644 recipes-ti/ocl/ocl/GL/gl_mangle.h
create mode 100644 recipes-ti/ocl/ocl/GL/glext.h
create mode 100644 recipes-ti/ocl/ocl/GL/glx.h
create mode 100644 recipes-ti/ocl/ocl/GL/glx_mangle.h
create mode 100644 recipes-ti/ocl/ocl/GL/glxext.h
create mode 100644 recipes-ti/ocl/ocl/GL/internal/dri_interface.h
create mode 100644 recipes-ti/ocl/ocl/GL/osmesa.h
create mode 100644 recipes-ti/ocl/ocl/GL/wglext.h
create mode 100644 recipes-ti/ocl/ocl/GL/wmesa.h
create mode 100644 recipes-ti/ocl/opencl-examples_git.bb
create mode 100644 recipes-ti/ocl/opencl-monitor_git.bb
create mode 100644 recipes-ti/ocl/opencl_git.bb
--
1.7.9.5
More information about the meta-ti
mailing list