vkd3d/libs
Francisco Casas b92baa40ec vkd3d-shader/d3dbc: Don't write inconsequential MOVs.
CASTs from floats to integers are implemented as mere MOVs. These often,
but not always, end up moving the value from one register to the same
register.

This patch avoids writing the MOV instructions if they have no effect.
2024-07-09 20:32:25 +02:00
..
vkd3d vkd3d: Do not synchronize with the tessellation shader stages if they're not enabled. 2024-07-08 18:49:28 +02:00
vkd3d-common vkd3d: Implement vkd3d_shader_cache_get. 2024-04-24 23:49:20 +02:00
vkd3d-shader vkd3d-shader/d3dbc: Don't write inconsequential MOVs. 2024-07-09 20:32:25 +02:00
vkd3d-utils Release 1.12. 2024-05-29 22:05:28 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00