summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_index_modify.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-30gallium: add void *user_buffer in pipe_index_bufferMarek Olšák1-6/+10
Adapted drivers: i915, llvmpipe, r300, r600, radeonsi, softpipe. User index buffers have been disabled in nv30, nv50, nvc0 and svga to keep things working.
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee1-0/+3
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák1-0/+24
I am about to use the upload buffer in r300g instead.
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie1-0/+41
These can be used by other drivers, like r600g. Signed-off-by: Dave Airlie <airlied@redhat.com>