OSDN Git Service

i965: upload normal arrays as interleaved
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 11 Feb 2011 14:14:18 +0000 (14:14 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Feb 2011 12:59:35 +0000 (12:59 +0000)
commitdfc6c96e5c470f6136cad26b753c024538fd09a0
tree64fcf6e1720e3e6b1ed7eb825991a25586270733
parent94d73d700e804ce78c214c58e84382c81dcb8280
i965: upload normal arrays as interleaved

Upload the non-vbo arrays into a single interleaved buffer object, and
so need to just emit a single vertex buffer relocation.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_draw_upload.c