[Mesa-dev] [PATCH 3/3] tgsi: add support for flt64 constants

Ilia Mirkin imirkin at alum.mit.edu
Wed Feb 4 20:23:46 PST 2015


On Wed, Feb 4, 2015 at 8:08 PM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> These act like flt32 except they take up two slots, and you
> can only add 2 x flt64 constants in one slot.
>
> The main reason they are different is we don't want to match half a flt64
> constants against a flt32 constant in the matching code, we need to make
> sure we treat both parts of the flt64 as an single structure.
>
> Cleaned up printing/parsing by Ilia Mirkin <imirkin at alum.mit.edu>
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>

Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

(for patch 2 and 3. had comments on 1)


More information about the mesa-dev mailing list