Module: wine Branch: master Commit: 62a02a047faad817443a4498a11aa07423e2d608 URL: http://source.winehq.org/git/wine.git/?a=commit;h=62a02a047faad817443a4498a1...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Aug 18 11:24:11 2015 +0200
d3d10core: Implement d3d10_device_UpdateSubresource().
---
dlls/d3d10core/device.c | 22 +++- dlls/d3d10core/tests/device.c | 269 ++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/device.c | 80 +++++++++++++ dlls/wined3d/wined3d.spec | 1 + include/wine/wined3d.h | 3 + 5 files changed, 374 insertions(+), 1 deletion(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=62a02a047faad817443a44...