On Thu, Nov 20, 2014 at 11:33 PM, Iago Toral wrote:
> On Thu, 2014-11-20 at 10:40 -0800, Jason Ekstrand wrote:
> >
> >
> > On Wed, Nov 19, 2014 at 11:24 PM, Iago Toral
> > wrote:
> > Hi Jason,
> >
> > we discussed this some weeks ago actually, the detailed
> > explanation
On Thu, 2014-11-20 at 10:40 -0800, Jason Ekstrand wrote:
>
>
> On Wed, Nov 19, 2014 at 11:24 PM, Iago Toral
> wrote:
> Hi Jason,
>
> we discussed this some weeks ago actually, the detailed
> explanation is
> here:
> https://bugs.freedesktop.org/sh
On Wed, Nov 19, 2014 at 11:24 PM, Iago Toral wrote:
> Hi Jason,
>
> we discussed this some weeks ago actually, the detailed explanation is
> here:
> https://bugs.freedesktop.org/show_bug.cgi?id=84566#c5
>
> the short answer is that this is necessary because there is a normalized
> parameter to _m
Hi Jason,
we discussed this some weeks ago actually, the detailed explanation is
here:
https://bugs.freedesktop.org/show_bug.cgi?id=84566#c5
the short answer is that this is necessary because there is a normalized
parameter to _mesa_swizzle_and_convert, and when we deal with float
types we want t
I'm not sure what I think about this. Does it make a functional change
other than consistancy?
--Jason
On Tue, Nov 18, 2014 at 1:23 AM, Iago Toral Quiroga
wrote:
> In order to check if a format is normalized Mesa does something like this:
> normalized = !_mesa_is_enum_format_integer(srcFormat);
In order to check if a format is normalized Mesa does something like this:
normalized = !_mesa_is_enum_format_integer(srcFormat);
So all float types will set normalized to true. Since our mesa_array_format
includes a normalized flag for each type we want to make it consistent with
this.
---
src/m