Module: wine Branch: master Commit: 74faebd68d738ef44cc5990e883091329f72d7d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74faebd68d738ef44cc5990e88...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Aug 23 10:18:14 2013 +0200
wined3d: Store the current GLSL program per-context.
---
dlls/wined3d/arb_program_shader.c | 18 +++++- dlls/wined3d/context.c | 11 +++- dlls/wined3d/glsl_shader.c | 112 ++++++++++++++++++++++++------------- dlls/wined3d/shader.c | 16 ++++- dlls/wined3d/wined3d_private.h | 7 ++- 5 files changed, 112 insertions(+), 52 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=74faebd68d738ef44cc599...