[Mesa-dev] Multiple 'OPTION ARB_precision_hint_*' lines in ARB FP shaders

2013-02-22 Thread Jonathan Hamilton
Hi all, I have an issue where an ARBfp shader does the following: !!ARBfp1.0 OPTION ARB_precision_hint_fastest; OPTION ARB_precision_hint_fastest; This is then being rejected by the mesa parser. The spec I found at http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt says

Re: [Mesa-dev] Multiple 'OPTION ARB_precision_hint_*' lines in ARB FP shaders

2013-02-22 Thread Ian Romanick
On 02/22/2013 04:44 PM, Jonathan Hamilton wrote: Hi all, I have an issue where an ARBfp shader does the following: !!ARBfp1.0 OPTION ARB_precision_hint_fastest; OPTION ARB_precision_hint_fastest; This is then being rejected by the mesa parser. The spec I found at