mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r600: enable AMD_framebuffer_multisample_advanced
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:
parent
d27ed38d1a
commit
b986550b92
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue