Module: wine Branch: master Commit: 5ffa2aba23fc67160c81e2f51fc276d072d303a5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5ffa2aba23fc67160c81e2f51f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Nov 14 20:45:25 2011 +0100
d3d10: Implement D3D10StateBlockMaskDisableCapture().
---
dlls/d3d10/d3d10.spec | 2 +- dlls/d3d10/d3d10_private.h | 1 + dlls/d3d10/stateblock.c | 106 ++++++++++++++++++++++++++++++++++++++++++++ dlls/d3d10/tests/device.c | 50 +++++++++++++++++++++ dlls/d3d10/utils.c | 34 ++++++++++++++ include/d3d10effect.h | 30 ++++++++++++ 6 files changed, 222 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5ffa2aba23fc67160c81e2...