<div dir="ltr">Hi all,<div><br></div><div>I have an issue where an ARBfp shader does the following:</div><div><br></div><div>"""</div><div>!!ARBfp1.0<br></div><div style>OPTION ARB_precision_hint_fastest;</div>
<div style>OPTION ARB_precision_hint_fastest;</div><div style>"""</div><div style><br></div><div style>This is then being rejected by the mesa parser.</div><div style>The spec I found at <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt">http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt</a> says "Only one precision control option may be specified by any given  fragment program.", but that seems to be unclear if you are only specifying one of the options multiple times.</div>
<div style><br></div><div style>Can anyone help clarify is this is a bug in mesa, or the application?</div><div style><br></div><div style>Thanks,</div><div style>Jonathan Hamilton</div><div style><br></div></div>