[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #6 from Tom Stellard 2011-11-20 09:54:59 PST --- (In reply to comment #4) > This fixes the error, but the leader portraits still aren't being rendered, so > I guess there is some other problem causing this. I'll have to bisect to

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #5 from Marek Ol??k 2011-11-20 09:33:32 PST --- The problem is there are no vertex attribs which are per-vertex (i.e. not constant and not per-instance), therefore there is nothing to compute the max index from. -- Configure

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #4 from Tom Stellard 2011-11-20 08:11:12 PST --- (In reply to comment #3) > I pushed the branch anyway because it fixes some other bugs. > > What happens if you do in r300_draw_vbo: > > info.max_index = max_count == ~0 ? 0xff

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #3 from Marek Ol??k 2011-11-20 07:35:27 PST --- I pushed the branch anyway because it fixes some other bugs. What happens if you do in r300_draw_vbo: info.max_index = max_count == ~0 ? 0xff : max_count - 1; -- Configure

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #2 from Tom Stellard 2011-11-19 20:48:46 PST --- (In reply to comment #1) > Could you try this branch? > > git://people.freedesktop.org/~mareko/mesa vbufmgr-fixes Still they same problem, but now max_index is -2 instead of -1. --

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #1 from Marek Ol??k 2011-11-19 20:22:03 PST --- Could you try this branch? git://people.freedesktop.org/~mareko/mesa vbufmgr-fixes -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #3 from Marek Olšák mar...@gmail.com 2011-11-20 07:35:27 PST --- I pushed the branch anyway because it fixes some other bugs. What happens if you do in r300_draw_vbo: info.max_index = max_count == ~0 ? 0xff : max_count - 1; --

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #4 from Tom Stellard tstel...@gmail.com 2011-11-20 08:11:12 PST --- (In reply to comment #3) I pushed the branch anyway because it fixes some other bugs. What happens if you do in r300_draw_vbo: info.max_index = max_count ==

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #5 from Marek Olšák mar...@gmail.com 2011-11-20 09:33:32 PST --- The problem is there are no vertex attribs which are per-vertex (i.e. not constant and not per-instance), therefore there is nothing to compute the max index from. --

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #6 from Tom Stellard tstel...@gmail.com 2011-11-20 09:54:59 PST --- (In reply to comment #4) This fixes the error, but the leader portraits still aren't being rendered, so I guess there is some other problem causing this. I'll

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 Marek Olšák mar...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43096 Tom Stellard changed: What|Removed |Added Attachment #53692|application/octet-stream|text/plain mime type|

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 Tom Stellard tstel...@gmail.com changed: What|Removed |Added Attachment #53692|application/octet-stream|text/plain

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #1 from Marek Olšák mar...@gmail.com 2011-11-19 20:22:03 PST --- Could you try this branch? git://people.freedesktop.org/~mareko/mesa vbufmgr-fixes -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 43096] r300g: r300_emit_draw_elements() refusing to render when max_index = 0xffffffff

2011-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43096 --- Comment #2 from Tom Stellard tstel...@gmail.com 2011-11-19 20:48:46 PST --- (In reply to comment #1) Could you try this branch? git://people.freedesktop.org/~mareko/mesa vbufmgr-fixes Still they same problem, but now max_index is -2