summaryrefslogtreecommitdiffstats
path: root/package/mesa3d
Commit message (Collapse)AuthorAgeFilesLines
* package/{mesa3d, mesa3d-headers}: bump version to 17.3.2Bernd Kuhls2018-01-102-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.3.1Romain Naour2017-12-224-24/+28
| | | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-6/+8
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.3.0Bernd Kuhls2017-12-102-7/+8
| | | | | | | Fixed path for current license hash and added another one. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.6Bernd Kuhls2017-11-272-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge tag '2017.11-rc2' into nextPeter Korsgaard2017-11-131-0/+6
|\ | | | | | | | | master has gained a number of autobuilder bugfixes since rc1, so merge these to next to also fix them there.
| * mesa3d: fix build with BR2_SHARED_STATIC_LIBSFabrice Fontaine2017-11-111-0/+6
| | | | | | | | | | | | | | | | | | | | mesa3d does not allow to enable both static and shared libraries so if BR2_SHARED_STATIC_LIBS is set, disable static Fixes https://bugs.busybox.net/show_bug.cgi?id=10326 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | package/{mesa3d, mesa3d-headers}: bump version to 17.2.5Bernd Kuhls2017-11-112-6/+6
|/ | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: remove old patch for uClibcRomain Naour2017-11-054-48/+0
| | | | | | | | | | | | | | This patch is no longer necessary since Buildroot is using uClibc-ng and the patch [1] as been merged upstream. It's 2017 and uClibc toolchains have been rebuild with uClibc-ng. Drop upstream patch and rename remaining one. [1] https://cgit.openadk.org/cgi/cgit/uclibc-ng.git/commit/?id=6c4538905e65ceb203f59aaa9a61728e81c6bc0a Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.4Bernd Kuhls2017-11-012-6/+8
| | | | | | | Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: make Etnaviv arch-independentAlexey Brodkin2017-10-211-1/+0
| | | | | | | | Vivante GPU could be a part of SoC along with any CPU architecture thus get rid of nonsense dependency. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.3Bernd Kuhls2017-10-212-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mesa3d: allow the VC4 driver to be selected on AArch64Olivier Schonken2017-10-111-1/+1
| | | | | | | | | Neon is compulsory on AArch64, and BR2_ARM_CPU_HAS_NEON is false on AArch64. Therefore, this change is needed to enable building VC4 gallium driver for Rpi3 using AArch64. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.2Bernd Kuhls2017-10-032-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.1Bernd Kuhls2017-09-192-3/+6
| | | | | | | Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mesa3d: bump version to 17.2.0Bernd Kuhls2017-09-053-7/+5
| | | | | | | | Added dependency to wayland-protocols needed by upstream: https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=17.2&id=02cc359372773800de817950aebdf9be2c7973d1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge branch 'next'Thomas Petazzoni2017-09-022-6/+6
|\
| * package/{mesa3d, mesa3d-headers}: bump version to 17.1.8Bernd Kuhls2017-08-302-6/+6
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/{mesa3d, mesa3d-headers}: bump version to 17.1.7Bernd Kuhls2017-08-212-6/+6
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/{mesa3d, mesa3d-headers}: bump version to 17.1.6Bernd Kuhls2017-08-092-6/+6
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* | package/mesa3d: vc4 backend is an EGL providerYann E. MORIN2017-08-161-0/+1
|/ | | | | | | | | | | | | | | The VC4 GPU does not support full GL, it only provides EGL. Currently, it is possible to build the VC4 backend without EGL support, but that does not make sense in the slighest. So, forcibly enable EGL with VC4, like is done for etnaviv and virgl. Reported-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Cc: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.1.5Bernd Kuhls2017-07-152-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.1.4Bernd Kuhls2017-07-017-45/+6
| | | | | | | | | | Removed patch 0001, applied upstream: https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=0069a613ac3b6ca75315cbb2fd3d86b0f6c9ede4 Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xlib_libxshmfence: needs sync_4Bernd Kuhls2017-06-242-3/+10
| | | | | | | | | | | | | | Also propagate reverse dependency to mesa3d and xserver_xorg-server. Fixes xserver_xorg-server build http://autobuild.buildroot.net/results/7da/7da8b46cda8786422e8293f26b79582b35a433d6/ For patch discussion refer to http://patchwork.ozlabs.org/patch/674595/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: only select BR2_PACKAGE_XPROTO_PRESENTPROTO if BR2_TOOLCHAIN_HAS_SYNC_4 is available, add comment explaining why.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.1.3Fabio Estevam2017-06-224-82/+6
| | | | | | | | | | | Patch 0006 is no longer needed as the fix is already upstream. Confirmed that the colors are displayed correctly when running the Qt5CinematicDemo application on i.mx6. Patch 0007 is already applied upstream. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mesa3d: always pass --with-platformsBernd Kuhls2017-06-171-4/+7
| | | | | | | | | | | | | | | | If --with-platforms is not used mesa3d defaults to x11: https://cgit.freedesktop.org/mesa/mesa/tree/configure.ac?h=17.1#n1641 https://cgit.freedesktop.org/mesa/mesa/tree/configure.ac?h=17.1#n1659 This will break configure when x11 is not needed because the defconfig has no mesa3d drivers enabled. To solve the problem we always pass --with-platforms, even with empty values and also for non-egl builds. Fixes http://autobuild.buildroot.net/results/d16/d16b39d16b5bee5c09b1e996941a275a4337c3c1/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: rename MESA3D_EGL_PLATFORMS to MESA3D_PLATFORMSBernd Kuhls2017-06-171-7/+7
| | | | | | | | | | No code changes, this patch prepares for updates to platform handling after upstream deprecated --with-egl-platforms in favour of --with-platforms https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=7748c3f5eb1d98ca97d2cf6e516ff54a5d75130a Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: fix musl build errorBernd Kuhls2017-06-121-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To reproduce the build error use this defconfig: BR2_x86_64=y BR2_x86_atom=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-x86-64-musl-2017.02-744-g40962a0.tar.bz2" BR2_TOOLCHAIN_EXTERNAL_GCC_5=y BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_10=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL=y BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_DRI_DRIVER_I915=y BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU=y BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON=y BR2_PACKAGE_MESA3D_OSMESA=y BR2_PACKAGE_MESA3D_OPENGL_ES=y BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT=y BR2_PACKAGE_XORG7=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: add optional support for libunwindBernd Kuhls2017-06-101-0/+7
| | | | | | | | Added by commit https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=70c272004f727457e852ba5f2498754b07a7d995 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.1.2Vicente Olivert Riera2017-06-106-51/+20
| | | | | | | | | | | | | | | | | | | | | | | | Patch 0005 tweaked to apply on this release. Patch 0006 already included in this release: https://cgit.freedesktop.org/mesa/mesa/commit/?id=e75001811e3b66986b4ede165a0fdde703d4f05b zlib is now a mandatory dependency. https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=85a9b1b562b6a73b9494b3fad25172da3dc90fc2 [Bernd: added in v2] - bump to mesa3d version 17.1.2 - squashed mesa3d-headers bump for bisectability - renumbered patch 0007 - added zlib link in patch message - Vulkan Intel driver does not depend on the i965 dri driver anymore https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=17.1&id=9aebdb5d082ec640fe8a14704201952bddb50a88 - Gallium vc4 driver depends on NEON support https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.1&id=4d30024238efa829cabc72c1601beeee18c3dbf2 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: bump version to 17.0.7Bernd Kuhls2017-06-062-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.6Bernd Kuhls2017-05-132-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/m*/Config.in: fix ordering of statementsAdam Duskett2017-05-011-2/+2
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter m in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.5Bernd Kuhls2017-04-292-3/+6
| | | | | | | Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.3Bernd Kuhls2017-04-012-3/+3
| | | | | | | Switched hash to sha512. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: enable gallium extra hudRomain Naour2017-04-011-2/+4
| | | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: explicitely disable asmRomain Naour2017-04-011-0/+3
| | | | | | | | | | | | | | | assembly are enabled by default on supported plaforms even while crosscompiling if host == target: checking whether to enable assembly... yes, x86_64 It was also disabled in the mesa package in Fedora since 7.6 [1]. [1] http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/commit/?id=629c8726 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/meda3d: add xlib_libXvMC optional dependencyRomain Naour2017-04-011-0/+7
| | | | | | | | | | | If xlib_libXvMC package is build before mesa3d, it will be detected and enabled by the configure script. Handle xlib_libXvMC in mesa3d for consistency. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: add libvdpau optional dependencyRomain Naour2017-04-011-0/+7
| | | | | | | | | | | If libvdpau package is build before mesa3d, it will be detected and enabled by the configure script. Handle libvdpau in mesa3d for consistency. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: allow to enable OpenGL texture float supportRomain Naour2017-04-012-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> [Thomas: - rewrap Config.in help text - add note that not all drivers are affected by the texture float option.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: drop unneeded libsha1 logic from Config.inPeter Korsgaard2017-03-281-4/+0
| | | | | | | | | Commit 7f4e9490b647 (package/mesa3d: remove sha1 external dependency) removed the --with-sha1 logic from mesa3d.mk, but didn't remove the corresponding logic / comment from Config.in. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: remove sha1 external dependencyRomain Naour2017-03-261-11/+0
| | | | | | | | | | --with-sha1 option was removed since mesa 1.17.0 by commit [1]. [1] https://cgit.freedesktop.org/mesa/mesa/commit/?id=d1efa09d342bff3e5def2978a0bef748d74f9c82 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: add lm-sensors optional dependencyRomain Naour2017-03-201-0/+7
| | | | | | | | | | radeon-pci-0008 Adapter: PCI adapter temp1: +56.0 C (crit = +120.0 C, hyst = +90.0 C) Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.2Bernd Kuhls2017-03-202-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: Add temporary fixes for etnaviv renderingFabio Estevam2017-03-192-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | Currently when running Qt5_CinematicExperience demo from Qt5.8 the covers of the movies appear with a black box instead of showing the actual art cover. Also, the fonts are incorrectly displayed in many cases. Fix these issues by applying temporary patches to etnaviv. According to Christian Gmeiner and Wladimir J. van der Laan the correct solution to this problem is to use shader variants [1]. Use these temporary patches until the correct solution appears in mesa mainline, so that etaniv users can run Qt successfully for the time being. [1] https://lists.freedesktop.org/archives/mesa-dev/2017-March/147948.html Tested on imx6q-sabresd board. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.1Bernd Kuhls2017-03-052-4/+4
| | | | | | | Changed _SITE according to URL mentioned in upstream release note. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: Add support for the Etnaviv gallium driverFabio Estevam2017-03-012-0/+12
| | | | | | | | | Add support for the Etnaviv gallium driver. Signed-off-by: Fabio Estevam <festevam@gmail.com> Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.0.0Fabio Estevam2017-03-012-3/+3
| | | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 13.0.4Fabio Estevam2017-02-012-3/+3
| | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 13.0.3Bernd Kuhls2017-01-062-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud