3e5926555b
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>
42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
From ee18f89c49927f6696df2d557837acc9bfd71f71 Mon Sep 17 00:00:00 2001
|
|
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
|
|
Date: Fri, 3 Feb 2017 09:30:53 +0000
|
|
Subject: [PATCH 2/2] Revert "Subject: [PATCH] etnaviv: add RGBX/RGBA pixel
|
|
formats"
|
|
Organization: O.S. Systems Software LTDA.
|
|
|
|
This reverts commit 89bb5c79e29613ad9a4e43d670654e98a220fc60.
|
|
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Fabio Estevam <festevam@gmail.com>
|
|
---
|
|
src/gallium/drivers/etnaviv/etnaviv_format.c | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.c b/src/gallium/drivers/etnaviv/etnaviv_format.c
|
|
index 0794603b2f..693558476b 100644
|
|
--- a/src/gallium/drivers/etnaviv/etnaviv_format.c
|
|
+++ b/src/gallium/drivers/etnaviv/etnaviv_format.c
|
|
@@ -141,8 +141,6 @@ static struct etna_format formats[PIPE_FORMAT_COUNT] = {
|
|
V_(R16G16_SSCALED, SHORT, NONE),
|
|
V_(R16G16_FLOAT, HALF_FLOAT, NONE),
|
|
|
|
- V_(A8B8G8R8_UNORM, UNSIGNED_BYTE, NONE),
|
|
-
|
|
V_(R8G8B8A8_UNORM, UNSIGNED_BYTE, A8B8G8R8),
|
|
V_(R8G8B8A8_SNORM, BYTE, A8B8G8R8),
|
|
_T(R8G8B8X8_UNORM, X8B8G8R8, X8B8G8R8),
|
|
@@ -151,9 +149,6 @@ static struct etna_format formats[PIPE_FORMAT_COUNT] = {
|
|
V_(R8G8B8A8_USCALED, UNSIGNED_BYTE, A8B8G8R8),
|
|
V_(R8G8B8A8_SSCALED, BYTE, A8B8G8R8),
|
|
|
|
- _T(R8G8B8A8_UNORM, A8B8G8R8, A8B8G8R8),
|
|
- _T(R8G8B8X8_UNORM, X8B8G8R8, X8B8G8R8),
|
|
-
|
|
_T(B8G8R8A8_UNORM, A8R8G8B8, A8R8G8B8),
|
|
_T(B8G8R8X8_UNORM, X8R8G8B8, X8R8G8B8),
|
|
|
|
--
|
|
2.12.0
|
|
|