mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-16 15:50:40 +01:00
XVideo improvements
This commit is contained in:
parent
e41c42a827
commit
623f5b0272
3 changed files with 12 additions and 1 deletions
|
|
@ -32,7 +32,14 @@ static xglScreenInfoRec xglScreenInfo = {
|
|||
FALSE,
|
||||
XGL_DEFAULT_PBO_MASK,
|
||||
FALSE,
|
||||
FALSE
|
||||
FALSE,
|
||||
FilterBilinear,
|
||||
{
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } }
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef GLXEXT
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ xglScreenInfoRec xglScreenInfo = {
|
|||
FALSE,
|
||||
XGL_DEFAULT_PBO_MASK,
|
||||
FALSE,
|
||||
FALSE,
|
||||
FilterBilinear,
|
||||
{
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ xglScreenInfoRec xglScreenInfo = {
|
|||
FALSE,
|
||||
XGL_DEFAULT_PBO_MASK,
|
||||
FALSE,
|
||||
FALSE,
|
||||
FilterBilinear,
|
||||
{
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
{ FALSE, FALSE, { 0, 0, 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue