All of lore.kernel.org
 help / color / mirror / Atom feed
From: Spenser Gilliland <spenser@gillilanding.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 0/3] TI Graphics SDK
Date: Mon, 15 Jul 2013 16:44:17 -0500	[thread overview]
Message-ID: <1373924660-1391-1-git-send-email-spenser@gillilanding.com> (raw)

These patches integrate the TI Graphics SDK.

v6:
 - Fix whitespace errors
 - Minor bug fixes
 - Fix typo in qt patch
v5:
 - Fixed build issues on hard float (and non-CS toolchains)
 - added powervr virtual package
v4:
 - Fix header issue with qt.
 - Add eglimage version installation.
v3:
 - integrate reviews from thomas.
 - Add qt patch
v2:
 - Take into account reviews.
 - Simplfy init script.
 - Fix header installation.
v1:
 - Added .pc files
 - all review issues addressed
RFC v3:
 - all reviews addressed
 - added demos
 - added hard float (not runtime tested)
 - added init script
 - added SGX detection script (untested)
 - tested on beaglexm using demos
RFC v2:
 - basic working with minor issues during tests
RFC v1:
 - inital revision

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Sundareson, Prabindh <prabu@ti.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Sinan Akpolat <sinan@linkas.com.tr>

Spenser Gilliland (3):
  powervr: add powervr virtual package
  ti-gfx: add new package
  qt: add powervr and opengl

 package/Config.in                              |   2 +
 package/opengl/libegl/libegl.mk                |   4 +
 package/opengl/libgles/libgles.mk              |   4 +
 package/powervr/Config.in                      |   2 +
 package/powervr/powervr.mk                     |  20 +
 package/qt/Config.gfx.in                       |   5 +
 package/qt/Config.in                           |   8 +
 package/qt/powervr.ini                         |   2 +
 package/qt/qt-eglwsegl-use-system.patch        | 802 +++++++++++++++++++++++++
 package/qt/qt.mk                               |  29 +-
 package/ti-gfx/Config.in                       |  69 +++
 package/ti-gfx/S80ti-gfx                       |  53 ++
 package/ti-gfx/egl.pc                          |  11 +
 package/ti-gfx/esrev.sh                        |  59 ++
 package/ti-gfx/glesv2.pc                       |  11 +
 package/ti-gfx/powervr.ini                     |   2 +
 package/ti-gfx/ti-gfx-km_install_modules.patch |  19 +
 package/ti-gfx/ti-gfx-newclkapi.patch          | 143 +++++
 package/ti-gfx/ti-gfx.mk                       | 197 ++++++
 19 files changed, 1441 insertions(+), 1 deletion(-)
 create mode 100644 package/powervr/Config.in
 create mode 100644 package/powervr/powervr.mk
 create mode 100644 package/qt/powervr.ini
 create mode 100644 package/qt/qt-eglwsegl-use-system.patch
 create mode 100644 package/ti-gfx/Config.in
 create mode 100644 package/ti-gfx/S80ti-gfx
 create mode 100644 package/ti-gfx/egl.pc
 create mode 100644 package/ti-gfx/esrev.sh
 create mode 100644 package/ti-gfx/glesv2.pc
 create mode 100644 package/ti-gfx/powervr.ini
 create mode 100644 package/ti-gfx/ti-gfx-km_install_modules.patch
 create mode 100644 package/ti-gfx/ti-gfx-newclkapi.patch
 create mode 100644 package/ti-gfx/ti-gfx.mk

-- 
1.8.1.2

             reply	other threads:[~2013-07-15 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 21:44 Spenser Gilliland [this message]
2013-07-15 21:44 ` [Buildroot] [PATCH v6 1/3] powervr: add powervr virtual package Spenser Gilliland
2013-07-15 21:44 ` [Buildroot] [PATCH v6 2/3] ti-gfx: add new package Spenser Gilliland
2013-07-15 22:32   ` Peter Korsgaard
2013-07-15 21:44 ` [Buildroot] [PATCH v6 3/3] qt: add powervr and opengl Spenser Gilliland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1373924660-1391-1-git-send-email-spenser@gillilanding.com \
    --to=spenser@gillilanding.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.