diff options
author | Jason Ekstrand <[email protected]> | 2014-08-06 10:29:40 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2014-08-06 15:15:53 -0700 |
commit | 787bac38084650ef5600ac2ecd969449b4a447f3 (patch) | |
tree | 7d87e84257fafd5656ccb411d2bb03244c476a86 /src/mesa/main/formats.csv | |
parent | bb89d82ac432771602b391a85cb05749e374edf5 (diff) |
mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/formats.csv')
-rw-r--r-- | src/mesa/main/formats.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.csv b/src/mesa/main/formats.csv index f45e34baf3f..eade6facd60 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 |