summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render_translate.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-3/+2
* r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2010-12-191-1/+1
* r300g: validate buffers only if any of bound buffers is changedMarek Olšák2010-12-071-0/+4
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-201-108/+4
* r300g: output floats instead of halfs when passed through translateMarek Olšák2010-06-191-2/+25
* r300g: move index buffer translate functions to their new homeMarek Olšák2010-06-131-3/+137
* r300g: add fallback for unaligned/unsupported vertex stride/offset/formatMarek Olšák2010-06-131-0/+165