[Desktop-packages] [Bug 1839555] Re: X server backports for PRIME render offloading

2020-02-13 Thread Timo Aaltonen
adding the -hwe package here just to make it clear that it's actually in
18.04 now, so I won't forget :)

** Also affects: xorg-server-hwe-18.04 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xorg-server-hwe-18.04 (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1839555

Title:
  X server backports for PRIME render offloading

Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server-hwe-18.04 package in Ubuntu:
  Fix Released

Bug description:
  Configuring PRIME render offloading requires changes to the X server
  which have been accepted upstream but are not yet present in any
  release. These changes do not break the driver ABI and should be safe
  to backport to existing X servers shipped in distributions like
  Ubuntu.

  The required commits are:

  * 7f962c70b6d9c346477f23f6c15211e749110078 - xsync: Add resource inside of 
SyncCreate, export SyncCreate
  * 37a36a6b5b887d5c5a17a6931ceba8ad5d1bb6d5 - GLX: Add a per-client vendor 
mapping
  *  8b67ec7cc6fda243480a5a8ca118b66242f3eb2c- GLX: Use the sending client for 
looking up XID's
  * 56c0a71fdd94a008e5d746261f70a713c4767f93 - GLX: Add a function to change a 
clients vendor list
  * b4231d69028adc8123801a7552b40a15ea928d1b - GLX: Set 
GlxServerExports::{major,minor}Version

  These commits must be backported to an X.org X server of at least
  version 1.20, as this is the first version with support for server-
  side GLVND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1839555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1839555] Re: X server backports for PRIME render offloading

2019-11-14 Thread Timo Aaltonen
sure, will be backported via bug 1848522

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1839555

Title:
  X server backports for PRIME render offloading

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  Configuring PRIME render offloading requires changes to the X server
  which have been accepted upstream but are not yet present in any
  release. These changes do not break the driver ABI and should be safe
  to backport to existing X servers shipped in distributions like
  Ubuntu.

  The required commits are:

  * 7f962c70b6d9c346477f23f6c15211e749110078 - xsync: Add resource inside of 
SyncCreate, export SyncCreate
  * 37a36a6b5b887d5c5a17a6931ceba8ad5d1bb6d5 - GLX: Add a per-client vendor 
mapping
  *  8b67ec7cc6fda243480a5a8ca118b66242f3eb2c- GLX: Use the sending client for 
looking up XID's
  * 56c0a71fdd94a008e5d746261f70a713c4767f93 - GLX: Add a function to change a 
clients vendor list
  * b4231d69028adc8123801a7552b40a15ea928d1b - GLX: Set 
GlxServerExports::{major,minor}Version

  These commits must be backported to an X.org X server of at least
  version 1.20, as this is the first version with support for server-
  side GLVND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1839555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1839555] Re: X server backports for PRIME render offloading

2019-11-14 Thread Daniel Dadap
Is there any plan to add this functionality to the 18.04 HWE stack?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1839555

Title:
  X server backports for PRIME render offloading

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  Configuring PRIME render offloading requires changes to the X server
  which have been accepted upstream but are not yet present in any
  release. These changes do not break the driver ABI and should be safe
  to backport to existing X servers shipped in distributions like
  Ubuntu.

  The required commits are:

  * 7f962c70b6d9c346477f23f6c15211e749110078 - xsync: Add resource inside of 
SyncCreate, export SyncCreate
  * 37a36a6b5b887d5c5a17a6931ceba8ad5d1bb6d5 - GLX: Add a per-client vendor 
mapping
  *  8b67ec7cc6fda243480a5a8ca118b66242f3eb2c- GLX: Use the sending client for 
looking up XID's
  * 56c0a71fdd94a008e5d746261f70a713c4767f93 - GLX: Add a function to change a 
clients vendor list
  * b4231d69028adc8123801a7552b40a15ea928d1b - GLX: Set 
GlxServerExports::{major,minor}Version

  These commits must be backported to an X.org X server of at least
  version 1.20, as this is the first version with support for server-
  side GLVND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1839555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1839555] Re: X server backports for PRIME render offloading

2019-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server -
2:1.20.5+git20190820-0ubuntu1

---
xorg-server (2:1.20.5+git20190820-0ubuntu1) eoan; urgency=medium

  * Sync with upstream server-1.20-branch to gain support for GLX vendor
selection. (LP: #1839555)
  * sync-i965-pciids.diff, dix-ensure-work-queues-are-cleared-on-reset.diff:
Dropped, upstream.
  * fix-abi-for-1.20.diff: Fix ABI after merging GLX vendor selection.
  * dri2-use-va-gl-for-intel.diff: Use va_gl as VDPAU driver for Intel
GPUs.

 -- Timo Aaltonen   Tue, 20 Aug 2019 10:57:08 +0300

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1839555

Title:
  X server backports for PRIME render offloading

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  Configuring PRIME render offloading requires changes to the X server
  which have been accepted upstream but are not yet present in any
  release. These changes do not break the driver ABI and should be safe
  to backport to existing X servers shipped in distributions like
  Ubuntu.

  The required commits are:

  * 7f962c70b6d9c346477f23f6c15211e749110078 - xsync: Add resource inside of 
SyncCreate, export SyncCreate
  * 37a36a6b5b887d5c5a17a6931ceba8ad5d1bb6d5 - GLX: Add a per-client vendor 
mapping
  *  8b67ec7cc6fda243480a5a8ca118b66242f3eb2c- GLX: Use the sending client for 
looking up XID's
  * 56c0a71fdd94a008e5d746261f70a713c4767f93 - GLX: Add a function to change a 
clients vendor list
  * b4231d69028adc8123801a7552b40a15ea928d1b - GLX: Set 
GlxServerExports::{major,minor}Version

  These commits must be backported to an X.org X server of at least
  version 1.20, as this is the first version with support for server-
  side GLVND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1839555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1839555] Re: X server backports for PRIME render offloading

2019-08-09 Thread Timo Aaltonen
Yes, it's been a plan to merge them for 19.10, but I hope they'll still
make it in 1.20.6.

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1839555

Title:
  X server backports for PRIME render offloading

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Configuring PRIME render offloading requires changes to the X server
  which have been accepted upstream but are not yet present in any
  release. These changes do not break the driver ABI and should be safe
  to backport to existing X servers shipped in distributions like
  Ubuntu.

  The required commits are:

  * 7f962c70b6d9c346477f23f6c15211e749110078 - xsync: Add resource inside of 
SyncCreate, export SyncCreate
  * 37a36a6b5b887d5c5a17a6931ceba8ad5d1bb6d5 - GLX: Add a per-client vendor 
mapping
  *  8b67ec7cc6fda243480a5a8ca118b66242f3eb2c- GLX: Use the sending client for 
looking up XID's
  * 56c0a71fdd94a008e5d746261f70a713c4767f93 - GLX: Add a function to change a 
clients vendor list
  * b4231d69028adc8123801a7552b40a15ea928d1b - GLX: Set 
GlxServerExports::{major,minor}Version

  These commits must be backported to an X.org X server of at least
  version 1.20, as this is the first version with support for server-
  side GLVND.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1839555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp