Module: wine Branch: master Commit: 35e651caf130e1370c3fa7866ce0e1d29aa2aacd URL: http://source.winehq.org/git/wine.git/?a=commit;h=35e651caf130e1370c3fa7866c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 26 13:25:18 2017 +0100
wined3d: Get rid of the "ds_current_size" field from struct wined3d_surface.
This should be unused now that surface_load_ds_location() is gone.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/cs.c | 2 +- dlls/wined3d/device.c | 66 ++---------------------------------------- dlls/wined3d/drawprim.c | 17 ++--------- dlls/wined3d/surface.c | 23 +++------------ dlls/wined3d/swapchain.c | 3 +- dlls/wined3d/wined3d_private.h | 3 +- 6 files changed, 12 insertions(+), 102 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=35e651caf130e1370c3fa7...