https://bugs.freedesktop.org/show_bug.cgi?id=38403
Summary: Vertex arrays with more than 65532 vertices are not fully rendered. Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: other Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: samuel.pitoiset@gmail.com
Hello,
I have rendering problems when I try to display more then 65532 vertices with my Radeon X600.
I attached the apitrace file http://www.quickfilepost.com/done.do?get=4f69f193a4cd2ef1b5e8372a824317d2&am....
You can see the patch here http://paste.pocoo.org/show/410186/ and the screenshot here http://www.quickfilepost.com/done.do?get=72e61088b58f7fb7b11781a47381b3f6&am....
Thanks.
https://bugs.freedesktop.org/show_bug.cgi?id=38403
--- Comment #1 from Arthur Huillet arthur.huillet@free.Fr 2011-06-17 06:20:22 PDT --- The patch mentioned above seems to fix the issue on r300.
If it does not seem obviously wrong to you, please apply it.
https://bugs.freedesktop.org/show_bug.cgi?id=38403
--- Comment #2 from hakzsam samuel.pitoiset@gmail.com 2011-06-17 06:24:57 PDT --- Created an attachment (id=48091) View: https://bugs.freedesktop.org/attachment.cgi?id=48091 Review: https://bugs.freedesktop.org/review?bug=38403&attachment=48091
fixes the primitives being ignored
https://bugs.freedesktop.org/show_bug.cgi?id=38403
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #48091|0 |1 is obsolete| |
--- Comment #3 from Marek Olšák maraeo@gmail.com 2011-06-18 12:11:38 PDT --- Created an attachment (id=48143) View: https://bugs.freedesktop.org/attachment.cgi?id=48143 Review: https://bugs.freedesktop.org/review?bug=38403&attachment=48143
possible fix
Does this patch fix the issue?
https://bugs.freedesktop.org/show_bug.cgi?id=38403
--- Comment #4 from hakzsam samuel.pitoiset@gmail.com 2011-06-18 12:17:56 PDT --- Indeed, this patch fixes the issue. Thanks.
https://bugs.freedesktop.org/show_bug.cgi?id=38403
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Marek Olšák maraeo@gmail.com 2011-06-18 12:45:21 PDT --- Ok, I pushed it. Closing.
dri-devel@lists.freedesktop.org