r600: enable AMD_framebuffer_multisample_advanced
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

This change was tested on rv770, palm, barts and cayman:
spec/amd_framebuffer_multisample_advanced/api-glcore: skip pass
spec/amd_framebuffer_multisample_advanced/api-gles3: skip pass

Signed-off-by: Patrick Lerda <patrick9876@free.fr>
Acked-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35429>
This commit is contained in:
Patrick Lerda 2025-06-06 13:31:04 +02:00 committed by Marge Bot
parent d27ed38d1a
commit b986550b92

View file

@ -566,6 +566,8 @@ static void r600_init_screen_caps(struct r600_screen *rscreen)
caps->viewport_subpixel_bits =
caps->rasterizer_subpixel_bits = 8;
caps->framebuffer_msaa_constraints = 2;
/* Timer queries, present when the clock frequency is non zero. */
caps->query_time_elapsed =
caps->query_timestamp = rscreen->b.info.clock_crystal_freq != 0;