summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_translate.c
AgeCommit message (Collapse)Author
2010-11-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
Tested with piglit + ut2004 still seems to render okay (and it definitely does this)
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
no point duplicating code that doesn't touch hw, also make it easier to spot mistakes