Revert "mesa/st: ARB_vertex_attrib_64bit depend on glsl>=410"

Turns out this change was unnecessary

This reverts commit 533b87dff0.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19236>
This commit is contained in:
Rob Clark
2022-10-19 14:55:59 -07:00
committed by Marge Bot
parent c84dbd189b
commit 2e689e9d9d
+1 -2
View File
@@ -1619,8 +1619,7 @@ void st_init_extensions(struct pipe_screen *screen,
if (screen->get_param(screen, PIPE_CAP_DOUBLES)) {
extensions->ARB_gpu_shader_fp64 = GL_TRUE;
if (GLSLVersion >= 410)
extensions->ARB_vertex_attrib_64bit = GL_TRUE;
extensions->ARB_vertex_attrib_64bit = GL_TRUE;
}
if ((ST_DEBUG & DEBUG_GREMEDY) &&