From cd1fab4ed678305ba0f043e43aabfd202f021ea3 Mon Sep 17 00:00:00 2001 From: Indrajit Kumar Das Date: Sun, 27 Sep 2020 18:33:55 +0530 Subject: [PATCH] radeonsi: enable support for GL_NV_shader_atomic_int64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Part-of: --- docs/relnotes/new_features.txt | 1 + src/gallium/drivers/radeonsi/si_get.c | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 460cca38d23..112a189da42 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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 diff --git a/src/gallium/drivers/radeonsi/si_get.c b/src/gallium/drivers/radeonsi/si_get.c index 4c684744c4d..958d06bd447 100644 --- a/src/gallium/drivers/radeonsi/si_get.c +++ b/src/gallium/drivers/radeonsi/si_get.c @@ -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: