Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-03-01 Thread Eric Anholt
On Tue, 1 Mar 2011 12:00:12 +0100, Jakob Bornecrantz wrote: > On Mon, Feb 28, 2011 at 10:11 PM, Ian Romanick wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 02/26/2011 03:18 PM, Jakob Bornecrantz wrote: > >> On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote: > >>> On T

Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-03-01 Thread Jakob Bornecrantz
On Mon, Feb 28, 2011 at 10:11 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/26/2011 03:18 PM, Jakob Bornecrantz wrote: >> On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote: >>> On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick >>> wrote: -BEGIN PG

Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-02-28 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/26/2011 03:18 PM, Jakob Bornecrantz wrote: > On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote: >> On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick >> wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 02/21/2011 02:41 P

Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-02-26 Thread Jakob Bornecrantz
On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote: > On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 02/21/2011 02:41 PM, Eric Anholt wrote: >> > This extension allows a client to bind one context in multiple threads >> > simu

Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-02-22 Thread Eric Anholt
On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/21/2011 02:41 PM, Eric Anholt wrote: > > This extension allows a client to bind one context in multiple threads > > simultaneously. It is then up to the client to manage synchroniz

Re: [Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-02-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/21/2011 02:41 PM, Eric Anholt wrote: > This extension allows a client to bind one context in multiple threads > simultaneously. It is then up to the client to manage synchronization of > access to the GL, just as normal multithreaded GL from mul

[Mesa-dev] [PATCH 1/4] mesa: Add new MESA_multithread_makecurrent extension.

2011-02-21 Thread Eric Anholt
This extension allows a client to bind one context in multiple threads simultaneously. It is then up to the client to manage synchronization of access to the GL, just as normal multithreaded GL from multiple contexts requires synchronization management to shared objects. --- docs/MESA_multithread