Module: wine Branch: master Commit: 853f6538e4415c146ce56e8839b9bcd3bccff4fe URL: https://source.winehq.org/git/wine.git/?a=commit;h=853f6538e4415c146ce56e883...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Apr 14 12:12:38 2018 +0300
wined3d: Add support for setting multiple viewports.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/device.c | 4 +- dlls/d3d8/device.c | 2 +- dlls/d3d9/device.c | 2 +- dlls/ddraw/device.c | 2 +- dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/cs.c | 35 +++++++++------ dlls/wined3d/device.c | 52 +++++++++++++--------- dlls/wined3d/glsl_shader.c | 44 ++++++++++++++----- dlls/wined3d/state.c | 92 +++++++++++++++++++++++++++++---------- dlls/wined3d/stateblock.c | 12 +++-- dlls/wined3d/utils.c | 17 ++++---- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_private.h | 29 +++++++----- include/wine/wined3d.h | 5 ++- 14 files changed, 202 insertions(+), 98 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=853f6538e4415c146ce56...