Philip Rebohle
|
849fb329ec
|
[dxvk] Enable VK_KHR_shader_float_controls if supported
|
2021-01-28 19:37:10 +01:00 |
|
Philip Rebohle
|
0ce5dd8b03
|
[dxvk] Remove conditional rendering from backend
Was disabled anyway due to being broken on various drivers,
so let's get rid of it.
|
2020-11-30 19:18:26 +01:00 |
|
Philip Rebohle
|
397daa0432
|
[dxvk] Enable VK_EXT_4444_formats if available
|
2020-08-10 09:45:45 +02:00 |
|
Philip Rebohle
|
9f3fb028b0
|
[dxvk] Enable VK_EXT_extended_dynamic_state if available.
|
2020-07-10 16:59:20 +02:00 |
|
Philip Rebohle
|
a968f29754
|
[dxvk] Enable VK_EXT_custom_border_color if available
|
2020-05-04 13:27:35 +02:00 |
|
Philip Rebohle
|
6ea9d83f94
|
[dxvk] Enable VK_EXT_robustness2 if available
|
2020-04-30 16:36:59 +02:00 |
|
Philip Rebohle
|
4923bc20f7
|
[dxvk] Don't enable VK_KHR_shader_draw_parameters
Core in Vulkan 1.1.
|
2020-01-17 17:46:59 +01:00 |
|
Philip Rebohle
|
252ec9406d
|
[dxvk] Don't enable VK_KHR_get_physical_device_properties2
Core in Vulkan 1.1.
|
2020-01-17 17:46:59 +01:00 |
|
Philip Rebohle
|
2f15cb7602
|
[dxvk] Enable VK_KHR_depth_stencil_resolve if available
|
2019-08-13 12:53:31 +02:00 |
|
Philip Rebohle
|
b2a53a2413
|
[dxvk] Enable VK_EXT_shader_demote_to_helper_invocation if available
|
2019-07-11 19:33:17 +02:00 |
|
Philip Rebohle
|
70520e30aa
|
[dxvk] Enable conditionalRendering feature if present
|
2019-03-28 10:02:11 +01:00 |
|
Philip Rebohle
|
3d53f318fd
|
[dxvk] Enable hostQueryReset device feature if available
|
2019-03-17 16:24:59 +01:00 |
|
Philip Rebohle
|
49965fd79e
|
[dxvk] Enable depthClipEnable feature if available
|
2019-02-19 13:57:34 +01:00 |
|
Philip Rebohle
|
b884c56631
|
[dxvk] Enable VK_EXT_memory_priority and features if available
|
2019-01-30 13:52:43 +01:00 |
|
Philip Rebohle
|
598280dc3f
|
[dxvk] Add function to check for a specific driver / driver version
|
2018-12-12 15:43:39 +01:00 |
|
Philip Rebohle
|
bb1f431e44
|
[dxvk] Query device ID information if available
Co-authored-by: Zhiyi Zhang <zzhang@codeweavers.com>
|
2018-12-04 19:38:52 +01:00 |
|
Philip Rebohle
|
968a085f1e
|
[dxvk] Query device subgroup properties
Also query the device properites for this extension as well
as support for subgroup operations on this device.
|
2018-11-21 11:17:09 +01:00 |
|
Philip Rebohle
|
989a10ab88
|
[dxvk] Enable transform feedback device feature if available
- Enable geometryStreams feature
|
2018-10-10 13:05:37 +02:00 |
|
Philip Rebohle
|
e27083a04f
|
[dxvk] Query transform feedback device properties if available
|
2018-10-10 13:05:37 +02:00 |
|
Philip Rebohle
|
ba65a1e36b
|
[dxvk] Query new Vertex Attribute Divisor features
This was added in revision 3 of the extension.
|
2018-09-10 21:46:14 +02:00 |
|
Philip Rebohle
|
0ba00b3f59
|
[dxvk] Add extended device feature structure
This allows the client API to query and enable extended
features in the future, should it become necessary, much
like the extende feature queries.
|
2018-07-31 16:58:25 +02:00 |
|
Philip Rebohle
|
ebb7902b2c
|
[dxvk] Add extended device info structure
This uses VK_KHR_get_physical_device_properties2
to query extension-specific device properties.
Queries info for VK_EXT_vertex_attribute_divisor.
|
2018-07-31 16:03:44 +02:00 |
|