Paul Vriens
00662a190d
rpcrt4/tests: Skip ok check for win9x.
2008-08-28 11:24:49 +02:00
Paul Vriens
1cfb958a2e
oleaut32/tests: Skip some tests on win9x.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
af8d268a39
wined3d: Handle projected textures properly in arbfp and atifs.
...
GL_ARB_fragment_program and GL_ATI_fragment_shader can disable
projected textures properly, and they can also handle
D3DTTFF_PROJECTED | D3DTTFF_COUNT3 properly.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
ec4955630e
wined3d: Silence some format spam.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
acc893c5cf
wined3d: Handle projected+bump mapped textures in atifs.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
4635315655
wined3d: Replace a #if 0 with if(0).
2008-08-28 11:24:49 +02:00
Stefan Dösinger
a580325a47
wined3d: Remove some more junk code.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
750973cec5
wined3d: Remove BaseTexture::UnBindTexture.
2008-08-28 11:24:49 +02:00
Stefan Dösinger
005e5e868e
wined3d: Replace an #if 0 with if(0).
2008-08-28 11:24:49 +02:00
Andrew Talbot
8c5c913fc0
jscript: Sign-compare warnings fix.
2008-08-28 11:24:49 +02:00
Andrew Talbot
8e638e147e
iphlpapi: Sign-compare warning fix.
2008-08-28 11:24:48 +02:00
Martin Profittlich
b83de4adef
user32: Make RegisterDeviceNotificationW behave likeRegisterDeviceNotificationA.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
fb62d06151
gdiplus: Fix for CombineModeReplace with some tests.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
b8711acb15
gdiplus: Added test shows that CombineModeReplace actually replaces data.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
0df5fb50f7
gdiplus: Implemented GdipSetClipRegion with basic tests.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
fb57a66378
gdiplus: Implemented GdipIsEmptyRegion with tests.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
26cb843130
gdiplus: Move some TRACE() higher in region.c.
2008-08-28 11:24:48 +02:00
Nikolay Sivov
532a50df2f
gdiplus: Added TRACE/FIXME to all PathIterator calls.
2008-08-28 11:24:48 +02:00
Stefan Leichter
66f010e123
rasapi32: Fix tests on platforms winme and some win98.
2008-08-28 11:24:48 +02:00
Juan Lang
2d02ec7488
crypt32: Don't ignore errors when encoding items in an array.
2008-08-28 11:24:48 +02:00
Juan Lang
e594d24006
crypt32: Implement authority info access decoding.
2008-08-28 11:24:30 +02:00
Juan Lang
7e848b6cdc
crypt32: Implement authority info access encoding.
2008-08-28 11:03:56 +02:00
Juan Lang
76f400b771
crypt32: Test encoding/decoding the authority info access extension.
2008-08-28 11:03:49 +02:00
Paul Vriens
dd0ec9f811
msi/tests: Remove service tests.
2008-08-28 11:03:42 +02:00
Vijay Kiran Kamuju
d2625be02f
advapi32: Add stub for ConvertToAutoInheritPrivateObjectSecurity.
2008-08-28 11:03:36 +02:00
Paul Vriens
d8339f2eed
netapi32/tests: Fix the error text.
2008-08-27 14:19:27 +02:00
Alexandre Julliard
45a0f45cdd
ntdll/tests: Fix a few more failures in the info test.
2008-08-27 14:19:23 +02:00
Aric Stewart
3f9aec17cd
user32: Add test demonstrating the WM_PAINT loop.
2008-08-27 13:21:25 +02:00
Alexandre Julliard
bcc1bb2b36
user32: Apply the SendMessage recursion counter to DispatchMessage too.
2008-08-27 13:21:24 +02:00
Alistair Leslie-Hughes
ac29a3d838
msxml3: Correct unsupported functions in IDispatchEx.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
462ddaa254
wined3d: Make the texture stage mapping nvrc independent.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
0e2713a1e1
wined3d: Remove unneeded code.
...
The fixed function backend disables the extension. Also messing
with the final combiner shouldn't be needed if nvrc is disabled.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
a674ae71ae
wined3d: Remove dead code.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
43fe6b0bcf
wined3d: Remove some junk.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
dda59e361c
wined3d: Update the arbfp shader on a texturetransformflags change.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
8f20b882bb
wined3d: Handle texture transforms in the TEXTURETRANSFORMFLAGS state.
...
This is a nop by itself, but it makes it easier for fragment pipelines
to read WINED3DTSS_TEXTURETRANSFORMFLAGS.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
8dcc6b66dc
wined3d: Clean up the texbeml parameter forward.
...
There's no point in separating scale and luminance since they're
uploaded at the same time. We still want to separate the stages
though.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
b294e43206
wined3d: D3DTOP_DOTPRODUCT3 colorop overrides the alphaop.
...
Note that the fix is only implemented in the arbfp and atifs fragment
pipeline. Unfortunately nvrc doesn't support dot3 as alpha operation.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
97b57931d0
wined3d: Advertise a few line caps.
2008-08-27 13:21:24 +02:00
Stefan Dösinger
6bbcc5050b
wined3d: Disable D3DFMT_R3G3B2.
2008-08-27 13:21:23 +02:00
Jeff Zaroyko
c7093febab
msvcrt: Add a test for unlinking non-empty directories.
2008-08-27 13:21:23 +02:00
Detlef Riekenberg
a34f4ae848
shlwapi/tests: Add tests for UrlApplyScheme.
2008-08-27 13:21:23 +02:00
Detlef Riekenberg
b331b1a3ed
shlwapi: Fix results for UrlApplyScheme.
2008-08-27 13:21:23 +02:00
Detlef Riekenberg
177c2a2798
shlwapi: Fix parameters for RegQueryValueExW to read the default value.
2008-08-27 13:21:23 +02:00
Detlef Riekenberg
52a406f72f
include: Declare TranslateURL and needed flags.
2008-08-27 13:21:23 +02:00
Paul Vriens
3a7111e0de
advapi32/tests: Remove tests for calculation with drivers.
2008-08-27 13:21:23 +02:00
Paul Vriens
6cd32ffc07
mstask/tests: Skip tests for security services if they are not implemented.
2008-08-27 13:21:23 +02:00
Hongbo Ni
435604c1fb
shell32: Convert traditional Chinese resource to utf8.
2008-08-27 13:21:23 +02:00
Hongbo Ni
92d6f981f4
winecfg: Convert traditional Chinese resource to utf8.
2008-08-27 13:21:23 +02:00
Hongbo Ni
adb63f9e87
user32: Convert Chinese resource to utf8.
2008-08-27 13:21:23 +02:00