Henri Verbeet : wined3d: Introduce a helper function to allocate arrays.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 24 11:08:35 CDT 2016


Module: wine
Branch: master
Commit: 8ae3a9b62487a006bfa666407dd67ce2d1fd62c3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8ae3a9b62487a006bfa666407dd67ce2d1fd62c3

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon May 23 18:06:27 2016 +0200

wined3d: Introduce a helper function to allocate arrays.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/arb_program_shader.c |  5 ++---
 dlls/wined3d/buffer.c             | 23 +++++++++++------------
 dlls/wined3d/context.c            | 23 ++++++++---------------
 dlls/wined3d/cs.c                 |  3 +--
 dlls/wined3d/device.c             | 10 ++++------
 dlls/wined3d/directx.c            |  4 ++--
 dlls/wined3d/glsl_shader.c        |  8 +++-----
 dlls/wined3d/shader.c             | 13 ++++++-------
 dlls/wined3d/state.c              |  6 +-----
 dlls/wined3d/surface.c            |  2 +-
 dlls/wined3d/swapchain.c          | 17 ++++++++---------
 dlls/wined3d/texture.c            |  5 +++--
 dlls/wined3d/utils.c              |  3 +--
 dlls/wined3d/vertexdeclaration.c  |  7 +++----
 dlls/wined3d/volume.c             |  2 +-
 dlls/wined3d/wined3d_main.c       |  6 ++++--
 dlls/wined3d/wined3d_private.h    |  7 +++++++
 17 files changed, 66 insertions(+), 78 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=8ae3a9b62487a006bfa666407dd67ce2d1fd62c3



More information about the wine-cvs mailing list