Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-21 Thread Kristian Høgsberg
On Thu, Apr 10, 2014 at 1:31 AM, Iago Toral wrote: > Hi Kristian, > > On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: >> On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrote: >> > Iago Toral Quiroga writes: >> > >> >> Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-11 Thread Iago Toral
On Thu, 2014-04-10 at 12:22 -0700, Ian Romanick wrote: > On 04/10/2014 03:39 AM, Iago Toral wrote: > > On Thu, 2014-04-10 at 10:31 +0200, Iago Toral wrote: > >> Hi Kristian, > >> > >> On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: > >>> On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrot

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-10 Thread Michel Dänzer
On Don, 2014-04-10 at 12:22 -0700, Ian Romanick wrote: > On 04/10/2014 03:39 AM, Iago Toral wrote: > > On Thu, 2014-04-10 at 10:31 +0200, Iago Toral wrote: > >> Hi Kristian, > >> > >> On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: > >>> On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrot

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-10 Thread Ian Romanick
On 04/10/2014 03:39 AM, Iago Toral wrote: > On Thu, 2014-04-10 at 10:31 +0200, Iago Toral wrote: >> Hi Kristian, >> >> On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: >>> On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrote: Iago Toral Quiroga writes: > Commit 11baad35088df

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-10 Thread Iago Toral
On Thu, 2014-04-10 at 10:31 +0200, Iago Toral wrote: > Hi Kristian, > > On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: > > On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrote: > > > Iago Toral Quiroga writes: > > > > > >> Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regr

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-10 Thread Iago Toral
Hi Kristian, On Tue, 2014-04-08 at 10:14 -0700, Kristian Høgsberg wrote: > On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrote: > > Iago Toral Quiroga writes: > > > >> Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression when > >> switching a single context between multiple drawab

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-08 Thread Kristian Høgsberg
On Mon, Apr 7, 2014 at 9:24 AM, Eric Anholt wrote: > Iago Toral Quiroga writes: > >> Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression when >> switching a single context between multiple drawables. >> >> The problem is that we check whether we have a viewport set to decide if

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-07 Thread Eric Anholt
Iago Toral Quiroga writes: > Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression when > switching a single context between multiple drawables. > > The problem is that we check whether we have a viewport set to decide if we > need to generate buffers for the drawble, but the view

Re: [Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-04-03 Thread Ian Romanick
Kristian: You had some thoughts on this. Could you share them with the list? :) On 03/27/2014 01:47 AM, Iago Toral Quiroga wrote: > Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression when > switching a single context between multiple drawables. > > The problem is that we check

[Mesa-dev] [PATCH] i965: fix MakeCurrent when switching a context between multiple drawables.

2014-03-27 Thread Iago Toral Quiroga
Commit 11baad35088dfd4bdabc1710df650dbfb413e7a3 produces a regression when switching a single context between multiple drawables. The problem is that we check whether we have a viewport set to decide if we need to generate buffers for the drawble, but the viewport is initialized with the first cal