Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-19 Thread Jochen Rollwagen
Am 16.02.2016 um 12:40 schrieb Jonathan Gray: On Tue, Feb 16, 2016 at 08:13:45PM +1100, Jonathan Gray wrote: On Tue, Feb 16, 2016 at 10:37:47AM +0200, Oded Gabbay wrote: On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: Hi

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Jonathan Gray
On Tue, Feb 16, 2016 at 08:13:45PM +1100, Jonathan Gray wrote: > On Tue, Feb 16, 2016 at 10:37:47AM +0200, Oded Gabbay wrote: > > On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > > > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: > > >> Hi, > > >> > > >> i think i found &

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Jonathan Gray
On Tue, Feb 16, 2016 at 10:37:47AM +0200, Oded Gabbay wrote: > On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: > >> Hi, > >> > >> i think i found & fixed a bug in mesa concerning tests for big-endian > >> machines. The def

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Oded Gabbay
On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: >> Hi, >> >> i think i found & fixed a bug in mesa concerning tests for big-endian >> machines. The defines tested don't exist or are wrongly defined so the test >> (probably)

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-15 Thread Jonathan Gray
On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: > Hi, > > i think i found & fixed a bug in mesa concerning tests for big-endian > machines. The defines tested don't exist or are wrongly defined so the test > (probably) never fires. The gcc defines on my machine concerning big-end

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-15 Thread Jochen Rollwagen
Am 15.02.2016 um 15:53 schrieb Oded Gabbay: Sent with MailTrack On Sat, Feb 13, 2016 at 2:39 AM, Roland Scheidegger wrote: Am 12.02.2016 um 10:01 schrieb Jochen Rollwagen: Hi, i think i found & fixed a bug in mesa concerning tests for big-endian machines. The defines tested don't exist or ar

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-15 Thread Oded Gabbay
On Mon, Feb 15, 2016 at 8:33 PM, Jochen Rollwagen wrote: > Am 15.02.2016 um 15:53 schrieb Oded Gabbay: >> >> Sent with MailTrack >> >> On Sat, Feb 13, 2016 at 2:39 AM, Roland Scheidegger >> wrote: >>> >>> Am 12.02.2016 um 10:01 schrieb Jochen Rollwagen: Hi, i think i found & f

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-15 Thread Oded Gabbay
Sent with MailTrack On Sat, Feb 13, 2016 at 2:39 AM, Roland Scheidegger wrote: > > Am 12.02.2016 um 10:01 schrieb Jochen Rollwagen: > > Hi, > > > > i think i found & fixed a bug in mesa concerning tests for big-endian > > machines. The defines tested don't exist or are wrongly defined so the > >

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-12 Thread Roland Scheidegger
Am 12.02.2016 um 10:01 schrieb Jochen Rollwagen: > Hi, > > i think i found & fixed a bug in mesa concerning tests for big-endian > machines. The defines tested don't exist or are wrongly defined so the > test (probably) never fires. The gcc defines on my machine concerning > big-endian are > > jo

[Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-12 Thread Jochen Rollwagen
Hi, i think i found & fixed a bug in mesa concerning tests for big-endian machines. The defines tested don't exist or are wrongly defined so the test (probably) never fires. The gcc defines on my machine concerning big-endian are jochen@mac-mini:~/sources/mesa$ gcc -dM -E - < /dev/null | gre