Re: [Mesa-dev] [PATCH 3/5] compiler: define endian for FreeBSD

2017-10-26 Thread Greg V
On 10/26/2017 17:07, Emil Velikov wrote: On 23 October 2017 at 21:20, Greg V wrote: Obtained from: FreeBSD ports --- src/mesa/main/compiler.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 43a06b4313..8652aac36c 100644 --- a/

Re: [Mesa-dev] [PATCH 3/5] compiler: define endian for FreeBSD

2017-10-26 Thread Emil Velikov
On 23 October 2017 at 21:20, Greg V wrote: > Obtained from: FreeBSD ports > --- > src/mesa/main/compiler.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h > index 43a06b4313..8652aac36c 100644 > --- a/src/mesa/main/compiler.h > +++ b

Re: [Mesa-dev] [PATCH 3/5] compiler: define endian for FreeBSD

2017-10-23 Thread Brian Paul
On 10/23/2017 02:20 PM, Greg V wrote: Obtained from: FreeBSD ports --- src/mesa/main/compiler.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 43a06b4313..8652aac36c 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/comp

[Mesa-dev] [PATCH 3/5] compiler: define endian for FreeBSD

2017-10-23 Thread Greg V
Obtained from: FreeBSD ports --- src/mesa/main/compiler.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 43a06b4313..8652aac36c 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -51,6 +51,9 @@ #if defined(__li