On 08/09/2013 04:38 PM, Ian Romanick wrote:
From: Ian Romanick <ian.d.roman...@intel.com>
Previously we would emit a warning for empty declarations like
float;
We would also emit the same warning for things like
highp float;
However, this second case is most likely the application trying to set the
default precision. We should instead generate an error.
Fixes piglit precision-05.vert.
Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
Cc: "9.2" <mesa-sta...@lists.freedesktop.org>
AMD succesfully compiles precision-05.vert, so I think this probably
needs to be allowed.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev