Module: wine Branch: master Commit: ea534c9ab4d21ee3553a6b265c59ac548d651c89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea534c9ab4d21ee3553a6b265c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jan 5 13:24:58 2015 +0100
wined3d: Allow initial texture contents to be specified with wined3d_texture_create().
---
dlls/d3d10core/d3d10core_private.h | 4 +- dlls/d3d10core/device.c | 8 ++-- dlls/d3d10core/texture.c | 14 +++--- dlls/d3d8/device.c | 4 +- dlls/d3d8/texture.c | 6 +-- dlls/d3d9/device.c | 4 +- dlls/d3d9/texture.c | 6 +-- dlls/ddraw/ddraw.c | 2 +- dlls/ddraw/surface.c | 4 +- dlls/wined3d/device.c | 6 +-- dlls/wined3d/surface.c | 12 ++--- dlls/wined3d/texture.c | 91 ++++++++++++++++++++++++++++++++++++-- dlls/wined3d/volume.c | 24 +++++----- dlls/wined3d/wined3d_private.h | 21 ++++++++- include/wine/wined3d.h | 11 ++++- 15 files changed, 164 insertions(+), 53 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ea534c9ab4d21ee3553a6b...