Module: wine Branch: master Commit: 79145e215b6a8327945414ebf97d3ae014600fb0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79145e215b6a8327945414ebf9...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon May 17 11:14:48 2010 +0200
wined3d: Add support for shadow samplers.
---
dlls/wined3d/basetexture.c | 19 +++ dlls/wined3d/directx.c | 5 + dlls/wined3d/glsl_shader.c | 326 ++++++++++++++++++++++++++-------------- dlls/wined3d/shader.c | 3 + dlls/wined3d/surface.c | 7 + dlls/wined3d/utils.c | 35 +++-- dlls/wined3d/wined3d_private.h | 5 +- 7 files changed, 274 insertions(+), 126 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=79145e215b6a8327945414...