Module: wine Branch: master Commit: e5805c316c4ed105528ec508ef4c624bc2060795 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5805c316c4ed105528ec508ef...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Dec 5 21:01:47 2012 +0100
d3d10core: Implement d3d10_device_VSSetSamplers().
---
dlls/d3d10core/d3d10core_private.h | 3 + dlls/d3d10core/device.c | 13 +++++- dlls/d3d10core/state.c | 18 ++++++++ dlls/wined3d/Makefile.in | 1 + dlls/wined3d/device.c | 21 +++++++++ dlls/wined3d/sampler.c | 79 ++++++++++++++++++++++++++++++++++++ dlls/wined3d/stateblock.c | 10 +++++ dlls/wined3d/wined3d.spec | 6 +++ dlls/wined3d/wined3d_private.h | 8 ++++ include/wine/wined3d.h | 7 +++ 10 files changed, 165 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5805c316c4ed105528ec5...