Henri Verbeet
d7e052f8f1
d3drm/tests: Avoid LPDIRECT3DRMWINDEVICE.
2013-08-16 11:55:24 +02:00
Henri Verbeet
c635b2fc7d
d3drm: Avoid LPDIRECT3DRMPROGRESSIVEMESH.
2013-08-16 11:55:24 +02:00
Henri Verbeet
ad147d638c
wined3d: Just update a range of constants in walk_constant_heap().
...
The call overhead from separate calls typically ends up being more expensive
than just updating a few more constants.
2013-08-16 11:55:24 +02:00
Henri Verbeet
37d1e8b79c
wined3d: Try to avoid redundant constant updates.
...
This gives a minor performance improvement. For example, in 3DMark03 Game Test
1 this gives about a 4% improvement, in the Counter Strike: Source stress test
it's about 1%. (NVIDIA GF9600M, Intel T9550, 1024x768).
2013-08-16 11:55:24 +02:00
Henri Verbeet
c1af405054
wined3d: Only set fragment pipe uniforms if they're needed by the shader.
...
In principle the GL driver also checks the location, but it turns out to be
slightly faster to do it ourselves.
2013-08-16 11:55:24 +02:00
Rico Schüller
e5a9dcf945
d3dx9: Introduce a helper function for the annotations.
2013-08-16 11:55:24 +02:00
Charles Davis
d8cd280579
winex11.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.
2013-08-16 11:55:24 +02:00
Charles Davis
8a041504c8
winemac.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.
2013-08-16 11:55:23 +02:00
Andrey Turkin
2df4caa6a1
ntdll/tests: Test FileDispositionInformation file class.
2013-08-16 11:55:23 +02:00
Daniel Jelinski
0ba24895f6
comctl32: Do not rearrange treeview when collapsing already collapsed item.
2013-08-16 11:55:23 +02:00
Bruno Jesus
5fa343047f
ws2_32: Implement WSAEnumProtocols[A|W] using a helper function.
2013-08-16 11:55:23 +02:00
André Hentschel
8bbbf7cd25
include/ddk: Add DEVICE_RELATIONS and DEVICE_INTERFACE_CHANGE_NOTIFICATION.
2013-08-16 11:55:23 +02:00
André Hentschel
545bbb1315
include/ddk: Add USB_HUB_DESCRIPTOR.
2013-08-16 11:55:23 +02:00
André Hentschel
3d6ebecedb
msvcrt/tests: Fix dynamically loaded functions for ARM.
2013-08-16 11:55:23 +02:00
Daniel Lehman
a0d8d1e223
msvcrt: Invoke invalid_handler in _wcscpy_s.
2013-08-16 11:55:23 +02:00
George Stephanos
637257b939
quartz: Replace CloseHandle by RegCloseKey.
2013-08-16 11:55:23 +02:00
Daniel Jelinski
1825bddbff
shell32/tests: Test context menu contents.
2013-08-15 18:04:51 +02:00
Daniel Jelinski
e6acc695c6
shell32: Return command strings for a few more commands.
2013-08-15 18:04:40 +02:00
Daniel Jelinski
6509499fc9
shell32: Context menu offset is handled by client.
2013-08-15 18:04:24 +02:00
Daniel Jelinski
c687b4adf4
shell32: Fix context menu creation.
2013-08-15 18:04:02 +02:00
Dmitry Timoshkov
fc2309b84b
kernel32/tests: Add interactive WaitCommEvent tests.
2013-08-15 17:20:07 +02:00
Dmitry Timoshkov
507449ee78
kernel32/tests: Make test_waittxempty() use overlapped IO to avoid waiting forever when a kernel driver doesn't support TIOCGICOUNT/TIOCSERGETLSR ioctl.
...
Most of Linux USB-serial drivers don't support these ioctls.
2013-08-15 17:20:07 +02:00
Dmitry Timoshkov
4654e79776
kernel32/tests: Make serial tests self-contained.
2013-08-15 17:20:07 +02:00
Dmitry Timoshkov
a1b08f39a6
kernel32/tests: Constify test data.
2013-08-15 17:20:07 +02:00
Dmitry Timoshkov
b288f0a879
kernel32/tests: Make ClearCommError very first test since it depends on device queue being empty.
2013-08-15 17:20:07 +02:00
Dmitry Timoshkov
ab7dac6886
kernel32/tests: Fix some typos.
2013-08-15 17:20:07 +02:00
Charles Davis
7fcb736d51
configure: Use a real header guard for config.h.
2013-08-15 17:20:07 +02:00
Vincent Povirk
2c3142f0ee
gdiplus: Copy custom dashes in GdipClonePen.
2013-08-15 16:25:08 +02:00
Vincent Povirk
dc047ecdaa
gdiplus: Add error checking to GdipClonePen.
2013-08-15 16:25:03 +02:00
Vincent Povirk
814f9cf7e4
gdiplus: Only clip strings if rectangle width and height are positive.
2013-08-15 16:24:45 +02:00
Jacek Caban
1c66fdd03b
urlmon: Added support for ROT in BindToObject.
2013-08-15 16:24:26 +02:00
Jacek Caban
e61c50f000
urlmon: Added more BindToObject tests.
2013-08-15 16:24:22 +02:00
Jacek Caban
f8236c5ac3
urlmon: Improved BindToObject failure when MIME handler is not available.
2013-08-15 16:24:17 +02:00
Henri Verbeet
ee6734e848
d3drm: Avoid LPDIRECT3DRMLIGHTARRAY.
2013-08-15 16:24:13 +02:00
Henri Verbeet
cf3053f504
d3drm: Avoid LPDIRECT3DRMPICKEDARRAY.
2013-08-15 16:24:11 +02:00
Henri Verbeet
cbaa17d3cf
wined3d: Assume the buffer has a buffer object in buffer_add_dirty_area().
2013-08-15 16:24:09 +02:00
Henri Verbeet
4eb39ec5f4
wined3d: Make buffer_add_dirty_area() never fail.
2013-08-15 16:24:07 +02:00
Henri Verbeet
5e64fd7049
wined3d: Don't bother downloading buffer contents on destruction.
2013-08-15 16:24:04 +02:00
Andrew Eikum
6c45e6fea3
oleaut32/tests: Test all supported SYSKINDs.
2013-08-15 16:23:58 +02:00
Andrew Eikum
3821eaf391
oleaut32/tests: Add save/load tests for created typelibs.
2013-08-15 16:23:49 +02:00
Andrew Eikum
6f5cc0887e
oleaut32: Save typelib SYSKIND.
2013-08-15 16:23:34 +02:00
Andrew Eikum
cc29cad2cc
oleaut32: 64-bit typelib fixes.
2013-08-15 16:23:29 +02:00
Andrew Eikum
f1398510df
oleaut32: Don't prevent 64-bit from loading 32-bit typelibs.
2013-08-15 16:23:00 +02:00
Nikolay Sivov
2a5a8bc4a3
ntdll: Implement compatible section for dll redirects.
2013-08-15 16:21:45 +02:00
Nikolay Sivov
cddea89d22
ntdll: Support optional 'versioned' attribute for windowClass sections.
2013-08-15 16:19:03 +02:00
Huw Davies
1103a241db
ieframe: DdeNameService returns NULL on error.
2013-08-15 16:18:01 +02:00
Ken Thomases
4b24fce4e2
winemac: Avoid using display palette API, which was deprecated with the 10.7 SDK.
2013-08-15 16:17:49 +02:00
Aric Stewart
7bd8623810
wineps.drv: Handle empty strings when building vertical runs.
2013-08-15 16:17:40 +02:00
André Hentschel
6fb4e06298
winemaker: Improved check for libXML at runtime.
2013-08-15 16:17:20 +02:00
André Hentschel
1151546ce0
msvcp90/tests: Add dynamically loaded functions for ARM.
2013-08-15 16:17:09 +02:00