-
c28f19bf
by Henri Verbeet at 2026-02-04T15:52:44+01:00
vkd3d-shader/fx: Avoid leaking the output buffer on HLSL context errors in hlsl_fx_2_write(). (Valgrind)
-
5cb0bddf
by Henri Verbeet at 2026-02-04T15:52:44+01:00
vkd3d-shader/fx: Avoid leaking the output buffer on HLSL context errors in hlsl_fx_4_write().
-
ecf97cfd
by Henri Verbeet at 2026-02-04T15:52:44+01:00
vkd3d-shader/fx: Avoid leaking the output buffer on HLSL context errors in hlsl_fx_5_write().
-
0c2c4ac0
by Henri Verbeet at 2026-02-04T15:52:44+01:00
vkd3d-shader/fx: Do not allocate entries for anonymous types in write_type(). (Valgrind)
-
8313d3eb
by Henri Verbeet at 2026-02-04T15:52:44+01:00
vkd3d-shader/fx: Avoid accessing "entry" after freeing it in decompose_fx_4_state_function_call(). (Valgrind)