Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-03 Thread Kyriazis, George
v-boun...@lists.freedesktop.org] On > Behalf Of Kyriazis, George > Sent: Wednesday, March 2, 2016 7:03 PM > To: Brian Paul ; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] Support unlimited number of display > connections > > I am re-sending an updated patch that f

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-02 Thread Kyriazis, George
; mesa- > d...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] Support unlimited number of display > connections > > On 03/02/2016 10:33 AM, Kyriazis, George wrote: > > Brian, > > > > I looked for a trivial/tri test in the mesa repo and I only found the >

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-02 Thread Brian Paul
rch 1, 2016 8:45 PM To: Kyriazis, George ; mesa- d...@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections Hmm, I applied your patch locally and ran the trivial/tri demo and saw a few valgrind errors upon exit (invalid memory reads). Can you look into

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-02 Thread Kyriazis, George
From: Brian Paul [mailto:bri...@vmware.com] > >> Sent: Tuesday, March 1, 2016 6:55 PM > >> To: Kyriazis, George ; mesa- > >> d...@lists.freedesktop.org > >> Subject: Re: [Mesa-dev] [PATCH v2] Support unlimited number of > >> display connections > >> &

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-01 Thread Brian Paul
is in for me? I am working with Tim Rowley @ Intel for the openswr driver. George -Original Message- From: Brian Paul [mailto:bri...@vmware.com] Sent: Tuesday, March 1, 2016 6:55 PM To: Kyriazis, George ; mesa- d...@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH v2] Support unli

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-01 Thread Kyriazis, George
Kyriazis, George ; mesa- > d...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] Support unlimited number of display > connections > > On 03/01/2016 05:44 PM, George Kyriazis wrote: > > There is a limit of 10 display connections, which was a > > problem f

Re: [Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-01 Thread Brian Paul
On 03/01/2016 05:44 PM, George Kyriazis wrote: There is a limit of 10 display connections, which was a problem for apps/tests that were continuously opening/closing display connections. This fix uses XAddExtension() and XESetCloseDisplay() to keep track of the status of the display connections f

[Mesa-dev] [PATCH v2] Support unlimited number of display connections

2016-03-01 Thread George Kyriazis
There is a limit of 10 display connections, which was a problem for apps/tests that were continuously opening/closing display connections. This fix uses XAddExtension() and XESetCloseDisplay() to keep track of the status of the display connections from the X server, freeing mesa-related data as X