Module: wine Branch: master Commit: 0985606be4016280494b0ac5fb4becb576e60ab7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0985606be4016280494b0ac5fb...
Author: Matteo Bruni mbruni@codeweavers.com Date: Thu Nov 12 23:06:50 2015 +0100
wined3d: Flat shading emulation for core contexts.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/arb_program_shader.c | 3 +- dlls/wined3d/ati_fragment_shader.c | 1 + dlls/wined3d/directx.c | 1 + dlls/wined3d/glsl_shader.c | 56 +++++++++++++++++++++++++----------- dlls/wined3d/nvidia_texture_shader.c | 1 + dlls/wined3d/shader.c | 10 ++++++- dlls/wined3d/state.c | 4 +-- dlls/wined3d/utils.c | 16 +++++++++++ dlls/wined3d/wined3d_private.h | 17 ++++++++--- 9 files changed, 85 insertions(+), 24 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0985606be4016280494b0a...