All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/6] OpenCL Package Set
@ 2015-02-26 13:34 Jacob Stiffler
  2015-02-26 13:34 ` [RFC PATCH 1/6] opencl: Add common file specifying opencl sources and version Jacob Stiffler
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Jacob Stiffler @ 2015-02-26 13:34 UTC (permalink / raw)
  To: meta-ti

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



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-03-03 15:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 13:34 [RFC PATCH 0/6] OpenCL Package Set Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 1/6] opencl: Add common file specifying opencl sources and version Jacob Stiffler
2015-02-26 13:56   ` Cooper Jr., Franklin
2015-03-03 13:47     ` Stiffler, Jacob
2015-03-03 15:05       ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 2/6] opencl: Add require opengl headers Jacob Stiffler
2015-02-26 13:47   ` Cooper Jr., Franklin
2015-02-26 15:11     ` Denys Dmytriyenko
2015-02-26 15:29       ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 3/6] clocl: Add the opencl kernel compiler Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which runs on the accelerators Jacob Stiffler
2015-02-26 13:53   ` Cooper Jr., Franklin
2015-03-03 13:50     ` Stiffler, Jacob
2015-03-03 15:01       ` Cooper Jr., Franklin
2015-02-26 14:02   ` Cooper Jr., Franklin
2015-02-26 15:16     ` Denys Dmytriyenko
2015-02-26 15:17       ` Cooper Jr., Franklin
2015-03-03 13:54         ` Stiffler, Jacob
2015-03-03 14:58           ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 5/6] opencl: OpenCL library Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 6/6] opencl-examples: OpenCL example applications Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.