Module: wine Branch: master Commit: b81e5605310754363b2275329eb042a94c9e1993 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b81e5605310754363b2275329e...
Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Jan 17 13:27:16 2014 +0100
wined3d: Migrate surfaces to the new location flags.
---
dlls/wined3d/arb_program_shader.c | 3 +- dlls/wined3d/context.c | 40 ++--- dlls/wined3d/cs.c | 2 +- dlls/wined3d/device.c | 10 +- dlls/wined3d/drawprim.c | 4 +- dlls/wined3d/surface.c | 307 +++++++++++++++++++------------------ dlls/wined3d/swapchain.c | 40 ++--- dlls/wined3d/utils.c | 23 +-- dlls/wined3d/wined3d_private.h | 22 +-- 9 files changed, 221 insertions(+), 230 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b81e5605310754363b2275...