Re: [Mesa-dev] another newbie project: function renaming in format_(un)pack.c

2014-02-28 Thread Ian Romanick
On 02/28/2014 10:06 AM, Brian Paul wrote: Since the MESA_FORMAT_ enums were renamed last month, the names of the functions in the format_pack.c and format_unpack.c are out of sync. The idea is the pack/unpack function for MESA_FORMAT_FOO should be called pack_FOO() or unpack_FOO(). As an examp

[Mesa-dev] another newbie project: function renaming in format_(un)pack.c

2014-02-28 Thread Brian Paul
Since the MESA_FORMAT_ enums were renamed last month, the names of the functions in the format_pack.c and format_unpack.c are out of sync. The idea is the pack/unpack function for MESA_FORMAT_FOO should be called pack_FOO() or unpack_FOO(). As an example, unpack_RGBA() should really be