Module: wine Branch: master Commit: 2ac34bf2315a23e2ab00c0b76ceffdd1b6eea23d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ac34bf2315a23e2ab00c0b76c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jul 7 11:08:01 2009 +0200
wined3d: Add some missing float suffixes.
The compiler should be smart enough to fix most of these, but it looks sloppy.
---
dlls/wined3d/arb_program_shader.c | 44 +++++++++++----------- dlls/wined3d/ati_fragment_shader.c | 8 ++-- dlls/wined3d/baseshader.c | 18 +++++----- dlls/wined3d/buffer.c | 4 +- dlls/wined3d/context.c | 4 +- dlls/wined3d/cubetexture.c | 10 +++--- dlls/wined3d/device.c | 68 ++++++++++++++++++++---------------- dlls/wined3d/directx.c | 22 ++++++------ dlls/wined3d/drawprim.c | 66 +++++++++++++++++----------------- dlls/wined3d/gl_compat.c | 18 +++++----- dlls/wined3d/glsl_shader.c | 18 +++++----- dlls/wined3d/state.c | 62 +++++++++++++++++---------------- dlls/wined3d/surface.c | 66 +++++++++++++++++------------------ dlls/wined3d/surface_base.c | 12 +++--- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/texture.c | 20 +++++----- dlls/wined3d/utils.c | 4 +- dlls/wined3d/volumetexture.c | 8 ++-- dlls/wined3d/wined3d_private.h | 26 +++++++------- 19 files changed, 244 insertions(+), 236 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2ac34bf2315a23e2ab00c0...