diff options
author | Marek Olšák <[email protected]> | 2013-07-15 02:42:44 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-07-15 23:45:16 +0200 |
commit | 22427640b248aeb9875b40b216d27bedb13a1db8 (patch) | |
tree | 4f252a192c1885752e55616886e2727f0f1f514e /src/gallium/drivers/r300/Android.mk | |
parent | c889df3fbed64be8669d21e3d3c5d6db913255da (diff) |
r300g/swtcl: fix geometry corruption by uploading indices to a buffer
The splitting of a draw call into several draw commands was broken, because
the split sometimes took place in the middle of a primitive. The splitting
was supposed to be dealing with the case when there are more indices than
the maximum size of a CS.
This commit throws that code away and uses a real index buffer instead.
https://bugs.freedesktop.org/show_bug.cgi?id=66558
Cc: [email protected]
Diffstat (limited to 'src/gallium/drivers/r300/Android.mk')
0 files changed, 0 insertions, 0 deletions