vkd3d/libs
Francisco Casas 9f515a9daa vkd3d-shader/hlsl: Lower non-constant array loads for SM1.
This is achieved by means of creating a variable storing zero,
loading every array element, comparing if the non-constant index
matches the index of that element at runtime, and in that case
store the corresponding element in the variable.

This seems to be the same strategy that the native compiler uses.
2024-08-08 23:30:39 +02:00
..
vkd3d vkd3d: Check the entire root signature for register conflicts. 2024-08-06 16:53:06 +02:00
vkd3d-common vkd3d-common: Remove an assertion in vkd3d_dbg_printf(). 2024-07-30 16:32:59 +02:00
vkd3d-shader vkd3d-shader/hlsl: Lower non-constant array loads for SM1. 2024-08-08 23:30:39 +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