Module: wine Branch: master Commit: c90d34178d7cf641e818e99d238dd2990706271b URL: https://source.winehq.org/git/wine.git/?a=commit;h=c90d34178d7cf641e818e99d2...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Tue Dec 10 21:44:15 2019 +0330
wined3d: Record dirty regions for d3d9 textures.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d9/texture.c | 9 ++++- dlls/wined3d/device.c | 19 ++++++++++ dlls/wined3d/texture.c | 78 ++++++++++++++++++++++++++++++++++++++---- dlls/wined3d/wined3d_private.h | 10 ++++++ include/wine/wined3d.h | 1 + 5 files changed, 109 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c90d34178d7cf641e818e...