[Mesa-dev] [PATCH v2 06/28] glsl: Add double builtin type

Pohjolainen, Topi topi.pohjolainen at intel.com
Fri Feb 6 00:04:13 PST 2015


On Thu, Feb 05, 2015 at 11:56:28PM -0500, Ilia Mirkin wrote:
> From: Dave Airlie <airlied at gmail.com>
> 
> This causes a lot of warnings about unchecked type in
> switch statements - fix them later.

The rest of the series fixes things in the compiler frontend but leaves
a lot unchecked in the compiler backend (at least in i965). Also we now
get complains in NIR.
Putting something intermediate to silence things that get fixed by the
series itself probably doesn't make sense but I wonder if we should
address NIR at least. Thoughts?

There are also number of warnings originating from earlier patches in
the series.


More information about the mesa-dev mailing list