Re: [Mesa-dev] [PATCH] mesa: remove CPU_TO_LE32() for AIX

2015-03-10 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/10/2015 06:43 PM, Brian Paul wrote: > This is the only remnant of AIX-specific code in Mesa. Probably long > unused. > --- > src/mesa/main/compiler.h | 8 > 1 file changed, 8 deletions(-) > > diff --git a/src/mesa/main/compiler.h b/src/me

[Mesa-dev] [PATCH] mesa: remove CPU_TO_LE32() for AIX

2015-03-10 Thread Brian Paul
This is the only remnant of AIX-specific code in Mesa. Probably long unused. --- src/mesa/main/compiler.h | 8 1 file changed, 8 deletions(-) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 06c4b5c..6fded88 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main