Summary: | [PATCH] Line clipping sometimes produces unexpected results | ||
---|---|---|---|
Product: | Mesa | Reporter: | David Moore <dcm> |
Component: | Drivers/DRI/i965 | Assignee: | Eric Anholt <eric> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Patch to correct line clipping for i965
Test case that demonstrates the missing lines |
Description
David Moore
2007-04-08 16:24:51 UTC
Created attachment 9518 [details] [review] Patch to correct line clipping for i965 I see some chatter about a "-ve rhw" workaround in the code that might have something to do with this bug. Regardless, the attached patch seems to work. Created attachment 11044 [details]
Test case that demonstrates the missing lines
Here is a sample program that demonstrates the bug. This program draws 10 long lines at a slightly askew angle. However, only 7 lines appear on screen. If the angle of the glRotatef() command is modified slightly, all 10 lines will appear. I would be very appreciative if an engineer from Intel could try to reproduce this on their end. Thanks.
Eric, would you please review the patch? Committed. Thanks! Mass version move, cvs -> git |
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.