util: Remove inexisting formats.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Mar 2010 15:16:54 +0000 (15:16 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Mar 2010 15:16:54 +0000 (15:16 +0000)
Can't find these formats used in any state tracker or any API.

For some of these probably the reverse notation was meant, for which
formats already exist.

src/gallium/auxiliary/util/u_format.csv

index aff59ff554b6897d11ee6a970ccbf9502ddf8bda..3c5f75c365adabfe6606f0c4cbf2df7cccec78f8 100644 (file)
@@ -191,10 +191,3 @@ PIPE_FORMAT_R8G8B8A8_SSCALED      , plain, 1, 1, s8  , s8  , s8  , s8  , xyzw, r
 # FIXME: They are used with different meanings in different places!!!
 PIPE_FORMAT_R8G8B8_UNORM          , plain, 1, 1, un8 , un8 , un8 ,     , zyx1, rgb
 PIPE_FORMAT_R8G8B8A8_UNORM        , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
-
-# Unused formats
-# XXX: Couldn't find any state tracker using them!!
-PIPE_FORMAT_B6G5R5_SNORM          , plain, 1, 1, sn5 , sn5 , sn6 ,     , xyz1, rgb
-PIPE_FORMAT_R8G8B8X8_SNORM        , plain, 1, 1, sn8 , sn8 , sn8 , sn8 , wzy1, rgb
-PIPE_FORMAT_R8G8B8X8_USCALED      , plain, 1, 1, u8  , u8  , u8  , u8  , wzy1, rgb
-PIPE_FORMAT_R8G8B8X8_SSCALED      , plain, 1, 1, s8  , s8  , s8  , s8  , wzy1, rgb