Module: wine Branch: master Commit: 199a3468bfd06ec7165a124fc566e9508c6553bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=199a3468bfd06ec7165a124fc5...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Dec 16 13:18:49 2008 +0100
wined3d: Fake GL_ARB_multitexture.
---
dlls/wined3d/Makefile.in | 1 + dlls/wined3d/context.c | 58 +++++------ dlls/wined3d/device.c | 24 ++--- dlls/wined3d/directx.c | 26 +----- dlls/wined3d/drawprim.c | 12 +-- dlls/wined3d/gl_compat.c | 181 ++++++++++++++++++++++++++++++++++ dlls/wined3d/nvidia_texture_shader.c | 13 +-- dlls/wined3d/state.c | 82 ++++------------ dlls/wined3d/surface.c | 14 +-- dlls/wined3d/wined3d_private.h | 2 +- 10 files changed, 253 insertions(+), 160 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=199a3468bfd06ec7165a12...