Module: wine Branch: master Commit: 2773b27bb14c47a07007b1f72b9167a6be79fcd0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2773b27bb14c47a07007b1f72b...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Aug 26 12:46:47 2015 +0200
wined3d: Use unsigned mask constants in shifts.
---
dlls/wined3d/arb_program_shader.c | 66 ++++++++++++++----------- dlls/wined3d/buffer.c | 8 +-- dlls/wined3d/context.c | 40 +++++++-------- dlls/wined3d/device.c | 36 +++++++------- dlls/wined3d/directx.c | 2 +- dlls/wined3d/drawprim.c | 24 ++++----- dlls/wined3d/glsl_shader.c | 96 ++++++++++++++++++------------------ dlls/wined3d/nvidia_texture_shader.c | 12 +++-- dlls/wined3d/shader.c | 70 +++++++++++++------------- dlls/wined3d/shader_sm1.c | 38 +++++++------- dlls/wined3d/shader_sm4.c | 28 +++++------ dlls/wined3d/state.c | 62 +++++++++++------------ dlls/wined3d/stateblock.c | 22 ++++----- dlls/wined3d/surface.c | 16 +++--- dlls/wined3d/utils.c | 62 +++++++++++------------ dlls/wined3d/wined3d_private.h | 64 ++++++++++++------------ include/wine/wined3d.h | 38 +++++++------- 17 files changed, 348 insertions(+), 336 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2773b27bb14c47a07007b1...