Module: Mesa Branch: main Commit: 0a398b0ef95ad119b8189cc59172face0374aa65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a398b0ef95ad119b8189cc59172face0374aa65
Author: Asahi Lina <[email protected]> Date: Wed May 10 17:31:43 2023 +0900 ail: Add MSAA tests This tests the following matrix: - Format: RGBA8Unorm, RGBA16Unorm, RGBA32Float - Samples: 2 or 4 - Layers: 1 or 2 - Width: Interesting values 1..4097 - Height: Interesting values 1..4097 Compression is based on the dimensions (that is, everything that can be compressed is). This test compares both the total texture size and the compression metadata offset. Signed-off-by: Asahi Lina <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22971> --- src/asahi/layout/tests/msaa.txt | 14700 ++++++++++++++++++++++++++++ src/asahi/layout/tests/test-generated.cpp | 51 + 2 files changed, 14751 insertions(+) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=0a398b0ef95ad119b8189cc59172face0374aa65
