Module: wine Branch: master Commit: a7251f0f4eb35f401f5eabfe1d6a393eb87eb1d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7251f0f4eb35f401f5eabfe1d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Aug 6 08:12:19 2009 +0200
wined3d: Track render_offscreen in the context.
This makes sure the relevant states in FindContext() are actually marked dirty when needed.
---
dlls/wined3d/arb_program_shader.c | 8 +++++--- dlls/wined3d/context.c | 22 ++++++++++++---------- dlls/wined3d/device.c | 10 ++++++---- dlls/wined3d/drawprim.c | 2 +- dlls/wined3d/glsl_shader.c | 19 ++++++++++--------- dlls/wined3d/state.c | 27 ++++++++++++++++----------- dlls/wined3d/surface.c | 9 ++++++--- dlls/wined3d/wined3d_private.h | 5 ++--- 8 files changed, 58 insertions(+), 44 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a7251f0f4eb35f401f5eab...