Philip Rebohle
|
a90c2843a7
|
[dxvk] Remove std::vector from DxvkDataBuffer
Vectors are zero-initialized upon resize, which is unnecessary
in this case and potentially impacts performance.
|
2018-05-13 21:34:38 +02:00 |
|
Philip Rebohle
|
e198bd2d55
|
[d3d11] Sub-allocate from larger update buffers for UpdateSubresources
Reduces the allocation overhead when applications frequently
call UpdateSubresources to update small buffers and textures.
|
2018-01-23 16:43:55 +01:00 |
|
Philip Rebohle
|
3d4304096b
|
[dxvk] Data buffer can now be created uninitialized
|
2017-12-12 15:39:20 +01:00 |
|
Philip Rebohle
|
57821db900
|
[dxvk] Added image init functions to context
|
2017-12-01 17:52:05 +01:00 |
|