- Jun 13, 2024
-
-
Elizabeth Figura authored
This is simply unnecessary and wastes time. As part of this, simply remove the "all" directive. Only for a couple of tests is it even potentially interesting to validate all pixels (e.g. nointerpolation.shader_test), and for those "all" is replaced with an explicit (0, 0, 640, 480) rect. In all other cases we just probe (0, 0).
-
- Jun 11, 2024
-
-
Conor McCarthy authored
-
Nikolay Sivov authored
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56701 Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Conor McCarthy authored
-
Conor McCarthy authored
-
Francisco Casas authored
-
Francisco Casas authored
It is hard to initialize default values on add_assignment() and calling add_assignment() for initializers is not really necessary: the only thing we need from it the implicit cast.
-
Francisco Casas authored
-
- May 30, 2024
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
- May 22, 2024
-
-
- May 15, 2024
-
-
- May 14, 2024
-
-
- May 13, 2024
-
-
DXIL reads/writes uint for these.
-
-
Unless they have register reservations, in which case the whole variable is still reserved.
-
track_object_components_usage() had to be improved to also register derefs on resource stores. It was not doing it because it assumed that for every resource store there was a resource load already, which was true, before calling DCE.
-
-
-
-
Co-authored-by:
Francisco Casas <fcasas@codeweavers.com>
-
-
-
-
-