Bug 103654 - GL_POINT_SMOOTH not handled
Summary: GL_POINT_SMOOTH not handled
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact: Default DRI bug account
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-09 20:46 UTC by Aaron Kling
Modified: 2019-09-18 19:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Glut test program for GL_POINT_SMOOTH (1006 bytes, text/x-csrc)
2017-11-09 20:46 UTC, Aaron Kling
Details

Description Aaron Kling 2017-11-09 20:46:20 UTC
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.
Comment 1 GitLab Migration User 2019-09-18 19:24:36 UTC
-- 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.