[PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-09-26 Thread Thomas Hellstrom
Previously, before GLX_OML_swap_method was fixed, both the X server and client ignored the swapMethod fbconfig value, which meant that, if the dri driver thought it exposed more than one swapMethod, it actually just exported a duplicated set of fbconfigs. When fixing GLX_OML_swap_method and

Re: [RFC PATCH] glx: Try to reduce the number of GLX visuals

2017-09-26 Thread Thomas Hellstrom
On 09/26/2017 05:35 PM, Thomas Hellstrom wrote: Don't create GLX visuals that would be viewed as identical as an already existing GLX visual by glXChooseVisual. Multiple fbconfigs may point to the same GLX visual. Signed-off-by: Thomas Hellstrom --- glx/glxscreens.c |

[RFC PATCH] glx: Try to reduce the number of GLX visuals

2017-09-26 Thread Thomas Hellstrom
Don't create GLX visuals that would be viewed as identical as an already existing GLX visual by glXChooseVisual. Multiple fbconfigs may point to the same GLX visual. Signed-off-by: Thomas Hellstrom --- glx/glxscreens.c | 67

Re: [PATCH xserver] modesetting: Skip no-longer-present connectors when resetting BAD links

2017-09-26 Thread Adam Jackson
On Mon, 2017-09-25 at 16:18 -0700, Keith Packard wrote: > Outputs may have NULL mode_output (connector) pointers if the > connector disappears while the server is running. Skip these when > resetting outputs with BAD link status. > > Signed-off-by: Keith Packard Clearly no

Re: XDC 2017 feedback

2017-09-26 Thread Andres Rodriguez
Hi, A small piece of feedback from those of us watching remotely. It would be nice to have a simple to access index for the long livestream videos. I think the XDC 2017 wiki page would be a good place for this information. A brief example: Presentation Title | Presenter Name | Link with

Re: XDC 2017 feedback

2017-09-26 Thread Manasi Navare
Hi, XDC was a really great conference and loved the fact that it was in just one room which kept all the hallway conversations in that room resulting into more networking. But I agree with Andres that for the videos, it would be great to split the huge youtube video stream per presentation and

XDC 2017 feedback

2017-09-26 Thread Daniel Vetter
Hi all, First again big thanks to Stéphane and Jennifer for organizing a great XDC. Like last year we'd like to hear feedback on how this year's XDC went, both the good (and what you'd like to see more of) and the not so good. Talk selection, organization, location, scheduling of talks, anything

Re: [PATCH xserver 2/2] glx: Fix visual fbconfig matching with respect to swap method

2017-09-26 Thread Thomas Hellstrom
Hi, Fredrik, On 09/26/2017 11:53 AM, Fredrik Höglund wrote: On Wednesday 06 September 2017, Thomas Hellstrom wrote: For the built in visuals, we'd typically select the "best" fbconfig without considering the swap method. If the client then requests a specific swap method, say

Re: [PATCH xserver 2/2] glx: Fix visual fbconfig matching with respect to swap method

2017-09-26 Thread Fredrik Höglund
On Wednesday 06 September 2017, Thomas Hellstrom wrote: > For the built in visuals, we'd typically select the "best" fbconfig > without considering the swap method. If the client then requests a > specific swap method, say GLX_SWAP_COPY_OML, it may well happen that the > first fbconfig matching

Re: [PATCH] os: Make sure big requests have sufficient length.

2017-09-26 Thread Michal Srb
On pondělí 25. září 2017 12:55:47 CEST Eric Anholt wrote: > Michal Srb writes: > > I think if you supply valid Drawable and GC, you should get crash even > > with little endian. > > I tried creating a gc against the root window and doing the drawing > there, but the request seems

Re: [PATCH v2 app/xrandr] Document that --dpi and --fbmm options set DPI of whole X screen

2017-09-26 Thread Pali Rohár
Hi! I would like to remind this patch. On Friday 18 August 2017 19:15:25 Pali Rohár wrote: > PING xorg-devel list. > > Is something older needed to rework? If not, can you apply this patch? > > On Monday 07 August 2017 18:45:22 walter harms wrote: > > Sorry, i had the idea you already got my

Re: [PATCH] os: Make sure big requests have sufficient length.

2017-09-26 Thread Peter Hutterer
On Mon, Sep 25, 2017 at 12:55:47PM -0700, Eric Anholt wrote: > Michal Srb writes: > > > On neděle 24. září 2017 0:20:07 CEST Eric Anholt wrote: > >> Michal Srb writes: > >> > Here is a script that can be used to crash X server using a broken big > >> > request for