Summary: | GL_POINT_SMOOTH not handled | ||
---|---|---|---|
Product: | Mesa | Reporter: | Aaron Kling <webgeek1234> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Glut test program for GL_POINT_SMOOTH |
-- 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/617. |
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.
Created attachment 135359 [details] Glut test program for GL_POINT_SMOOTH I'm working on a legacy system with an RV730, reports as a Radeon E4690, on RHEL 6.9. The software I'm supporting tries to draw points on a globe (using the NASA worldwind map software). On fglrx, these render correctly; on mesa, they render as squares. Close as I can tell, r600 is not handling GL_POINT_SMOOTH correctly. I have tested on Fedora all the way to rawhide, which just built mesa 17.3 rc3 and the problem still persists. Attached is a simple glut test I threw together and tested against swrast, r600, and nva5. Swrast and nva5 render a circle, r600 renders a square.