Re: [Mesa-dev] [PATCH v4 5/7] glsl: Add precision information to ir_variable

2015-11-05 Thread Tapani Pälli
On 11/05/2015 03:13 PM, Tapani Pälli wrote: From: Iago Toral Quiroga We will need this later on when we implement proper support for precision qualifiers in the drivers and also to do link time checks for uniforms as indicated by the spec. This patch also adds compile-time checks for variable

[Mesa-dev] [PATCH v4 5/7] glsl: Add precision information to ir_variable

2015-11-05 Thread Tapani Pälli
From: Iago Toral Quiroga We will need this later on when we implement proper support for precision qualifiers in the drivers and also to do link time checks for uniforms as indicated by the spec. This patch also adds compile-time checks for variables without precision information (currently, Mes