Re: [Mesa-dev] [PATCH 13/17] glsl: Add default precision qualifiers to the symbol table

2015-07-29 Thread Ian Romanick
On 07/29/2015 02:50 PM, Ian Romanick wrote: > On 07/29/2015 07:01 AM, Samuel Iglesias Gonsalvez wrote: >> From: Iago Toral Quiroga >> >> The GLSL ES spec specifies default precision qualifiers for certain types, >> so populate the symbol table with these. >> >> Notice that the desktop GLSL spec al

Re: [Mesa-dev] [PATCH 13/17] glsl: Add default precision qualifiers to the symbol table

2015-07-29 Thread Ian Romanick
On 07/29/2015 07:01 AM, Samuel Iglesias Gonsalvez wrote: > From: Iago Toral Quiroga > > The GLSL ES spec specifies default precision qualifiers for certain types, > so populate the symbol table with these. > > Notice that the desktop GLSL spec also indicates defaults for some types > but this is

[Mesa-dev] [PATCH 13/17] glsl: Add default precision qualifiers to the symbol table

2015-07-29 Thread Samuel Iglesias Gonsalvez
From: Iago Toral Quiroga The GLSL ES spec specifies default precision qualifiers for certain types, so populate the symbol table with these. Notice that the desktop GLSL spec also indicates defaults for some types but this is not really useful since precision qualifiers are completely ignored in