From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] package/mesa3d: allow to enable OpenGL texture float support
Date: Sat, 1 Apr 2017 15:56:28 +0200 [thread overview]
Message-ID: <20170401155628.1c23a945@free-electrons.com> (raw)
In-Reply-To: <20170326162853.3022-1-romain.naour@gmail.com>
Hello,
On Sun, 26 Mar 2017 18:28:49 +0200, Romain Naour wrote:
> While testing on a PC target with an HD6310 graphic card, the
> OpenGL support was in "compat profile" mode (i.e OpenGL 2.1).
>
> Extended renderer info (GLX_MESA_query_renderer):
> Vendor: X.Org (0x1002)
> Device: AMD PALM (DRM 2.49.0 / 4.10.4) (0x9802)
> Version: 17.0.2
> Accelerated: yes
> Video memory: 256MB
> Unified memory: no
> Preferred profile: compat (0x2)
> Max core profile version: 0.0
> Max compat profile version: 2.1
> Max GLES1 profile version: 1.1
> Max GLES[23] profile version: 2.0
> OpenGL vendor string: X.Org
> OpenGL renderer string: Gallium 0.4 on AMD PALM (DRM 2.49.0 / 4.10.4)
> OpenGL version string: 2.1 Mesa 17.0.2
> OpenGL shading language version string: 1.30
>
> OpenGL ES profile version string: OpenGL ES 2.0 Mesa 17.0.2
> OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
>
> It turn out that texture float support was missing...
>
> Extended renderer info (GLX_MESA_query_renderer):
> Vendor: X.Org (0x1002)
> Device: AMD PALM (DRM 2.49.0 / 4.10.4) (0x9802)
> Version: 17.0.2
> Accelerated: yes
> Video memory: 256MB
> Unified memory: no
> Preferred profile: core (0x1)
> Max core profile version: 3.3
> Max compat profile version: 3.0
> Max GLES1 profile version: 1.1
> Max GLES[23] profile version: 3.0
> OpenGL vendor string: X.Org
> OpenGL renderer string: Gallium 0.4 on AMD PALM (DRM 2.49.0 / 4.10.4)
> OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.0.2
> OpenGL core profile shading language version string: 3.30
> OpenGL core profile context flags: (none)
> OpenGL core profile profile mask: core profile
>
> OpenGL version string: 3.0 Mesa 17.0.2
> OpenGL shading language version string: 1.30
> OpenGL context flags: (none)
>
> Add a new option to let the user disable this feature if
> it doesn't comply to the SGI license.
> Add docs/patents.txt to MESA3D_LICENSE_FILES
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> NOTE: --enable-texture-float is always enabled in the masa package
> in Fedora:
> http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/tree/mesa.spec?h=f25#n418
> ---
> package/mesa3d/Config.in | 18 ++++++++++++++++++
> package/mesa3d/mesa3d.mk | 7 +++++++
> 2 files changed, 25 insertions(+)
Applied to master, after:
- Rewrapping the Config.in help text
- Adding a note that the option doesn't affect all drivers, as per the
discussion with Bernd.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2017-04-01 13:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 16:28 [Buildroot] [PATCH 1/5] package/mesa3d: allow to enable OpenGL texture float support Romain Naour
2017-03-26 16:28 ` [Buildroot] [PATCH 2/5] package/mesa3d: add libvdpau optional dependency Romain Naour
2017-04-01 13:56 ` Thomas Petazzoni
2017-03-26 16:28 ` [Buildroot] [PATCH 3/5] package/meda3d: add xlib_libXvMC " Romain Naour
2017-04-01 13:57 ` Thomas Petazzoni
2017-03-26 16:28 ` [Buildroot] [PATCH 4/5] package/mesa3d: explicitely disable asm Romain Naour
2017-03-29 4:41 ` Bernd Kuhls
2017-03-29 21:28 ` Romain Naour
2017-03-29 21:35 ` Thomas Petazzoni
2017-03-29 21:55 ` Romain Naour
2017-04-01 13:59 ` Thomas Petazzoni
2017-03-26 16:28 ` [Buildroot] [PATCH 5/5] package/mesa3d: enable gallium extra hud Romain Naour
2017-03-28 17:49 ` [Buildroot] [PATCH 1/5] package/mesa3d: allow to enable OpenGL texture float support Bernd Kuhls
2017-03-28 20:38 ` Romain Naour
2017-03-29 4:41 ` Bernd Kuhls
2017-03-29 21:46 ` Romain Naour
2017-04-01 13:56 ` Thomas Petazzoni [this message]
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=20170401155628.1c23a945@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox