From: "Jérôme Pouiller" <jezz@sysmic.org>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC 0/4] Try to clean up proprietary OpenGL drivers
Date: Wed, 21 Jan 2015 12:23:24 +0100 [thread overview]
Message-ID: <1421839408-15839-1-git-send-email-jezz@sysmic.org> (raw)
Until now, xorg-xserver depends on mesa3d to compile with GLX/DRI support.
However, there was problem with proprietary OpenGL drivers. These ones depends
on GLX/DRI support (so, they depends on mesa3d) and overwrite files provided by
mesa3d (so, they conflict with mesa3d).
Thanks to opengl-registry, it is possible to change proprietary OpenGL drivers
in real LibGL provider and compile GLX/DRI support using proprietary drivers
instead of mesa3d.
Notice this series aim to highlight the problem described above. It does not
aim to be upstreamed. It apply on top of Yann series about nvidia driver and
my series about imx6 gpu driver.
J?r?me Pouiller (4):
nvidia-driver: Add gl.pc
gpu-viv-bin-mx6q: is a libgl provider
opengl-registry: Also provide DRI interface
xorg-server: Depends on libgl to enable DRI/GLX
package/freescale-imx/gpu-viv-bin-mx6q/Config.in | 5 +
package/freescale-imx/gpu-viv-bin-mx6q/gl.pc | 10 +
.../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.mk | 5 +-
package/nvidia-driver/gl.pc | 11 +
package/nvidia-driver/nvidia-driver.mk | 1 +
.../opengl/khronos-registry/opengl-registry/dri.pc | 11 +
.../opengl-registry/dri_interface.h | 1464 ++++++++++++++++++++
.../opengl-registry/opengl-registry.mk | 4 +
package/x11r7/xdriver_xf86-video-imx-viv/Config.in | 2 -
.../xserver_xorg-server/xserver_xorg-server.mk | 7 +-
10 files changed, 1514 insertions(+), 6 deletions(-)
create mode 100644 package/freescale-imx/gpu-viv-bin-mx6q/gl.pc
create mode 100644 package/nvidia-driver/gl.pc
create mode 100644 package/opengl/khronos-registry/opengl-registry/dri.pc
create mode 100644 package/opengl/khronos-registry/opengl-registry/dri_interface.h
--
1.9.1
next reply other threads:[~2015-01-21 11:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 11:23 Jérôme Pouiller [this message]
2015-01-21 11:23 ` [Buildroot] [RFC 1/4] nvidia-driver: Add gl.pc Jérôme Pouiller
2015-01-21 11:23 ` [Buildroot] [RFC 2/4] gpu-viv-bin-mx6q: is a libgl provider Jérôme Pouiller
2015-04-04 16:48 ` Thomas Petazzoni
2015-04-05 9:10 ` Jérôme Pouiller
2015-04-05 9:28 ` Thomas Petazzoni
2015-01-21 11:23 ` [Buildroot] [RFC 3/4] opengl-registry: Also provide DRI interface Jérôme Pouiller
2015-01-21 11:23 ` [Buildroot] [RFC 4/4] xorg-server: Depends on libgl to enable DRI/GLX Jérôme Pouiller
2015-01-23 10:57 ` [Buildroot] [RFC 0/4] Try to clean up proprietary OpenGL drivers Yann E. MORIN
2015-01-24 17:02 ` Yann E. MORIN
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=1421839408-15839-1-git-send-email-jezz@sysmic.org \
--to=jezz@sysmic.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox