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 ito...@igalia.com wrote: El 2014-10-07 21:46, Jason Ekstrand escribió: On Oct 7, 2014 12:04 PM, Iago Toral Quiroga ito...@igalia.com wrote:     There is a comment warning about the fact that this is

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

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 ito...@igalia.com mailto:ito...@igalia.com wrote: El 2014-10-07 21:46, Jason Ekstrand escribió: On Oct 7, 2014 12:04 PM, Iago Toral Quiroga ito...@igalia.com mailto:ito...@igalia.com wrote: There is 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

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 ito...@igalia.com 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

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 ito...@igalia.com 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. ---

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 ito...@igalia.com wrote: El 2014-10-07 21:46, Jason Ekstrand escribió: On Oct 7, 2014 12:04 PM, Iago Toral Quiroga ito...@igalia.com wrote: There is a comment warning about the fact that this is not doing what we expect, so fix it. This should be