This patch set provides the complte set of OpenCL packages for TI devices. Jacob Stiffler (5): clocl: Add opencl kernel compiler. opencl-monitor: Add opencl monitor firmware ocl-gl-headers: Add GL headers required for opencl. opencl: Add the opencl library opencl-examples: Add the opencl examples.
meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 34 + .../recipes-ti/ocl/ocl-gl-headers/GL/gl.h | 2235 ++++ .../recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h | 2311 ++++ .../recipes-ti/ocl/ocl-gl-headers/GL/glext.h | 10776 +++++++++++++++++++ .../recipes-ti/ocl/ocl-gl-headers/GL/glx.h | 513 + .../recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h | 82 + .../recipes-ti/ocl/ocl-gl-headers/GL/glxext.h | 1001 ++ .../ocl/ocl-gl-headers/GL/internal/dri_interface.h | 1189 ++ .../recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h | 283 + .../recipes-ti/ocl/ocl-gl-headers/GL/wglext.h | 901 ++ .../recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h | 140 + .../recipes-ti/ocl/ocl-gl-headers_git.bb | 25 + meta-arago-extras/recipes-ti/ocl/ocl.inc | 10 + .../recipes-ti/ocl/opencl-examples_git.bb | 77 + .../recipes-ti/ocl/opencl-monitor_git.bb | 58 + meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 55 + 16 files changed, 19690 insertions(+) create mode 100644 meta-arago-extras/recipes-ti/ocl/clocl_git.bb create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glext.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glxext.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/internal/dri_interface.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wglext.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers_git.bb create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl.inc create mode 100644 meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb create mode 100644 meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb create mode 100644 meta-arago-extras/recipes-ti/ocl/opencl_git.bb -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
