Mesa (master): mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1

Jason Ekstrand jekstrand at kemper.freedesktop.org
Wed Aug 6 22:16:41 UTC 2014


Module: Mesa
Branch: master
Commit: 787bac38084650ef5600ac2ecd969449b4a447f3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=787bac38084650ef5600ac2ecd969449b4a447f3

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Aug  6 10:29:40 2014 -0700

mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1

Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 src/mesa/main/formats.csv |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/formats.csv b/src/mesa/main/formats.csv
index f45e34b..eade6fa 100644
--- a/src/mesa/main/formats.csv
+++ b/src/mesa/main/formats.csv
@@ -279,4 +279,4 @@ MESA_FORMAT_ETC2_RG11_EAC                 , etc2  , 4, 4, x128,     ,     ,
 MESA_FORMAT_ETC2_SIGNED_R11_EAC           , etc2  , 4, 4, x64 ,     ,     ,     , x001, rgb
 MESA_FORMAT_ETC2_SIGNED_RG11_EAC          , etc2  , 4, 4, x128,     ,     ,     , xy01, rgb
 MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1 , etc2  , 4, 4, x64 ,     ,     ,     , xyzw, rgb
-MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1, etc2  , 4, 4, x128,     ,     ,     , xyzw, srgb
+MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1, etc2  , 4, 4, x64 ,     ,     ,     , xyzw, srgb




More information about the mesa-commit mailing list