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

--- Comment #2 from Zhaowei Yuan <zhaowei.y...@samsung.com> ---
(In reply to Kenneth Graunke from comment #1)
> 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?

Thanks, I've verified it and I'll send a patch later

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

Reply via email to