Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-24 Thread Iago Toral
El 2014-10-08 07:11, Jason Ekstrand escribió: On Oct 8, 2014 6:36 AM, "Iago Toral" wrote: > > El 2014-10-07 21:46, Jason Ekstrand escribió: > >> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" >> wrote: >>  > >>  > There is a comment warning about the fact that this is not doing >> what w

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Roland Scheidegger
Am 08.10.2014 um 07:11 schrieb Jason Ekstrand: > > On Oct 8, 2014 6:36 AM, "Iago Toral" > wrote: >> >> El 2014-10-07 21:46, Jason Ekstrand escribió: >> >>> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" > >>> wrote: There is a comme

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Brian Paul
On 10/07/2014 11:11 PM, Jason Ekstrand wrote: On Oct 8, 2014 6:36 AM, "Iago Toral" mailto:ito...@igalia.com>> wrote: > > El 2014-10-07 21:46, Jason Ekstrand escribió: > >> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" mailto:ito...@igalia.com>> >> wrote: >> > >> > There is a comment war

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Michel Dänzer
On 08.10.2014 13:36, Iago Toral wrote: Could not test with llvmpipe, for some reason, even when I am bulding with llvm and I see the llvmpipe sources being built Mesa insists in using the softpipe driver at runtime... If you're using an LLVM SVN snapshot, llvmpipe currently doesn't work with

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-07 Thread Jason Ekstrand
On Oct 8, 2014 6:36 AM, "Iago Toral" wrote: > > El 2014-10-07 21:46, Jason Ekstrand escribió: > >> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" >> wrote: >> > >> > There is a comment warning about the fact that this is not doing >> what we >> > expect, so fix it. This should be doing the same

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-07 Thread Iago Toral
El 2014-10-07 21:46, Jason Ekstrand escribió: On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" wrote: > > There is a comment warning about the fact that this is not doing what we > expect, so fix it. This should be doing the same as unpack_B5G6R5_UNORM > but swapping B and R. > --- > > Jason

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-07 Thread Jason Ekstrand
On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" wrote: > > There is a comment warning about the fact that this is not doing what we > expect, so fix it. This should be doing the same as unpack_B5G6R5_UNORM > but swapping B and R. > --- > > Jason started some work to auto-generate the format_pack.c a

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-07 Thread Brian Paul
On 10/07/2014 04:04 AM, Iago Toral Quiroga wrote: There is a comment warning about the fact that this is not doing what we expect, so fix it. This should be doing the same as unpack_B5G6R5_UNORM but swapping B and R. --- Jason started some work to auto-generate the format_pack.c and format_unpac

[Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-07 Thread Iago Toral Quiroga
There is a comment warning about the fact that this is not doing what we expect, so fix it. This should be doing the same as unpack_B5G6R5_UNORM but swapping B and R. --- Jason started some work to auto-generate the format_pack.c and format_unpack.c files which I think has this fixed. I am continu