Józef Kucia
|
bcb809ce59
|
d3d11: Use wined3d_resource_{map, unmap}() instead of wined3d_texture_{map, unmap}().
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-05 22:02:29 +09:00 |
Józef Kucia
|
1c980f7093
|
d3d11: Add support for mapping 3D textures.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-05 22:01:49 +09:00 |
Józef Kucia
|
75db69ad02
|
d3d11: Implement d3d11_immediate_context_Map().
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-04 14:41:37 +09:00 |
Riccardo Bortolato
|
eac95d30b6
|
wined3d: Introduce new wined3d_texture_(un)map functions.
Initial usage in d3d11.
Also removed wined3d_volume_from_resource.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
|
2015-10-07 21:28:52 +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
|
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
|
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
|
e0e72d284a
|
d3d11: Implement d3d11_device_CreateTexture2D().
|
2015-08-31 20:13:26 +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 |
Józef Kucia
|
e29a0cf417
|
d3d11: Rename d3d10_device to d3d_device.
|
2015-08-21 21:50:16 +09:00 |
Józef Kucia
|
a9cb14dd71
|
d3d11: Move d3d10core to d3d11.
|
2015-08-21 21:49:43 +09:00 |