From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3 v2] Introduce NVidia's binary driver (branch yem/gfx)
Date: Sun, 21 Sep 2014 23:22:53 +0200 [thread overview]
Message-ID: <cover.1411334346.git.yann.morin.1998@free.fr> (raw)
Hello All!
This series adds support for NVidia's binary blob, the driver to its
family of GPUs.
It also introduces the OpenGL Registry, to provide GL headers for
those OpenGL/EGL/GLES implementations that do not provide their own
headers (like NVidia's binary blob.)
The series was build-tested using XBMC as a test-bed (I managed a
single runtime test, as my HTPC is a bit reluctant at booting from a
USB key when the internal HDD is present, so I can't easily retest.)
Changes v1 -> v2:
- bump opengl-registry
- drop i915, applied (Peter)
Regards,
Yann E. MORIN.
The following changes since commit ae69eadaa7b98fb73cbc5dcf8454e54a5189dd9b:
pkg-infra: put optional step_user def and assignment in one block (2014-09-21 22:57:30 +0200)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem/gfx
for you to fetch changes up to 1aff79ec2bb8dc545496e965aa1fae0756be29ce:
package/nvidia-driver: build the kernel module (2014-09-21 23:13:03 +0200)
----------------------------------------------------------------
Yann E. MORIN (3):
package/opengl-registry: new package
package/nvidia-driver: add NVidia's OpenGL binary blob
package/nvidia-driver: build the kernel module
package/Config.in | 2 +
package/nvidia-driver/Config.in | 77 +
package/nvidia-driver/nvidia-driver.mk | 141 ++
package/opengl-registry/Config.in | 18 +
package/opengl-registry/gl.h | 2115 ++++++++++++++++++++
.../opengl-registry-000-run-from-current-dir.patch | 17 +
package/opengl-registry/opengl-registry.mk | 76 +
7 files changed, 2446 insertions(+)
create mode 100644 package/nvidia-driver/Config.in
create mode 100644 package/nvidia-driver/nvidia-driver.mk
create mode 100644 package/opengl-registry/Config.in
create mode 100644 package/opengl-registry/gl.h
create mode 100644 package/opengl-registry/opengl-registry-000-run-from-current-dir.patch
create mode 100644 package/opengl-registry/opengl-registry.mk
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2014-09-21 21:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-21 21:22 Yann E. MORIN [this message]
2014-09-21 21:22 ` [Buildroot] [PATCH 1/3 v2] package/opengl-registry: new package Yann E. MORIN
2014-10-05 16:47 ` Thomas Petazzoni
2014-10-05 16:57 ` Yann E. MORIN
2014-10-05 17:08 ` Thomas Petazzoni
2014-10-05 20:56 ` Yann E. MORIN
2014-09-21 21:22 ` [Buildroot] [PATCH 2/3 v2] package/nvidia-driver: add NVidia's OpenGL binary blob Yann E. MORIN
2014-10-05 16:59 ` Thomas Petazzoni
2014-10-05 21:55 ` Yann E. MORIN
2014-09-21 21:22 ` [Buildroot] [PATCH 3/3 v2] package/nvidia-driver: build the kernel module Yann E. MORIN
2014-10-05 17:01 ` Thomas Petazzoni
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=cover.1411334346.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--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.