r300g: Fix indexbuf upper limits.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 4 Mar 2010 20:46:20 +0000 (12:46 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 4 Mar 2010 20:49:44 +0000 (12:49 -0800)
commit566390bedf4e5f24b5234e9dc08ecb1a6fd4d13b
tree65e538490408f5917e90fd7dafa80624a8e4fe5a
parent4c0c728b2a3c8ebee09ddacd1390be31b1a73e23
r300g: Fix indexbuf upper limits.

Wine tends to pessimistically use ~0 for its max index, but r300s
only can go up to 2^24-1, causing the kernel checker to freak out.

Civ4 is marginally improved now. Still crashes, but not as bad.
src/gallium/drivers/r300/r300_render.c