r600g: it looks like r600 can handle dword offsets in the indices.

Tested with piglit + ut2004 still seems to render okay (and it
definitely does this)
This commit is contained in:
Dave Airlie
2010-11-29 11:38:24 +10:00
parent 5d4d8b6205
commit a7cb673aa1
@@ -197,14 +197,7 @@ void r600_translate_index_buffer(struct r600_pipe_context *r600,
*index_size = 2;
*start = 0;
break;
case 2:
if (*start % 2 != 0) {
util_rebuild_ushort_elts(&r600->context, index_buffer, 0, *start, count);
*start = 0;
}
break;
case 4:
break;
}