[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 Kenneth Graunke changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 --- Comment #5 from Zhaowei Yuan --- patch has been posted here: https://patchwork.freedesktop.org/patch/227593/ please review it -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 --- Comment #4 from Kenneth Graunke --- (In reply to Mark Janes from comment #3) > Mesa passes the GLES3 variant of this test. Also, the test is listed in the > following dEQP source file: > > android/cts/master/src/gles2-failures.txt > > A

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 --- Comment #3 from Mark Janes --- Mesa passes the GLES3 variant of this test. Also, the test is listed in the following dEQP source file: android/cts/master/src/gles2-failures.txt Are we sure that this test should pass on GLES2? -- You a

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 --- Comment #2 from Zhaowei Yuan --- (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

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 --- Comment #1 from Kenneth Graunke --- 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_

[Mesa-dev] [Bug 106823] Failed to recongnize keyword of shader code

2018-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106823 Bug ID: 106823 Summary: Failed to recongnize keyword of shader code Product: Mesa Version: 17.1 Hardware: ARM OS: Linux (All) Status: NEW Severity: norma