etnaviv: Enable EXT_draw_buffers2 for HALTI5+

Starting with HALTI5 we have per-buffer blend enable and mask.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26565>
This commit is contained in:
Christian Gmeiner
2023-11-21 15:29:56 +01:00
committed by Marge Bot
parent bf70a992b1
commit acd3faa463
3 changed files with 4 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe,
GL_ARB_half_float_vertex DONE (v3d, vc4, lima, etnaviv)
GL_EXT_texture_integer DONE (v3d)
GL_EXT_texture_array DONE (v3d, etnaviv/HALTI0)
GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE (v3d)
GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE (v3d, etnaviv/HALTI5)
GL_EXT_texture_compression_rgtc DONE (all drivers that support GL_EXT_texture_snorm)
GL_ARB_texture_rg DONE (v3d, lima, etnaviv/HALTI2)
GL_EXT_transform_feedback (Transform feedback) DONE (v3d)

View File

@@ -21,3 +21,4 @@ VK_EXT_device_generated_commands on nvk
VK_EXT_host_image_copy on nvk/Turing+
VK_EXT_depth_clamp_control on anv, hasvk, nvk, radv
VK_KHR_shader_quad_control on nvk
GL_EXT_draw_buffers2 on etnaviv/HALTI5+