mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
ACO NGG GS now supports everything we need except streamout (aka. transform feedback), but we don't use NGG anyway when streamout is needed. Also add a note to the new features txt. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6964>
11 lines
355 B
Text
11 lines
355 B
Text
GL 4.5 on llvmpipe
|
|
GL_INTEL_blackhole_render on radeonsi
|
|
GL_NV_copy_depth_to_color for NIR
|
|
GL_NV_half_float
|
|
GL_NV_shader_atomic_int64 on radeonsi
|
|
EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
|
|
VK_PRESENT_MODE_FIFO_RELAXED on X11
|
|
GLX_EXT_swap_control for DRI2 and DRI3
|
|
GLX_EXT_swap_control_tear for DRI3
|
|
VK_KHR_copy_commands2 on RADV
|
|
NGG GS support in ACO
|