Module: wine
Branch: master
Commit: 5627ee49ea54ff3be89ba4ba62462e8577123ec0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5627ee49ea54ff3be89ba4ba6…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Feb 6 23:47:49 2011 +0100
wined3d: Remove FLOAT16 vertex attribute conversion support.
All mayor drivers support GL_ARB_half_float_vertex now and the half
float conversion doesn't work well in practise. The only game that was
ever playable with it was Eve online.
---
dlls/wined3d/buffer.c | 318 ++++++++--------------------------------
dlls/wined3d/state.c | 32 +----
dlls/wined3d/wined3d_private.h | 3 -
3 files changed, 65 insertions(+), 288 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5627ee49ea54ff3be89ba…