Józef Kucia
|
44fa6faa9b
|
d3d11: Rename d3d10_rendertarget_view to d3d_rendertarget_view.
|
2015-09-09 19:08:47 +09:00 |
Józef Kucia
|
f5e7018dbf
|
d3d11/tests: Add test for depth stencil view interfaces.
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
c003e94371
|
d3d11: Implement d3d11_device_CreateDepthStencilView().
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
f7c923b1cb
|
d3d11: Implement d3d11_depthstencil_view_GetDesc().
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
07ce357505
|
d3d11: Implement d3d11_depthstencil_view_GetResource().
The intent is to eventually eliminate wined3d_resource_from_d3d10_resource().
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
916b1564d3
|
d3d11: Rename wined3d_resource_from_resource() to wined3d_resource_from_d3d10_resource().
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
41740bec89
|
d3d11: Implement d3d11_depthstencil_view_GetDevice().
|
2015-09-08 21:59:17 +09:00 |
Józef Kucia
|
ca4017d2d1
|
d3d11: Add ID3D11DepthStencilView interface stub.
|
2015-09-08 21:59:16 +09:00 |
Józef Kucia
|
185f9bb351
|
d3d11: Rename d3d10_depthstencil_view to d3d_depthstencil_view.
|
2015-09-08 21:59:16 +09:00 |
Józef Kucia
|
b9747d77f1
|
d3d11/tests: Add test for buffer interfaces.
|
2015-09-07 20:07:57 +09:00 |
Józef Kucia
|
ae2b1539a9
|
d3d11: AddRef device returned from d3d11_buffer_GetDevice().
|
2015-09-07 20:07:55 +09:00 |
Józef Kucia
|
b500ae04b4
|
d3d11: Implement d3d11_device_CreateBuffer().
|
2015-09-07 20:07:50 +09:00 |
Józef Kucia
|
4444917f1a
|
d3d11: Implement d3d10_buffer_GetDesc().
|
2015-09-07 20:07:48 +09:00 |
Józef Kucia
|
378bec23ef
|
d3d11: Implement d3d11_buffer_GetDesc().
|
2015-09-07 20:07:45 +09:00 |
Stefan Dösinger
|
b486a23bac
|
d3d11: Set surface and volume parents to NULL.
|
2015-09-04 20:01:08 +09:00 |
Stefan Dösinger
|
fa0041954f
|
wined3d: Return a texture from the swapchain resource creation callback.
|
2015-09-04 20:01:05 +09:00 |
Józef Kucia
|
ba9d80bacd
|
d3d11: Implement d3d11_buffer_GetDevice().
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
c05e8d1460
|
d3d11: Implement private data methods for ID3D11Buffer.
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
9abc17dcce
|
d3d11: Add ID3D11Buffer interface stub.
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
9c907997f0
|
d3d11: Rename d3d10_buffer to d3d_buffer.
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
3f5d0fab9c
|
d3d11: Implement private data methods for ID3D11Texture3D.
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
1bc7413946
|
d3d11: Rename d3d10_{get, set}_private_data functions to d3d_{get, set}_private_data.
|
2015-09-03 21:11:07 +09:00 |
Józef Kucia
|
8821a1462b
|
d3d11/tests: Add test for 3D texture interfaces.
|
2015-09-03 21:11:06 +09:00 |
Józef Kucia
|
0fcfb8a082
|
d3d11/tests: Port test_create_texture3d() from d3d10core.
|
2015-09-01 20:59:34 +09:00 |
Józef Kucia
|
9a2b73d315
|
d3d11: Implement d3d11_device_CreateTexture3D().
|
2015-09-01 20:59:33 +09:00 |
Józef Kucia
|
11cd2dd897
|
d3d11: Implement d3d11_texture3d_GetDesc().
|
2015-09-01 20:59:31 +09:00 |
Józef Kucia
|
fc844029ee
|
d3d11: Implement d3d11_texture3d_GetDevice().
|
2015-09-01 20:59:27 +09:00 |
Józef Kucia
|
4665ae6260
|
d3d11: Add ID3D11Texture3D interface stub.
|
2015-09-01 20:59:22 +09:00 |
Józef Kucia
|
0707fa1912
|
d3d11: Rename d3d10_texture3d to d3d_texture3d.
|
2015-09-01 20:59:20 +09:00 |
Józef Kucia
|
a346d1b705
|
d3d11: Rename d3d10_texture2d to d3d_texture2d.
|
2015-08-31 20:13:27 +09:00 |
Józef Kucia
|
f83181fce0
|
d3d11/tests: Add test for 2D texture interfaces.
|
2015-08-31 20:13:27 +09:00 |
Józef Kucia
|
44d493aac3
|
d3d11/tests: Port test_create_texture2d() from d3d10core.
|
2015-08-31 20:13:27 +09:00 |
Józef Kucia
|
e0e72d284a
|
d3d11: Implement d3d11_device_CreateTexture2D().
|
2015-08-31 20:13:26 +09:00 |
Józef Kucia
|
a24ff27386
|
d3d11: Fix resource misc flags conversion.
Tests with ID3D11Buffers have shown that not all resource misc flags
are translated to d3d10 flags.
|
2015-08-31 20:13:26 +09:00 |
Józef Kucia
|
59745133f3
|
d3d11: Fix compilation on GCC with -O0.
|
2015-08-31 20:13:26 +09:00 |
Józef Kucia
|
c9ce47c6a9
|
d3d11: Move d3d11 device implementation to top of file.
Just to use d311 device static methods in d3d10 device freely.
|
2015-08-28 19:53:02 +09:00 |
Józef Kucia
|
acec54e707
|
d3d11: Implement d3d11_texture2d_GetDesc().
|
2015-08-28 19:53:00 +09:00 |
Józef Kucia
|
c917a987dc
|
d3d11: Implement d3d11_texture2d_GetDevice.
|
2015-08-26 23:53:22 +09:00 |
Józef Kucia
|
3c74e22317
|
d3d11: Implement private data methods in ID3D11Texture2D.
|
2015-08-26 23:53:22 +09:00 |
Józef Kucia
|
06ca9e226d
|
d3d11: Add ID3D11Texture2D stub interface.
|
2015-08-26 23:53:21 +09:00 |
Henri Verbeet
|
2edc9584ba
|
d3d11: Use the IUnknown implementation from the d3d11 interface.
Mostly just for consistency with other D3D code.
|
2015-08-25 21:13:36 +09:00 |
Henri Verbeet
|
b87eb8d947
|
d3d11: Make "layers" static in D3D11CoreRegisterLayers().
|
2015-08-25 21:13:33 +09:00 |
Henri Verbeet
|
1a23e2fa0b
|
d3d11: Get rid of a redundant include.
d3d11_1.h includes d3d11.h, which includes d3d10_1.h.
|
2015-08-25 21:13:30 +09:00 |
Józef Kucia
|
6038e2ab79
|
d3d11/tests: Add test for D3D11CreateDevice.
|
2015-08-24 20:46:22 +09:00 |
Józef Kucia
|
4cf1bb929f
|
d3d11: Allow to pass NULL as device to D3D11CreateDevice.
|
2015-08-24 20:46:18 +09:00 |
Józef Kucia
|
9af58dc110
|
d3d11/tests: Add test for device interfaces.
|
2015-08-24 20:46:00 +09:00 |
Józef Kucia
|
e29a0cf417
|
d3d11: Rename d3d10_device to d3d_device.
|
2015-08-21 21:50:16 +09:00 |
Józef Kucia
|
b2f5fad4b6
|
d3d11: Implement D3D11CreateDevice.
|
2015-08-21 21:50:07 +09:00 |
Józef Kucia
|
a9cb14dd71
|
d3d11: Move d3d10core to d3d11.
|
2015-08-21 21:49:43 +09:00 |
Austin English
|
9e94232711
|
d3d11: Add a stub for D3D11CreateDeviceAndSwapChain.
|
2015-07-10 21:43:07 +09:00 |
Stefan Dösinger
|
9d93af793d
|
d3d11: Switch to d3d-style formatting.
|
2015-02-05 19:59:06 +09:00 |
Stefan Dösinger
|
e25a115b72
|
d3d11: Print UINT sdk_version with %u.
|
2015-02-05 19:58:55 +09:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Andrey Gusev
|
f5be799b07
|
d3d11: Add version.rc file.
|
2013-12-02 11:08:53 +01:00 |
Jacek Caban
|
0e5d64cc44
|
d3d11: Use proper D3D11CreateDevice argument types.
|
2013-09-11 16:08:54 +02:00 |
Francois Gouget
|
aaabd02cff
|
d3d11: Make debug_d3d_driver_type() static.
|
2013-02-15 11:52:55 +01:00 |
Austin English
|
0130eca6a0
|
d3d11: Add a stub for D3D11CreateDevice.
|
2013-02-13 16:13:54 +01:00 |
Austin English
|
1d1cb5236e
|
d3d11: Add a stub dll.
|
2012-12-12 20:30:25 +01:00 |