Re: [Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-03 Thread Michel Dänzer
On Die, 2011-05-03 at 11:45 +0200, Marcin Slusarz wrote: > On Tue, May 03, 2011 at 09:40:55AM +0200, Michel Dänzer wrote: > > On Mon, 2011-05-02 at 21:26 +0200, Marcin Slusarz wrote: > > > On Mon, May 02, 2011 at 08:57:25AM +0200, Michel Dänzer wrote: > > > > On Mon, 2011-05-02 at 00:01 +0200, Ma

Re: [Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-03 Thread Marcin Slusarz
On Tue, May 03, 2011 at 09:40:55AM +0200, Michel Dänzer wrote: > On Mon, 2011-05-02 at 21:26 +0200, Marcin Slusarz wrote: > > On Mon, May 02, 2011 at 08:57:25AM +0200, Michel Dänzer wrote: > > > On Mon, 2011-05-02 at 00:01 +0200, Marcin Slusarz wrote: > > > > We need cursor data to land in destin

Re: [Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-03 Thread Michel Dänzer
On Mon, 2011-05-02 at 21:26 +0200, Marcin Slusarz wrote: > On Mon, May 02, 2011 at 08:57:25AM +0200, Michel Dänzer wrote: > > On Mon, 2011-05-02 at 00:01 +0200, Marcin Slusarz wrote: > > > We need cursor data to land in destination buffer before drmModeSetCursor. > > > It fixes "cursor lag" at le

Re: [Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-02 Thread Marcin Slusarz
On Mon, May 02, 2011 at 08:57:25AM +0200, Michel Dänzer wrote: > On Mon, 2011-05-02 at 00:01 +0200, Marcin Slusarz wrote: > > We need cursor data to land in destination buffer before drmModeSetCursor. > > It fixes "cursor lag" at least on nv50. > > --- > > src/gallium/state_trackers/xorg/xorg_crt

Re: [Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-01 Thread Michel Dänzer
On Mon, 2011-05-02 at 00:01 +0200, Marcin Slusarz wrote: > We need cursor data to land in destination buffer before drmModeSetCursor. > It fixes "cursor lag" at least on nv50. > --- > src/gallium/state_trackers/xorg/xorg_crtc.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > dif

[Mesa-dev] [PATCH] st/xorg: flush after loading the cursor

2011-05-01 Thread Marcin Slusarz
We need cursor data to land in destination buffer before drmModeSetCursor. It fixes "cursor lag" at least on nv50. --- src/gallium/state_trackers/xorg/xorg_crtc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xorg_crtc.c b/src/gallium/sta