OSDN Git Service

nvc0: replace VERTEX_DATA push mode with translate to buffer
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 14 Apr 2012 04:08:08 +0000 (06:08 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 14 Apr 2012 04:14:21 +0000 (06:14 +0200)
commitce713cd520792707e9097ef9e843ef7ab57b0eab
tree1d2422b070bb5bfc2858616ca991825a02dd83bb
parentedbfeed56f1ebd8517840ef48f8c87e24bb98157
nvc0: replace VERTEX_DATA push mode with translate to buffer

While pushing vertices through the FIFO is relatively fast on nv50,
it's horribly slow on nvc0.
src/gallium/drivers/nvc0/Makefile.sources
src/gallium/drivers/nvc0/nvc0_context.h
src/gallium/drivers/nvc0/nvc0_stateobj.h
src/gallium/drivers/nvc0/nvc0_vbo.c
src/gallium/drivers/nvc0/nvc0_vbo_translate.c [new file with mode: 0644]