Module: wine Branch: master Commit: c6232e1d111ae8929c53c02211cde4a9777311fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6232e1d111ae8929c53c02211...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 15 17:19:06 2015 +0100
wined3d: Create GL sampler objects for wined3d sampler objects.
---
dlls/d3d10core/state.c | 2 +- dlls/wined3d/context.c | 2 ++ dlls/wined3d/device.c | 44 ++++++++++++++++++++++++++++ dlls/wined3d/directx.c | 16 ++++++++++ dlls/wined3d/glsl_shader.c | 2 +- dlls/wined3d/sampler.c | 66 +++++++++++++++++++++++++++++++++++++++--- dlls/wined3d/state.c | 46 +++++++++++++++++++++++++---- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_gl.h | 1 + dlls/wined3d/wined3d_private.h | 4 +++ include/wine/wined3d.h | 2 +- 11 files changed, 173 insertions(+), 14 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c6232e1d111ae8929c53c0...