radeonsi: enable support for GL_NV_shader_atomic_int64

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6708>
This commit is contained in:
Indrajit Kumar Das
2020-09-27 18:33:55 +05:30
committed by Marge Bot
parent 40c1f9883e
commit cd1fab4ed6
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
GL 4.5 on llvmpipe
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

View File

@@ -161,6 +161,7 @@ static int si_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_ALPHA_TO_COVERAGE_DITHER_CONTROL:
case PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE:
case PIPE_CAP_NO_CLIP_ON_COPY_TEX:
case PIPE_CAP_SHADER_ATOMIC_INT64:
return 1;
case PIPE_CAP_GLSL_ZERO_INIT: