Henri Verbeet : wined3d: Move the stream source binding code to context.c.
Module: wine Branch: master Commit: 437861f1dccb89a1b7c8b62ca9a6b08646aa44b4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=437861f1dccb89a1b7c8b62ca... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Thu Apr 19 16:08:12 2018 +0430 wined3d: Move the stream source binding code to context.c. Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/context.c | 521 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/state.c | 530 +---------------------------------------- dlls/wined3d/wined3d_private.h | 5 + 3 files changed, 532 insertions(+), 524 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=437861f1dccb89a1b7c8b...
participants (1)
-
Alexandre Julliard