Module: wine Branch: master Commit: 12967d88e5b5b45f4c3b350cd132990f66f6483c URL: http://source.winehq.org/git/wine.git/?a=commit;h=12967d88e5b5b45f4c3b350cd1...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Jun 6 14:10:34 2017 +0300
d3drm: Consolidate GetClassName() implementation, reduce tests duplication.
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/d3drm/d3drm_main.c | 22 +++- dlls/d3drm/d3drm_private.h | 5 +- dlls/d3drm/device.c | 13 +-- dlls/d3drm/face.c | 14 +-- dlls/d3drm/frame.c | 13 +-- dlls/d3drm/light.c | 14 +-- dlls/d3drm/material.c | 14 +-- dlls/d3drm/meshbuilder.c | 28 ++--- dlls/d3drm/tests/d3drm.c | 273 ++++++++++----------------------------------- dlls/d3drm/texture.c | 13 +-- dlls/d3drm/viewport.c | 13 +-- 11 files changed, 138 insertions(+), 284 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=12967d88e5b5b45f4c3b35...