Re: [Mesa-dev] [PATCH v6 4/5] loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property

2018-10-19 Thread Kazlauskas, Nicholas
On 10/19/2018 12:49 PM, Michel Dänzer wrote: > On 2018-10-19 6:41 p.m., Nicholas Kazlauskas wrote: >> The DDX driver can be notified of adaptive sync suitability by >> flagging the application's window with the _VARIABLE_REFRESH property. >> >> This property is set on the first swap the application

Re: [Mesa-dev] [PATCH v5 4/5] loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property

2018-10-15 Thread Kazlauskas, Nicholas
On 10/15/2018 11:18 AM, Michel Dänzer wrote: On 2018-10-12 6:48 p.m., Nicholas Kazlauskas wrote: The DDX driver can be notified of adaptive sync suitability by flagging the application's window with the _VARIABLE_REFRESH property. This property is set on the first swap the application performs

Re: [Mesa-dev] [PATCH v4 5/5] loader/dri3: Enable adaptive sync via _VARIABLE_REFRESH property

2018-10-12 Thread Kazlauskas, Nicholas
On 10/12/2018 05:25 AM, Michel Dänzer wrote: On 2018-10-11 6:43 p.m., Nicholas Kazlauskas wrote: The DDX driver can be notified of adaptive sync suitability by flagging the application's window with the _VARIABLE_REFRESH property. This property is set on the first swap the application performs

Re: [Mesa-dev] [PATCH v4 2/5] util: Get program name based on path when possible

2018-10-11 Thread Kazlauskas, Nicholas
On 10/11/2018 01:04 PM, Eric Engestrom wrote: On Thursday, 2018-10-11 12:43:11 -0400, Nicholas Kazlauskas wrote: Some programs start with the path and command line arguments in argv[0] (program_invocation_name). Chromium is an example of an application using mesa that does this. This tries to q

Re: [Mesa-dev] [PATCH v3 5/5] loader/dri3: Enable adaptive sync via _VARIABLE_REFRESH property

2018-10-11 Thread Kazlauskas, Nicholas
On 10/11/2018 10:07 AM, Michel Dänzer wrote: On 2018-10-11 2:40 p.m., Kazlauskas, Nicholas wrote: On 10/11/2018 03:57 AM, Michel Dänzer wrote: On 2018-10-05 10:43 p.m., Nicholas Kazlauskas wrote: The DDX driver can be notified of adaptive sync suitability by flagging the application's w

Re: [Mesa-dev] [PATCH v3 5/5] loader/dri3: Enable adaptive sync via _VARIABLE_REFRESH property

2018-10-11 Thread Kazlauskas, Nicholas
On 10/11/2018 03:57 AM, Michel Dänzer wrote: On 2018-10-05 10:43 p.m., Nicholas Kazlauskas wrote: The DDX driver can be notified of adaptive sync suitability by flagging the application's window with the _VARIABLE_REFRESH property. This property is set on the first swap the application performs

Re: [Mesa-dev] [PATCH v2 2/4] drirc: Initial blacklist for adaptive sync

2018-10-01 Thread Kazlauskas, Nicholas
On 09/29/2018 05:20 AM, Kenneth Graunke wrote: On Monday, September 24, 2018 8:18:37 PM CEST Nicholas Kazlauskas wrote: Applications that don't present at a predictable rate (ie. not games) shouldn't have adaptive sync enabled. This list covers some of the common desktop compositors, web browser

Re: [Mesa-dev] [PATCH v2 1/4] util: Get program name based on path when possible

2018-09-26 Thread Kazlauskas, Nicholas
On 09/25/2018 06:01 PM, Emil Velikov wrote: On 24 September 2018 at 19:18, Nicholas Kazlauskas wrote: Some programs start with the path and command line arguments in argv[0] (program_invocation_name). Chromium is an example of an application using mesa that does this. This tries to query the r

Re: [Mesa-dev] [PATCH v2 1/4] util: Get program name based on path when possible

2018-09-25 Thread Kazlauskas, Nicholas
On 09/24/2018 08:00 PM, Timothy Arceri wrote: On 25/9/18 4:18 am, Nicholas Kazlauskas wrote: Some programs start with the path and command line arguments in argv[0] (program_invocation_name). Chromium is an example of an application using mesa that does this. This tries to query the real path f

Re: [Mesa-dev] [PATCH 3/4] drirc: Initial blacklist for adaptive sync

2018-09-12 Thread Kazlauskas, Nicholas
On 09/12/2018 12:01 PM, Michel Dänzer wrote: On 2018-09-12 2:37 p.m., Kazlauskas, Nicholas wrote: On 09/12/2018 04:53 AM, Michel Dänzer wrote: On 2018-09-11 6:24 p.m., Nicholas Kazlauskas wrote: Applications that don't present at a predictable rate (ie. not games) shouldn't have

Re: [Mesa-dev] [PATCH 4/4] util: Get program name based on path when possible

2018-09-12 Thread Kazlauskas, Nicholas
On 09/12/2018 10:28 AM, Nicolai Hähnle wrote: On 12.09.2018 14:31, Kazlauskas, Nicholas wrote: On 09/12/2018 12:26 AM, Timothy Arceri wrote: On 12/9/18 2:24 am, Nicholas Kazlauskas wrote: Some programs start with the path and command line arguments in argv[0] (program_invocation_name

Re: [Mesa-dev] [PATCH 3/4] drirc: Initial blacklist for adaptive sync

2018-09-12 Thread Kazlauskas, Nicholas
On 09/12/2018 04:53 AM, Michel Dänzer wrote: On 2018-09-11 6:24 p.m., Nicholas Kazlauskas wrote: Applications that don't present at a predictable rate (ie. not games) shouldn't have adapative sync enabled. This list covers some of the common desktop compositors and some web browsers. Signed-off

Re: [Mesa-dev] [PATCH 4/4] util: Get program name based on path when possible

2018-09-12 Thread Kazlauskas, Nicholas
On 09/12/2018 12:26 AM, Timothy Arceri wrote: On 12/9/18 2:24 am, Nicholas Kazlauskas wrote: Some programs start with the path and command line arguments in argv[0] (program_invocation_name). Chromium is an example of an application using mesa that does this. This change breaks the detection o