Module: wine Branch: master Commit: 794d59259bac91fb0ccaf6400f1458e7365cb320 URL: http://source.winehq.org/git/wine.git/?a=commit;h=794d59259bac91fb0ccaf6400f...
Author: Józef Kucia jkucia@codeweavers.com Date: Wed Nov 23 14:36:05 2016 +0100
wined3d: Introduce wined3d_device_set_unordered_access_view().
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/context.c | 45 ++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/cs.c | 38 +++++++++++++++++++++++++++++++++++ dlls/wined3d/device.c | 26 ++++++++++++++++++++++++ dlls/wined3d/glsl_shader.c | 28 +++++++++++++++++++++++++- dlls/wined3d/state.c | 14 +++++++++++++ dlls/wined3d/stateblock.c | 10 ++++++++++ dlls/wined3d/utils.c | 2 ++ dlls/wined3d/view.c | 8 ++++++++ dlls/wined3d/wined3d.spec | 1 + dlls/wined3d/wined3d_private.h | 13 ++++++++++-- include/wine/wined3d.h | 2 ++ 11 files changed, 184 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=794d59259bac91fb0ccaf6...