svga: Fix the guest offset of piecewise buffer DMAs.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 22 Feb 2010 19:20:25 +0000 (19:20 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 22 Feb 2010 21:47:19 +0000 (21:47 +0000)
commit8ea7d8412c5c002b43824a5df5356cbe1a05ce20
treed0928a31078566bd0608a2417f8103cd936ad20a
parent066fd70639a1681bfde0a8e1fb7fdca7897158e5
svga: Fix the guest offset of piecewise buffer DMAs.

It was being erroneously set equal to the host offset, but it should be
zero.
src/gallium/drivers/svga/svga_cmd.c
src/gallium/drivers/svga/svga_cmd.h
src/gallium/drivers/svga/svga_screen_buffer.c