From a8270fc5f0d5e934c266a8b243a35ebd83e2f08f Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 10 Oct 2023 13:07:41 +0300 Subject: [PATCH] glamor: xv: do not force a version on XV shaders There is a no need to force a low version for XV shaders, it will work on higher version too. Reviewed-by: Adam Jackson Signed-off-by: Konstantin --- glamor/glamor_xv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/glamor/glamor_xv.c b/glamor/glamor_xv.c index 1548f8079..f68053e8c 100644 --- a/glamor/glamor_xv.c +++ b/glamor/glamor_xv.c @@ -62,8 +62,6 @@ typedef struct tagREF_TRANSFORM { static const glamor_facet glamor_facet_xv_planar_2 = { .name = "xv_planar_2", - .version = 120, - .source_name = "v_texcoord0", .vs_vars = ("in vec2 position;\n" "in vec2 v_texcoord0;\n" @@ -94,8 +92,6 @@ static const glamor_facet glamor_facet_xv_planar_2 = { static const glamor_facet glamor_facet_xv_planar_3 = { .name = "xv_planar_3", - .version = 120, - .source_name = "v_texcoord0", .vs_vars = ("in vec2 position;\n" "in vec2 v_texcoord0;\n"