ChangeSet ID: 19618
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/17 06:34:03
Modified files:
include/wine : wined3d_interface.h
dlls/wined3d : wined3d_private.h vertexshader.c device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Copy the parser and cross compiler from d3d8 and update everything to
vertex shaders 3.0.
The Parser will now display the input shader in DirectX style, and the
cross compiler now generates valid ARB_VERTEX_PROGRAM programs and
outputs the result in ARB_VERTEX_PROGRAM style.
Support for a number of extended attributes has been added, but this
may not be complete, and dereferencing from loop counters isn't
properly parsed yet.
Patch: http://cvs.winehq.org/patch.py?id=19618
Old revision New revision Changes Path
1.43 1.44 +4 -2 wine/include/wine/wined3d_interface.h
1.55 1.56 +22 -6 wine/dlls/wined3d/wined3d_private.h
1.8 1.9 +1345 -84 wine/dlls/wined3d/vertexshader.c
1.68 1.69 +21 -32 wine/dlls/wined3d/device.c
ChangeSet ID: 19613
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/17 04:53:57
Modified files:
dlls/wininet/tests: http.c
Log message:
Saulius Krasuckas <saulius.krasuckas(a)ieee.org>
Correct failing test and transform it into a bunch of another tests.
Patch: http://cvs.winehq.org/patch.py?id=19613
Old revision New revision Changes Path
1.26 1.27 +49 -1 wine/dlls/wininet/tests/http.c
ChangeSet ID: 19611
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/17 04:53:30
Modified files:
dlls/shell32/tests: shlexec.c
dlls/shell32 : shlexec.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
Update the conformance tests accordingly.
Tweak a trace because it's very confusing to see the path with no
escaped quotes in ShellExecuteA() and then with escaped quotes in
ShellExecuteExW32() (due to debugstr_w()).
Patch: http://cvs.winehq.org/patch.py?id=19611
Old revision New revision Changes Path
1.2 1.3 +0 -4 wine/dlls/shell32/tests/shlexec.c
1.68 1.69 +14 -4 wine/dlls/shell32/shlexec.c