Summary: | tnl - full vertex buffers may cause additional primitives to be introduced | ||
---|---|---|---|
Product: | Mesa | Reporter: | Roland Scheidegger <sroland> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | glisse |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch to fix the additional triangles generated upon _tnl_copy_vertices |
Description
Roland Scheidegger
2006-11-17 07:52:22 UTC
Created attachment 7862 [details] [review] patch to fix the additional triangles generated upon _tnl_copy_vertices This patch kills the additional triangle generated by _tnl_copy_vertices. Verified with hypertorus, but I'm not sure it's quite the right thing to do, might have unwanted side effects? Roland, the patch makes sense to me - thanks for tracking this down. commited. Yes, this fixes hypertorus and has no effect whatsoever on bug 8250 :-). It seems it's still wrong for the save_api code (display lists), though I'm not 100% confident the same fix will work there... Mass version move, cvs -> git (In reply to comment #5) > It seems it's still wrong for the save_api code (display lists), though I'm not > 100% confident the same fix will work there... Is this still an issue? Oh hmm that bug is very old... Since the original bug was fixed let's close it. Even if the display list code was wrong too (which might not have even been the case) it didn't seem to have caused problems or might have got fixed in the interim. |
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.