Re: [PATCH] R200 viewport artifact

2005-02-08 Thread Alex Deucher
On Tue, 8 Feb 2005 14:39:38 -0500, Alex Deucher <[EMAIL PROTECTED]> wrote: > On Tue, 08 Feb 2005 14:32:32 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > On Tue, 2005-02-08 at 16:57 +0500, Alexander E. Patrakov wrote: > > > > > > On Sat Nov 27 22:47:59 2004 UTC, there was a big commit into Mesa

Re: [PATCH] R200 viewport artifact

2005-02-08 Thread Alex Deucher
On Tue, 08 Feb 2005 14:32:32 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Tue, 2005-02-08 at 16:57 +0500, Alexander E. Patrakov wrote: > > > > On Sat Nov 27 22:47:59 2004 UTC, there was a big commit into Mesa CVS by > > brianp, with the following comment: > > > > > Remove _mesa_ResizeBuffer

Re: [PATCH] R200 viewport artifact

2005-02-08 Thread Michel Dänzer
On Tue, 2005-02-08 at 16:57 +0500, Alexander E. Patrakov wrote: > > On Sat Nov 27 22:47:59 2004 UTC, there was a big commit into Mesa CVS by > brianp, with the following comment: > > > Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). > > Now, the driver's Viewport routine should c

[PATCH] R200 viewport artifact

2005-02-08 Thread Alexander E. Patrakov
Hello, On Sat Nov 27 22:47:59 2004 UTC, there was a big commit into Mesa CVS by brianp, with the following comment: > Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). > Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() > if necessary. The r200 driver fails