Re: [Mesa-dev] [PATCH v4 00/28] Use a master format convert function

2015-01-08 Thread Jason Ekstrand
On Wed, Jan 7, 2015 at 11:21 PM, Iago Toral Quiroga wrote: > This is the second of two series that aim to address: > https://bugs.freedesktop.org/show_bug.cgi?id=84566 > > This series requires the previous series that implements auto-generation of > the pack/unpack functions. A branch with both s

[Mesa-dev] [PATCH v4 00/28] Use a master format convert function

2015-01-07 Thread Iago Toral Quiroga
This is the second of two series that aim to address: https://bugs.freedesktop.org/show_bug.cgi?id=84566 This series requires the previous series that implements auto-generation of the pack/unpack functions. A branch with both series is available here: https://github.com/Igalia/mesa/tree/itoral-fo