Module: wine Branch: master Commit: 4b11a991084cbe1f14acc261c2acd4c9d0611ece URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b11a991084cbe1f14acc261c2...
Author: Paul Gofman gofmanp@gmail.com Date: Tue Jul 11 14:26:59 2017 +0300
d3dx9: Support skip_constants parameter for effect.
Signed-off-by: Paul Gofman gofmanp@gmail.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_36/d3dx9_private.h | 4 +- dlls/d3dx9_36/effect.c | 155 ++++++++++++++++++++++++++++++++++++------ dlls/d3dx9_36/preshader.c | 95 +++++++++++++++++--------- dlls/d3dx9_36/shader.c | 1 + dlls/d3dx9_36/tests/effect.c | 12 +--- 5 files changed, 202 insertions(+), 65 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4b11a991084cbe1f14acc2...