vkd3d/libs
Francisco Casas ae6bc398d6 vkd3d-shader/hlsl: Allow derefs to provide the data_type.
After lowering the derefs path to a single offset node, there was no way
of knowing the type of the referenced part of the variable. This little
modification allows to avoid having to pass the data type everywhere and
it is required for supporting instructions that reference objects
components within struct types.

Since deref->data_type allows us to retrieve the type of the deref,
deref->offset_regset is no longer necessary.
2023-07-17 22:55:36 +02:00
..
vkd3d vkd3d: Make CopyResource use a temp buffer for depth <-> color copies. 2023-07-06 20:09:50 +02:00
vkd3d-common vkd3d: Print the thread id in trace messages. 2023-06-28 21:40:40 +02:00
vkd3d-shader vkd3d-shader/hlsl: Allow derefs to provide the data_type. 2023-07-17 22:55:36 +02:00
vkd3d-utils Release 1.8. 2023-06-22 22:00:20 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00