Module: wine Branch: master Commit: e0d9bc3a874827a01655b2842533e57d7e105462 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e0d9bc3a874827a01655b2842...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jun 6 17:39:06 2019 +0430
wined3d: Move the "valid" field from struct wined3d_context to struct wined3d_context_gl.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/context.c | 54 ++++++++++++++++++++---------------------- dlls/wined3d/cs.c | 10 ++++---- dlls/wined3d/device.c | 2 +- dlls/wined3d/surface.c | 4 ++-- dlls/wined3d/swapchain.c | 4 ++-- dlls/wined3d/wined3d_private.h | 34 +++++++++++++------------- 6 files changed, 53 insertions(+), 55 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e0d9bc3a874827a01655b...