Re: [Mesa-dev] [PATCH 16/20] mesa/formats: add new mesa formats and their pack/unpack functions.

2014-11-23 Thread Samuel Iglesias Gonsálvez
On Thu, 2014-11-20 at 13:19 +0100, Samuel Iglesias Gonsálvez wrote: [...] > > + /* Other formats */ > > + MESA_FORMAT_R3G3B2_UNORM, > >/* BBGG GRRR */ > > + MESA_FORMAT_A4B4G4R4_UNORM, /* > > */ > >

Re: [Mesa-dev] [PATCH 16/20] mesa/formats: add new mesa formats and their pack/unpack functions.

2014-11-20 Thread Samuel Iglesias Gonsálvez
On Tue, 2014-11-18 at 11:50 -0800, Jason Ekstrand wrote: > > > On Tue, Nov 18, 2014 at 12:44 AM, Iago Toral Quiroga > wrote: > From: Samuel Iglesias Gonsalvez > > This will be used to refactor code in pack.c and support > conversion > to/from these type

Re: [Mesa-dev] [PATCH 16/20] mesa/formats: add new mesa formats and their pack/unpack functions.

2014-11-18 Thread Jason Ekstrand
On Tue, Nov 18, 2014 at 12:44 AM, Iago Toral Quiroga wrote: > From: Samuel Iglesias Gonsalvez > > This will be used to refactor code in pack.c and support conversion > to/from these types in a master convert function that will be added > later. > > Signed-off-by: Samuel Iglesias Gonsalvez > --

[Mesa-dev] [PATCH 16/20] mesa/formats: add new mesa formats and their pack/unpack functions.

2014-11-18 Thread Iago Toral Quiroga
From: Samuel Iglesias Gonsalvez This will be used to refactor code in pack.c and support conversion to/from these types in a master convert function that will be added later. Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/main/format_pack.c.mako | 36 - src/mesa/main/for