Module: wine Branch: master Commit: 17c9d9588a5a6d0ed87f86d82262820a260e2d64 URL: http://source.winehq.org/git/wine.git/?a=commit;h=17c9d9588a5a6d0ed87f86d822...
Author: Ivan Gyurdiev ivg231@gmail.com Date: Mon Oct 9 19:47:12 2006 -0400
wined3d: Move D3DSP_REG structures into the WINED3D namespace.
---
dlls/wined3d/arb_program_shader.c | 40 ++++++++++++++------------- dlls/wined3d/baseshader.c | 26 +++++++++--------- dlls/wined3d/glsl_shader.c | 50 +++++++++++++++++----------------- dlls/wined3d/vertexshader.c | 4 +-- dlls/wined3d/wined3d_private.h | 4 +-- dlls/wined3d/wined3d_private_types.h | 11 +++++++ 6 files changed, 72 insertions(+), 63 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=17c9d9588a5a6d0ed87f86...