Summary: | [PNV]Piglit/spec/opengl_1.1/line-aa-width fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i915 | Assignee: | marius predut <marius.predut> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | christophe.prigent |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=92594 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2015-05-08 05:51:36 UTC
A patch was sent to the mesa mailing list Something unexpected is happened here on i915 related to ctx->Line.SmoothFlag. Even if GL client app call glEnable(GL_LINE_SMOOTH);glEnable(GL_BLEND);glBlendFunc(GL_SRC_ALPHA, GL_ZERO); at the driver level the ctx flag was not set. But, if call glLineWidth (lineWidth), lineWidth != 1 , the flag is set! This is the reason for I ignore the SmoothFlag into the patch. Also, the piglit test needs adjustment for PNV platform , a patch with updates was sent to piglit mailing list. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/753. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.