mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 09:00:05 +01:00
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 <ajax@redhat.com>
Signed-off-by: Konstantin <ria.freelander@gmail.com>
(cherry picked from commit a8270fc5f0)
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1636>
This commit is contained in:
parent
062d399770
commit
111c1d0332
1 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue