Files
mesa/src
Alyssa Rosenzweig e09392fc27 pan/decode: Use GLSL style formats/swizzles
This dramatically reduces visual clutter: now an entire
attribute/varying record looks something like:

    rgba32f attribute_0[16].bgra;

which is equivalent to the raw structure:

{
   .index = 0,
   .format = MALI_FORMAT_RGBA32F,
   .swizzle = (MALI_CHANNEL_BLUE << 9) | ....,
   .src_offset = 16,
}

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
2019-08-21 08:40:54 -07:00
..
2019-08-15 20:23:44 +02:00
2019-08-14 10:36:20 +02:00
2019-08-21 08:40:54 -07:00
2019-04-29 21:17:19 +00:00
2019-08-21 17:29:42 +02:00
2019-08-15 20:23:44 +02:00