https://bugs.freedesktop.org/show_bug.cgi?id=106823

--- Comment #1 from Kenneth Graunke <[email protected]> ---
That is indeed a bug, GLSL ES 1.0.17 specifies that "double" is a keyword
reserved for future use.  The fix is to change glsl_lexer.ll to be

double          TYPE_WITH_ALT(130, 100, 130, 300,
yyextra->ARB_gpu_shader_fp64_enable, glsl_type::double_type)

instead of 130, 300, 130, 300.  Want to send a patch or should I?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to