Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-24 Thread Richard Sandiford
NP, thanks for the review Jose. Please could someone commit the series for me? I'll follow up with patches to fix other formats for BE. Thanks, Richard Jose Fonseca jfons...@vmware.com writes: Richard, Michel, Apologies for the long silence. I flagged this thread as worth following, but I

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-23 Thread Richard Sandiford
Ping Richard Sandiford rsand...@linux.vnet.ibm.com writes: Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of: http://lists.freedesktop.org/archives/mesa-dev/2013-June/040594.html At the moment the python code uses sys.byteorder to

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-23 Thread Jose Fonseca
Richard, Michel, Apologies for the long silence. I flagged this thread as worth following, but I failed to noticed the RFC to me. I glanced over it and the series looks good to me AFAICT. I agree that it is a better to defer the endianess to C-preprocessing time. Jose - Original

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-15 Thread Richard Sandiford
Ping Richard Sandiford rsand...@linux.vnet.ibm.com writes: Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of: http://lists.freedesktop.org/archives/mesa-dev/2013-June/040594.html At the moment the python code uses sys.byteorder to

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-15 Thread Roland Scheidegger
FWIW the idea looks good to me. But my python skills are lacking... Roland Am 15.04.2014 15:54, schrieb Richard Sandiford: Ping Richard Sandiford rsand...@linux.vnet.ibm.com writes: Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of:

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-09 Thread Michel Dänzer
José, any chance you could work Richard to get this in? On Mon, 2014-04-07 at 11:35 +0100, Richard Sandiford wrote: Ping. Richard Sandiford rsand...@linux.vnet.ibm.com writes: Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of:

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-04-07 Thread Richard Sandiford
Ping. Richard Sandiford rsand...@linux.vnet.ibm.com writes: Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of: http://lists.freedesktop.org/archives/mesa-dev/2013-June/040594.html At the moment the python code uses sys.byteorder to

Re: [Mesa-dev] [PATCH 0/5] util: Rework endian handling in python code

2014-03-27 Thread Richard Sandiford
Ping (with fixed subject) Richard Sandiford rsand...@linux.vnet.ibm.com writes: This is a refresh of: http://lists.freedesktop.org/archives/mesa-dev/2013-June/040594.html At the moment the python code uses sys.byteorder to decide whether u_format_table.c should be for big or little