Sven Hesse : wined3d: Implement support for 1D textures.

Alexandre Julliard julliard at winehq.org
Tue Apr 3 15:39:06 CDT 2018


Module: wine
Branch: master
Commit: 0e9f94ec1c201c56442124eb8754be1e30840299
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0e9f94ec1c201c56442124eb8754be1e30840299

Author: Sven Hesse <shesse at codeweavers.com>
Date:   Tue Apr  3 01:46:23 2018 +0430

wined3d: Implement support for 1D textures.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=0e9f94ec1c201c56442124eb8754be1e30840299



More information about the wine-cvs mailing list