r600g: add upload manager support.
authorDave Airlie <airlied@redhat.com>
Fri, 17 Sep 2010 04:01:50 +0000 (14:01 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 17 Sep 2010 05:29:31 +0000 (15:29 +1000)
commit0d76bb5d4c5c867155f7fb381c46018e1560b790
tree41449f2f5ba46b87ab76a864931ce36ba738223c
parenta927d0477a47e29d72e518880979e11e8c0f98e7
r600g: add upload manager support.

this add support for the upload manager for uploading user vbo/index buffers.

this provides a considerable speedup in q3 type games.
src/gallium/drivers/r600/r600_buffer.c
src/gallium/drivers/r600/r600_context.c
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_draw.c
src/gallium/drivers/r600/r600_resource.h
src/gallium/drivers/r600/r600_state.c