Module: wine Branch: master Commit: 0e9f94ec1c201c56442124eb8754be1e30840299 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0e9f94ec1c201c56442124eb8...
Author: Sven Hesse shesse@codeweavers.com Date: Tue Apr 3 01:46:23 2018 +0430
wined3d: Implement support for 1D textures.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/context.c | 20 ++- dlls/wined3d/device.c | 17 +++ dlls/wined3d/directx.c | 14 ++ dlls/wined3d/glsl_shader.c | 7 + dlls/wined3d/nvidia_texture_shader.c | 3 + dlls/wined3d/resource.c | 1 + dlls/wined3d/shader.c | 3 +- dlls/wined3d/texture.c | 284 ++++++++++++++++++++++++++++------- dlls/wined3d/utils.c | 1 + dlls/wined3d/view.c | 5 + dlls/wined3d/wined3d_private.h | 2 + include/wine/wined3d.h | 5 +- 12 files changed, 306 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0e9f94ec1c201c5644212...