Module: wine Branch: master Commit: ed9a6a2d6711d7c4739bb27bd9112051ad2be222 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ed9a6a2d6711d7c4739bb27bd...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jun 12 16:17:32 2019 +0430
wined3d: Pass a wined3d_context_gl structure to wined3d_texture_prepare_texture().
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/cs.c | 5 ++-- dlls/wined3d/surface.c | 11 +++++---- dlls/wined3d/texture.c | 54 +++++++++++++++++++++++------------------- dlls/wined3d/view.c | 2 +- dlls/wined3d/wined3d_private.h | 4 ++-- 5 files changed, 41 insertions(+), 35 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ed9a6a2d6711d7c4739bb...