Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-21 Thread Fredrik Höglund
On Friday 15 December 2017, Tapani Pälli wrote: > > On 15.12.2017 16:40, Thomas Hellstrom wrote: > > On 12/15/2017 02:50 PM, Tapani Pälli wrote: > >> Hi; > >> > >> On 15.12.2017 10:10, Thomas Hellstrom wrote: > >>> On 12/11/2017 06:53 AM, Tapani Pälli wrote: > Hi; > > Any comments?

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

2017-10-05 Thread Fredrik Höglund
On Thursday 05 October 2017, Thomas Hellstrom wrote: > On 10/03/2017 12:44 PM, Thomas Hellstrom wrote: > > Hi! > > > > On 10/02/2017 11:51 PM, Fredrik Höglund wrote: > >> On Monday 02 October 2017, Thomas Hellstrom wrote: > >>> Hi, Fredrik, > >>&g

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

2017-10-05 Thread Fredrik Höglund
On Tuesday 03 October 2017, Thomas Hellstrom wrote: > Hi! > > On 10/02/2017 11:51 PM, Fredrik Höglund wrote: > > On Monday 02 October 2017, Thomas Hellstrom wrote: > >> Hi, Fredrik, > >> > >> On 10/02/2017 07:10 PM, Fredrik Höglund wrote: > >>>

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

2017-10-02 Thread Fredrik Höglund
On Monday 02 October 2017, Thomas Hellstrom wrote: > Hi, Fredrik, > > On 10/02/2017 07:10 PM, Fredrik Höglund wrote: > > On Tuesday 26 September 2017, Thomas Hellstrom wrote: > >> Hi, Fredrik, > >> > >> On 09/26/2017 11:53 AM, Fredrik Höglund wrote: &g

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-02 Thread Fredrik Höglund
Tested-by: Fredrik Höglund <fred...@kde.org> On Wednesday 27 September 2017, Thomas Hellstrom wrote: > 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 expose

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

2017-10-02 Thread Fredrik Höglund
On Tuesday 26 September 2017, Thomas Hellstrom wrote: > 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 > &

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: [RFC] Visual Class for On-Screen HDR Drawables

2017-01-02 Thread Fredrik Höglund
On Monday 02 January 2017, Adam Jackson wrote: > (accidentally sent only to Alex, resending so the list gets it too) > > On Thu, 2016-12-22 at 19:43 -0800, Alex Goins wrote: > > > > One option would be to expose the drawables with existing visuals > > > through the core protocol, then provide an

Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-28 Thread Fredrik Höglund
On Friday 11 September 2015, Michel Dänzer wrote: > On 11.09.2015 06:33, Fredrik Höglund wrote: > > Otherwise we stash an uninitalized value, and later use it to compute > > the msc_offset for the window. Also initialize ust and crtc_msc so we > > never use uni

[PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-10 Thread Fredrik Höglund
off. Signed-off-by: Fredrik Höglund <fred...@kde.org> --- present/present.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/present/present.c b/present/present.c index a634601..7ddffbd 100644 --- a/present/present.c +++ b/present/present.c @@ -710,9

Re: [xorg 2/3] dri2: Pass swap-interval=0 ScheduleSwap requests to the ddx

2015-02-18 Thread Fredrik Höglund
On Monday 19 January 2015, Chris Wilson wrote: Allow the DDXes to opt-in and handle swap-interval=0 requests for themselves, for example by using asynchronous pageflips, rather than forcing a blit. This has the important side-effect of also disambiguating CopyRegion calls to always be client

Re: [PATCH v2 2/2] modesetting: Add vblank synchronization support when using Present.

2014-12-16 Thread Fredrik Höglund
On Tuesday 16 December 2014, Jason Ekstrand wrote: Yeah... Still not working for me. Not sure why mutter is different than KWin, but I still get black after the screen lock and, when I restart gnome-shell it's tearing like crazy. --Jason KWin doesn't use GLX_INTEL_swap_event (although that's

Re: [PATCH 0/2] Don't use xshmfence unless supported by the driver

2013-11-21 Thread Fredrik Höglund
On Wednesday 20 November 2013, Keith Packard wrote: Fredrik Höglund fred...@kde.org writes: I also decided to try passing a regular sync fence to DRI3FDFromFence. I expected it to generate an error, but it didn't. Instead it returned a valid file descriptor. I don't know if this is a bug

Re: [PATCH 0/2] Don't use xshmfence unless supported by the driver

2013-11-20 Thread Fredrik Höglund
On Wednesday 20 November 2013, Keith Packard wrote: Keith Packard kei...@keithp.com writes: This makes the xshmfence stuff only used if the driver specifies it, allowing drivers to specify other FD-passing based fences, and also avoiding errors if a driver doesn't initialize any