Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v8 0/4] Enable OpenCL support in Mesa 3D
@ 2018-10-20 14:34 Valentin Korenblit
  2018-10-20 14:34 ` [Buildroot] [PATCH v8 1/4] package/mesa3d: disable opencl Valentin Korenblit
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Valentin Korenblit @ 2018-10-20 14:34 UTC (permalink / raw)
  To: buildroot

This series is the continuation of the series "llvm for mesa3d".

Changes v6 -> v7:

*libclc headers installed to /usr/share/clc
*Remove libclc dependencies on target llvm
*Add OpenCL support for RadeonSI

Changes v7 -> v8:
*Add preliminary patch to disable OpenCL as suggested by Thomas
*Update libclc to a more recent version
*Move Mesa's patch to PATCH 3/4

I've left my old signature as I started this series while working for Smile.

Valentin Korenblit (4):
  package/mesa3d: disable opencl
  package/libclc: new package
  package/mesa3d: enable OpenCL support
  package/clinfo: new package

 DEVELOPERS                                      |  2 ++
 package/Config.in                               |  2 ++
 package/clinfo/Config.in                        |  9 ++++++
 package/clinfo/clinfo.hash                      |  3 ++
 package/clinfo/clinfo.mk                        | 23 ++++++++++++++
 package/libclc/Config.in                        | 10 ++++++
 package/libclc/libclc.hash                      |  3 ++
 package/libclc/libclc.mk                        | 42 +++++++++++++++++++++++++
 package/mesa3d/0003-set-LIBCLC_INCLUDEDIR.patch | 26 +++++++++++++++
 package/mesa3d/Config.in                        |  9 ++++++
 package/mesa3d/mesa3d.mk                        | 12 +++++++
 11 files changed, 141 insertions(+)
 create mode 100644 package/clinfo/Config.in
 create mode 100644 package/clinfo/clinfo.hash
 create mode 100644 package/clinfo/clinfo.mk
 create mode 100644 package/libclc/Config.in
 create mode 100644 package/libclc/libclc.hash
 create mode 100644 package/libclc/libclc.mk
 create mode 100644 package/mesa3d/0003-set-LIBCLC_INCLUDEDIR.patch

-- 
2.7.4

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

end of thread, other threads:[~2018-10-20 15:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20 14:34 [Buildroot] [PATCH v8 0/4] Enable OpenCL support in Mesa 3D Valentin Korenblit
2018-10-20 14:34 ` [Buildroot] [PATCH v8 1/4] package/mesa3d: disable opencl Valentin Korenblit
2018-10-20 14:50   ` Romain Naour
2018-10-20 15:36   ` Thomas Petazzoni
2018-10-20 14:34 ` [Buildroot] [PATCH v8 2/4] package/libclc: new package Valentin Korenblit
2018-10-20 14:55   ` Romain Naour
2018-10-20 15:36   ` Thomas Petazzoni
2018-10-20 14:34 ` [Buildroot] [PATCH v8 3/4] package/mesa3d: enable OpenCL support Valentin Korenblit
2018-10-20 15:04   ` Romain Naour
2018-10-20 14:34 ` [Buildroot] [PATCH v8 4/4] package/clinfo: new package Valentin Korenblit
2018-10-20 15:09   ` Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox