Module: wine Branch: master Commit: d257c47f072a789db9a3f61f73164b97cc01c586 URL: https://gitlab.winehq.org/wine/wine/-/commit/d257c47f072a789db9a3f61f73164b9...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Wed Mar 20 15:49:17 2024 -0500
wined3d: Remove texture non-power-of-two fixup.
---
dlls/wined3d/context_gl.c | 2 - dlls/wined3d/glsl_shader.c | 201 ++--------------------------------------- dlls/wined3d/resource.c | 18 +--- dlls/wined3d/shader.c | 5 - dlls/wined3d/texture.c | 8 +- dlls/wined3d/utils.c | 14 --- dlls/wined3d/view.c | 4 - dlls/wined3d/wined3d_private.h | 31 +------ 8 files changed, 11 insertions(+), 272 deletions(-)