OSDN Git Service

nv50: submit user vbo data through the fifo
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 14 Oct 2009 19:23:29 +0000 (21:23 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 19 Oct 2009 16:25:08 +0000 (18:25 +0200)
commitc0e80cf0e97cec526bb2ff0f94d9142e33374c20
tree83daa07ddc0e0f4af7e1e4d892a05dfdffed7a83
parentfba2eabe13b8a3f8c1396c5949db3daab0192156
nv50: submit user vbo data through the fifo

Requesting a new real buffer from the kernel and
copying all the data is wasteful e.g. if only a
few (but widely spread) vertices are accessed.
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_vbo.c