Module: wine Branch: master Commit: 31da3c0578aff2ddbd09226c7c55f83da400bdf1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=31da3c0578aff2ddbd09226c7c...
Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Dec 15 19:21:37 2008 +0100
wined3d: Emulate GL_EXT_fog_coord.
---
dlls/wined3d/context.c | 4 + dlls/wined3d/gl_compat.c | 354 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/state.c | 37 ++--- dlls/wined3d/wined3d_private.h | 7 + 4 files changed, 381 insertions(+), 21 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=31da3c0578aff2ddbd0922...