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:

committed by
Marge Bot

parent
40c1f9883e
commit
cd1fab4ed6
@@ -1,6 +1,7 @@
|
|||||||
GL 4.5 on llvmpipe
|
GL 4.5 on llvmpipe
|
||||||
GL_NV_copy_depth_to_color for NIR
|
GL_NV_copy_depth_to_color for NIR
|
||||||
GL_NV_half_float
|
GL_NV_half_float
|
||||||
|
GL_NV_shader_atomic_int64 on radeonsi
|
||||||
EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
|
EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
|
||||||
VK_PRESENT_MODE_FIFO_RELAXED on X11
|
VK_PRESENT_MODE_FIFO_RELAXED on X11
|
||||||
GLX_EXT_swap_control for DRI2 and DRI3
|
GLX_EXT_swap_control for DRI2 and DRI3
|
||||||
|
@@ -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_ALPHA_TO_COVERAGE_DITHER_CONTROL:
|
||||||
case PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE:
|
case PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE:
|
||||||
case PIPE_CAP_NO_CLIP_ON_COPY_TEX:
|
case PIPE_CAP_NO_CLIP_ON_COPY_TEX:
|
||||||
|
case PIPE_CAP_SHADER_ATOMIC_INT64:
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
case PIPE_CAP_GLSL_ZERO_INIT:
|
case PIPE_CAP_GLSL_ZERO_INIT:
|
||||||
|
Reference in New Issue
Block a user