Module: wine Branch: master Commit: 9e2498f25e47d64a044c51f2abf60e3104bd4bf7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e2498f25e47d64a044c51f2ab...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Feb 16 00:58:53 2017 +0100
wined3d: Send sampler GL initialisation through the command stream.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/buffer.c | 2 +- dlls/wined3d/cs.c | 26 ++++++++++++++++++-------- dlls/wined3d/palette.c | 2 +- dlls/wined3d/query.c | 2 +- dlls/wined3d/resource.c | 2 +- dlls/wined3d/sampler.c | 25 ++++++++++++++++--------- dlls/wined3d/shader.c | 2 +- dlls/wined3d/state.c | 2 +- dlls/wined3d/texture.c | 2 +- dlls/wined3d/vertexdeclaration.c | 2 +- dlls/wined3d/view.c | 6 +++--- dlls/wined3d/wined3d_private.h | 7 ++++--- 12 files changed, 49 insertions(+), 31 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9e2498f25e47d64a044c51...