OSDN Git Service

nouveau: fix offset in nouveau_buffer_transfer_map
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 14 Oct 2012 16:58:04 +0000 (18:58 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 14 Oct 2012 16:58:04 +0000 (18:58 +0200)
commit43e6c51aed90f56e799f5cabb0b65fc352199750
tree2bd392e387d89ecaed687fd5566075e492e47eea
parentfb85b204d3dd2016ca828bba602262f182f8b4b4
nouveau: fix offset in nouveau_buffer_transfer_map

Before 369e46888904c6d379b8b477d9242cff1608e30e, the transfer was
initialized before the call to map and had the correct value already.
src/gallium/drivers/nouveau/nouveau_buffer.c