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:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user