Henri Verbeet
|
f753ff90be
|
wined3d: Replace surface_is_offscreen() with wined3d_resource_is_offscreen().
Introducing rendertarget views will (eventually) allow rendering to 3D
textures and buffers.
|
2014-08-19 14:49:39 +02:00 |
Henri Verbeet
|
694cdcc41c
|
wined3d: Move the "map_binding" field from struct wined3d_surface to struct wined3d_resource.
Like "draw_binding".
|
2014-08-19 14:49:36 +02:00 |
Henri Verbeet
|
ed230a426a
|
wined3d: Explicitly destroy the surface in texture2d_sub_resource_cleanup().
Like volumes. We can do this now because we no longer have standalone
surfaces.
|
2014-08-19 14:49:32 +02:00 |
Henri Verbeet
|
64a1fde181
|
wined3d: Explicitly destroy the volume in texture3d_sub_resource_cleanup().
The texture always has the only reference to its subresources. This also means
we never have to set the container to NULL.
|
2014-08-19 14:49:30 +02:00 |
Henri Verbeet
|
df59ac1d0c
|
wined3d: Recognize some more AMD cards.
|
2014-08-19 14:49:24 +02:00 |
Nikolay Sivov
|
08058c793f
|
wrc: Remove some always-true conditions (PVS-Studio).
|
2014-08-19 14:49:22 +02:00 |
Nikolay Sivov
|
7596dc6331
|
dwrite: Use layout pointer as an argument instead of neutral list.
|
2014-08-19 14:48:41 +02:00 |
Francois Gouget
|
0f3728a692
|
shell32: Add a trailing '\n' to a FIXME().
|
2014-08-19 14:48:29 +02:00 |
Francois Gouget
|
c1d592876a
|
shell32/tests: Add a trailing '\n' to a couple of win_skip() calls.
|
2014-08-19 14:48:27 +02:00 |
Francois Gouget
|
3745640790
|
rsaenh/tests: Add a trailing '\n' to some ok() calls.
|
2014-08-19 14:48:23 +02:00 |
Vincent Povirk
|
1986e496c7
|
mscoree: Factor out common code for calling .NET methods.
|
2014-08-18 21:33:05 +02:00 |
Vincent Povirk
|
88dfdded62
|
mscoree: Implement corruntimehost_CreateDomainSetup.
|
2014-08-18 21:33:02 +02:00 |
Jacek Caban
|
7c7a594692
|
mshtml: Fixed handling NULL argument in IHTMLElement::contains implementation.
|
2014-08-18 21:32:56 +02:00 |
Zhenbo Li
|
d5d728706b
|
mshtml: Added IHTMLInputElement_get_form method implementation.
|
2014-08-18 13:32:05 +02:00 |
Zhenbo Li
|
c2ac0f506b
|
mshtml: Added IHTMLInputElement::readOnly property.
|
2014-08-18 13:31:57 +02:00 |
Zhenbo Li
|
6079c56133
|
mshtml: Added IHTMLImgElement::align property implementation.
|
2014-08-18 13:31:51 +02:00 |
Zhenbo Li
|
e12cb546f6
|
mshtml: Added IHTMLInputElement::size property implementation.
|
2014-08-18 13:31:44 +02:00 |
Zhenbo Li
|
5ee21f9a52
|
mshtml: Added IHTMLImgElement::isMap property implementation.
|
2014-08-18 13:31:34 +02:00 |
Zhenbo Li
|
06c66876f3
|
mshtml: Added IHTMLTableCell::align property implementation.
|
2014-08-18 13:31:16 +02:00 |
Zhenbo Li
|
03b377f3e7
|
mshtml: Added IHTMLTable::frame property implementation.
|
2014-08-18 13:31:14 +02:00 |
Zhenbo Li
|
bc582f09ff
|
mshtml: Added IHTMLTable::insertRow/deleteRow methods implementation.
|
2014-08-18 13:29:59 +02:00 |
Zhenbo Li
|
9ee4b8b078
|
mshtml/tests: Fix test_tr_modify().
|
2014-08-18 13:28:53 +02:00 |
André Hentschel
|
2789538bd5
|
wpcap: Implement pcap_breakloop.
|
2014-08-18 13:26:04 +02:00 |
André Hentschel
|
d45f9144a1
|
wpcap: Implement pcap_loop.
|
2014-08-18 13:25:51 +02:00 |
André Hentschel
|
927f8bee46
|
wpcap: Implement pcap_dispatch.
|
2014-08-18 13:25:28 +02:00 |
André Hentschel
|
eaad4fea89
|
wpcap: Implement pcap_snapshot.
|
2014-08-18 13:21:49 +02:00 |
André Hentschel
|
03d067183f
|
wpcap: Implement pcap_freecode.
|
2014-08-18 13:21:42 +02:00 |
André Hentschel
|
c180d522ae
|
wpcap: Trace strings when possible.
|
2014-08-18 13:21:33 +02:00 |
André Hentschel
|
d1e780f2d2
|
wpcap: Fix spec file to not print empty buffers.
|
2014-08-18 13:21:15 +02:00 |
Henri Verbeet
|
7cdaece711
|
wined3d: Store the amount of video memory as a UINT64.
|
2014-08-18 12:47:13 +02:00 |
Henri Verbeet
|
888b278096
|
d3d9: wined3d_device_get_available_texture_mem() returns a UINT.
|
2014-08-18 12:47:10 +02:00 |
Henri Verbeet
|
8fe8495908
|
d3d8: wined3d_device_get_available_texture_mem() returns a UINT.
|
2014-08-18 12:47:07 +02:00 |
Henri Verbeet
|
1fb7ccdc13
|
ddraw: Clamp video memory to UINT_MAX in ddraw7_GetAvailableVidMem().
|
2014-08-18 12:47:04 +02:00 |
Henri Verbeet
|
d1d48d3194
|
d3d9: The "forwardReference" field in struct d3d9_surface is always a texture, if set.
|
2014-08-18 12:47:01 +02:00 |
Nikolay Sivov
|
c8ec6918c7
|
dwrite: Implement layout getters derived from text format.
|
2014-08-18 12:46:55 +02:00 |
Nikolay Sivov
|
baedef728c
|
dwrite: Implement ranges merging.
|
2014-08-18 12:46:49 +02:00 |
Bernhard Reiter
|
0b2e7de7b4
|
imagehlp/tests: Add test for BindImageEx with NULL as StatusRoutine.
|
2014-08-18 12:46:34 +02:00 |
Nikolay Sivov
|
8fb0fd77e5
|
winhttp: Fix return code check (PVS-Studio).
|
2014-08-18 12:46:19 +02:00 |
Nikolay Sivov
|
b378baedaa
|
oleaut32/tests: Remove duplicate code blocks (PVS-Studio).
|
2014-08-18 12:46:12 +02:00 |
Nikolay Sivov
|
baa8363f90
|
oleaut32/tests: Remove redundant assignment (PVS-Studio).
|
2014-08-18 12:46:08 +02:00 |
Nikolay Sivov
|
6e9693edd9
|
oleaut32/tests: Remove redundant assignment (PVS-Studio).
|
2014-08-18 12:46:05 +02:00 |
Nikolay Sivov
|
6d3ca3dde4
|
oleaut32: Remove duplicated expression (PVS-Studio).
|
2014-08-18 12:45:57 +02:00 |
Nikolay Sivov
|
f7322187fe
|
urlmon: Remove duplicated check (PVS-Studio).
|
2014-08-18 12:45:52 +02:00 |
Nikolay Sivov
|
2ee84d5ae2
|
mshtml: Free buffer for empty strings too (PVS-Studio).
|
2014-08-18 12:45:37 +02:00 |
Nikolay Sivov
|
44677f2f78
|
odbccp32/tests: Remove test of always true conditions (PVS-Studio).
|
2014-08-18 12:45:31 +02:00 |
Nikolay Sivov
|
58a4aa5954
|
secur32/tests: Remove duplicated expression (PVS-Studio).
|
2014-08-18 12:45:14 +02:00 |
Nikolay Sivov
|
5741ebb8fd
|
comctl32/pager: Reduce pointer scope so it doesn't point to inner scope vars (PVS-Studio).
|
2014-08-18 12:44:59 +02:00 |
André Hentschel
|
badfdaf56c
|
shlwapi/tests: Fix SHFormatDateTimeW tests for right-to-left locales.
|
2014-08-18 12:44:35 +02:00 |
Jacek Caban
|
b5381dd772
|
d3d11.idl: Added some missing declarations.
|
2014-08-18 12:44:07 +02:00 |
Jacek Caban
|
9e942d2950
|
d3d10_1.idl: Added some missing constants.
|
2014-08-18 12:44:06 +02:00 |