Henri Verbeet
|
2d18cf57ac
|
dxgi: Implement dxgi_device_GetPrivateData().
|
2015-02-12 22:12:20 +09:00 |
Henri Verbeet
|
2190f0266f
|
dxgi: Implement dxgi_device_SetPrivateDataInterface().
|
2015-02-12 22:12:18 +09:00 |
Henri Verbeet
|
4e93a02aaf
|
dxgi: Implement dxgi_device_SetPrivateData().
|
2015-02-12 22:12:16 +09:00 |
Stefan Dösinger
|
7983d9974b
|
dxgi/tests: Add private data tests.
|
2014-04-08 19:23:23 +02:00 |
Henri Verbeet
|
28510c73c2
|
d3d10core: Implement ID3D10Multithread.
|
2014-02-12 19:15:19 +01:00 |
Henri Verbeet
|
409c872c99
|
d3d10core: Implement ID3D10Device1.
|
2014-02-11 19:19:14 +01:00 |
Henri Verbeet
|
2be432b4df
|
dxgi/tests: Also test for ID3D10Device1 and ID3D11Device in test_device_interfaces().
|
2014-02-11 19:19:14 +01:00 |
Henri Verbeet
|
e806b5bab9
|
dxgi/tests: Add tests for CreateDXGIFactory().
|
2014-02-11 19:19:14 +01:00 |
Henri Verbeet
|
852c61c595
|
dxgi: Properly check if the output array is large enough in dxgi_output_GetDisplayModeList().
|
2014-02-10 11:16:29 +01:00 |
Henri Verbeet
|
d9570c3935
|
dxgi: Return DXGI_ERROR_INVALID_CALL when given a NULL mode_count in dxgi_output_GetDisplayModeList().
|
2014-02-10 11:16:28 +01:00 |
Henri Verbeet
|
4d7bd4ce4a
|
dxgi/tests: Don't reuse the device.
|
2014-02-10 11:16:25 +01:00 |
Henri Verbeet
|
f97d599eb2
|
dxgi/tests: Use D3D10CreateDevice() to create a device.
At some point DXGID3D10CreateDevice() started always returning
E_NOTIMPL. My guess would be that that was with the introduction of
d3d11.
|
2014-02-10 11:16:21 +01:00 |
Henri Verbeet
|
19f2044375
|
dxgi/tests: Cleanup test_output().
In particular, actually test the return codes for most calls.
|
2014-02-10 11:15:52 +01:00 |
Henri Verbeet
|
ac84e9b726
|
dxgi: Implement IDXGIAdapter1.
|
2014-01-28 10:53:48 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Michael Stefaniuc
|
22af120a7a
|
dxgi/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:21 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Ričardas Barkauskas
|
a2534f9b6d
|
dxgi/tests: Test IDXGISwapChain_CreateSwapchain and IDXGISwapChain_GetDesc a bit.
|
2012-09-27 13:12:27 +02:00 |
Ričardas Barkauskas
|
b59b68b86d
|
dxgi: Fix GetDisplayModeList parameter handling.
|
2011-05-18 17:07:22 +02:00 |
Henri Verbeet
|
20043c0a46
|
dxgi: Try to create a software adapter when no regular adapters are found as well.
|
2010-10-25 14:29:44 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Paul Vriens
|
a9113f7b3c
|
dxgi/tests: Fix a test failure when no adapters are present.
|
2010-02-01 12:49:41 +01:00 |
Henri Verbeet
|
efbd38ae84
|
dxgi: The "unknown0" parameter to DXGID3D10CreateDevice() is a pointer.
Fixes stack corruption in the 64-bit tests. Thanks to Paul Vriens for debugging this.
|
2009-12-08 12:33:43 +01:00 |
Henri Verbeet
|
bf1255e2cd
|
dxgi: Implement IDXGISurface::GetParent().
|
2009-12-07 14:34:23 +01:00 |
Henri Verbeet
|
2800970d1a
|
dxgi/tests: Add a small test for IDXGIAdapter::GetDesc().
|
2009-12-04 14:34:59 +01:00 |
Henri Verbeet
|
09dd10e7f5
|
dxgi/tests: Add some tests for IDXGIObject::GetParent().
|
2009-12-03 12:08:56 +01:00 |
Henri Verbeet
|
c9f116a56f
|
dxgi: Implement IDXGIDevice::CreateSurface().
|
2009-01-19 13:36:25 +01:00 |
Henri Verbeet
|
bd9320f822
|
dxgi: Add a small test for CreateSurface().
|
2009-01-16 13:29:38 +01:00 |
Huw Davies
|
2392214427
|
dxgi: Don't crash and just skip the tests if glX in not available.
|
2008-12-04 14:43:31 +01:00 |
Henri Verbeet
|
1dea8291fb
|
dxgi: Add a test for DXGID3D10CreateDevice().
|
2008-11-18 11:54:02 +01:00 |