24 Jul
2006
24 Jul
'06
12:55 p.m.
Module: wine Branch: refs/heads/master Commit: 75950b5bf83313ef33ba86acd400613b22e57beb URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=75950b5bf83313ef33ba86ac... Author: Jason Green <jave27(a)gmail.com> Date: Sun Jul 23 15:08:27 2006 -0400 wined3d: Replace memset/memcpy routines on stateblock (fixes dynamic shader constants regression). --- dlls/wined3d/device.c | 16 ++--- dlls/wined3d/directx.c | 50 +++++++++++---- dlls/wined3d/stateblock.c | 136 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/wined3d_private.h | 14 ++++ 4 files changed, 196 insertions(+), 20 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=75950b5bf83313ef33ba...