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

2014-12-12 Thread Jason Ekstrand
Iago, This is looking good. I have a few comments on a couple of the patches. Everything else is Reviewed-by: Jason Ekstrand On Tue, Dec 9, 2014 at 4:07 AM, Iago Toral Quiroga wrote: > > This is the second of two series that aim to address: > https://bugs.freedesktop.org/show_bug.cgi?id=84566

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

2014-12-09 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