Re: [Mesa-dev] [PATCH v2 1/7] util: Add PIPE_FORMAT_x8B8G8R8_SNORM formats

2014-07-22 Thread Roland Scheidegger
Am 22.07.2014 12:02, schrieb Richard Sandiford: > This means that each RnGnBnxn format has a reversed counterpart, > which is necessary for handling big-endian mesa<->gallium mappings. > The associated UNORM and SRGB formats already exist. > > Signed-off-by: Richard Sandiford > --- > src/gallium

[Mesa-dev] [PATCH v2 1/7] util: Add PIPE_FORMAT_x8B8G8R8_SNORM formats

2014-07-22 Thread Richard Sandiford
This means that each RnGnBnxn format has a reversed counterpart, which is necessary for handling big-endian mesa<->gallium mappings. The associated UNORM and SRGB formats already exist. Signed-off-by: Richard Sandiford --- src/gallium/auxiliary/util/u_format.csv | 3 +++ src/gallium/include/pipe