util/r300g: split the r300 index buffer modifier functions out to util
authorDave Airlie <airlied@redhat.com>
Thu, 12 Aug 2010 10:20:23 +0000 (20:20 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 19 Sep 2010 23:38:18 +0000 (09:38 +1000)
commit91b70d84087967f65aba0ce4f9976d5e2c107f09
tree6c26633d31ac1504b169ca201bd724309a6e79e6
parentf1cf04dbc0549d1520159be6b4811d6d37ddb5bf
util/r300g: split the r300 index buffer modifier functions out to util

These can be used by other drivers, like r600g.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_index_modify.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_index_modify.h [new file with mode: 0644]
src/gallium/drivers/r300/r300_render_translate.c