Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aco: consider blocks unreachable if they are in the logical cfg | Rhys Perry | 2020-04-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | unreachable was true if the last block is unreachable in the linear cfg, but it should also be true if it is unreachable in the logical cfg. Fixes dEQP-VK.graphicsfuzz.for-with-ifs-and-return Signed-off-by: Rhys Perry <[email protected]> Fixes: 8d8c864beba399ae4ee2267f680d1f600ad32767 ('aco: improve check for unreachable loop continue blocks') Reviewed-by: Daniel Schürmann <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4764> | ||||
* | gitlab-ci: add lists of expected failures for RADV CI | Samuel Pitoiset | 2020-04-27 | 1 | -0/+16 |
Currently only supports PITCAIRN, POLARIS10, VEGA10 and NAVI10 with ACO only, but it's a start. Unfortunately, we have to duplicate and we will have to try to keep these lists up-to-date, but it's better than nothing. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4689> |