mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
32ae904d81
When we come to submitting the users given attributes we sort them into different types of buffers. Previously we had three types; strided, unstrided and multi-pack. Really though unstrided was just a limited form of multi-pack buffer and didn't imply any hind of special optimization so this patch consolidates some code by reducing to just two types; strided and multi-pack.