Re: [Mesa-dev] [PATCH 1/2] mesa: clear existing swizzle info before bitwise-OR

2015-08-04 Thread Oded Gabbay
On Mon, Aug 3, 2015 at 6:29 PM, Emil Velikov wrote: > On 2 August 2015 at 11:37, Oded Gabbay wrote: > > This patch fixes a bug in big-endian handling, where the previous > > swizzle info wasn't cleared before a new swizzle info was inserted into > > the format field using a bitwise-OR operation.

Re: [Mesa-dev] [PATCH 1/2] mesa: clear existing swizzle info before bitwise-OR

2015-08-03 Thread Emil Velikov
On 2 August 2015 at 11:37, Oded Gabbay wrote: > This patch fixes a bug in big-endian handling, where the previous > swizzle info wasn't cleared before a new swizzle info was inserted into > the format field using a bitwise-OR operation. > > Signed-off-by: Oded Gabbay > CC: "10.5 10.6" > --- > s

[Mesa-dev] [PATCH 1/2] mesa: clear existing swizzle info before bitwise-OR

2015-08-02 Thread Oded Gabbay
This patch fixes a bug in big-endian handling, where the previous swizzle info wasn't cleared before a new swizzle info was inserted into the format field using a bitwise-OR operation. Signed-off-by: Oded Gabbay CC: "10.5 10.6" --- src/mesa/main/formats.h | 3 +++ 1 file changed, 3 insertions(+