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

2014-04-28 Thread Jose Fonseca
Pushed. Jose - Original Message - > 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 writes: > > Richard, Michel, > > > > Apologies for the long silence. I

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 writes: > Richard, Michel, > > Apologies for the long silence. I flagged this thread as worth > following, but I failed to notic

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 Message

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

2014-04-23 Thread Richard Sandiford
Ping Richard Sandiford writes: > Ping (with fixed subject) > > Richard Sandiford 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 f

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 writes: >> Ping (with fixed subject) >> >> Richard Sandiford writes: >>> This is a refresh of: >>> >>> >>> https://urldefense.proofpoint.c

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

2014-04-15 Thread Richard Sandiford
Ping Richard Sandiford writes: > Ping (with fixed subject) > > Richard Sandiford 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 f

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 writes: > > Ping (with fixed subject) > > > > Richard Sandiford writes: > >> This is a refresh of: > >> > >>http://lists.freedesktop.org/archiv

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

2014-04-07 Thread Richard Sandiford
Ping. Richard Sandiford writes: > Ping (with fixed subject) > > Richard Sandiford 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

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 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 endian. With this series >