[Mesa-dev] Mesa (master): docs: Update GL3.txt.

Bryan Cain plombex342 at gmail.com
Wed Jul 11 05:44:41 PDT 2012


On 07/11/2012 12:24 AM, Eric Anholt wrote:
> Kenneth Graunke <kwg at kemper.freedesktop.org> writes:
>> inverse() has been done for a while.
> Does the inverse() builtin constant expression handling work for
> you?  It doesn't here.
>
>> None of us know what "highp change" means;
> GLSL 1.40 spec: "Make the default precision qualification for fragment
> shader be high." -- it was also on our task list.

Like the commit message said, precision qualifiers are entirely ignored
by the GLSL compiler - they don't even make it to the IR stage.  So
there's no such thing as a "default" here since it doesn't have a value
at all for any variable in the IR.




More information about the mesa-dev mailing list