19 Dec
2007
19 Dec
'07
12:58 p.m.
Module: wine Branch: master Commit: 7a1d35e513d75ec0f86b48418d8b4e6235e8dc19 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a1d35e513d75ec0f86b48418d... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Mon Dec 17 18:18:19 2007 +0100 wined3d: Emulate half float vertices if GL_NV_half_float is not there. --- dlls/wined3d/drawprim.c | 257 ++++++++++++++++++++++++++------------ dlls/wined3d/state.c | 6 + dlls/wined3d/vertexdeclaration.c | 3 + dlls/wined3d/wined3d_private.h | 1 + 4 files changed, 185 insertions(+), 82 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7a1d35e513d75ec0f86b48...