Module: wine Branch: refs/heads/master Commit: 54e5f9c4653211c7f2c25c8aad90af938dc6361e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=54e5f9c4653211c7f2c25c8a...
Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Thu May 25 13:54:03 2006 +0200
wined3d: Dynamicly load GL_ARB_multitexture functions.
---
dlls/wined3d/device.c | 6 +++-- dlls/wined3d/drawprim.c | 31 ++++++++++++------------ dlls/wined3d/stateblock.c | 3 ++ dlls/wined3d/surface.c | 7 +++++ dlls/wined3d/wined3d_private.h | 33 +------------------------ include/wine/wined3d_gl.h | 52 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 81 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=54e5f9c4653211c7f2c2...