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] [Bug 36242] Can't compile gallium llvm and svga drivers with --enable-32-bit

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36242 Alexandre Demers changed: What|Removed |Added Summary|building with |Can't compile gallium llvm

Re: [Mesa-dev] [PATCH] targets/xorg-nouveau: add libnvc0.a to nouveau libs

2011-05-01 Thread Marek Olšák
Pushed, thanks. Marek On Mon, May 2, 2011 at 12:02 AM, Marcin Slusarz wrote: > On Mon, Apr 25, 2011 at 11:57:11PM +0200, Marcin Slusarz wrote: >> >> --- >>  src/gallium/targets/xorg-nouveau/Makefile |    1 + >>  1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/src/gallium/targ

Re: [Mesa-dev] [PATCH] targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so

2011-05-01 Thread Marek Olšák
Pushed, thanks. Marek On Mon, May 2, 2011 at 12:02 AM, Marcin Slusarz wrote: > On Mon, Apr 25, 2011 at 11:59:40PM +0200, Marcin Slusarz wrote: >> >> --- >>  src/gallium/targets/xorg-nouveau/nouveau_xorg.c |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/galli

[Mesa-dev] [PATCH] gallium: reorder fields of pipe_rasterizer_state to pack it more tightly

2011-05-01 Thread Marek Olšák
sizeof(struct pipe_rasterizer_state): Before: 32 bytes After: 28 bytes --- src/gallium/include/pipe/p_state.h | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index f6ad456..0c1f50

Re: [Mesa-dev] [PATCH] targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so

2011-05-01 Thread Marcin Slusarz
On Mon, Apr 25, 2011 at 11:59:40PM +0200, Marcin Slusarz wrote: > > --- > src/gallium/targets/xorg-nouveau/nouveau_xorg.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/gallium/targets/xorg-nouveau/nouveau_xorg.c > b/src/gallium/targets/xorg-nouveau/nouveau_x

Re: [Mesa-dev] [PATCH] targets/xorg-nouveau: add libnvc0.a to nouveau libs

2011-05-01 Thread Marcin Slusarz
On Mon, Apr 25, 2011 at 11:57:11PM +0200, Marcin Slusarz wrote: > > --- > src/gallium/targets/xorg-nouveau/Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/targets/xorg-nouveau/Makefile > b/src/gallium/targets/xorg-nouveau/Makefile > index 2fcd9

[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

[Mesa-dev] [PATCH] st/xorg: remove _modesettingRec.cursor

2011-05-01 Thread Marcin Slusarz
It's not used for anything useful. --- src/gallium/state_trackers/xorg/xorg_crtc.c| 13 - src/gallium/state_trackers/xorg/xorg_driver.c |5 - src/gallium/state_trackers/xorg/xorg_tracker.h |1 - 3 files changed, 0 insertions(+), 19 deletions(-) diff --git a/src/gall

[Mesa-dev] [PATCH] gallium/xorg st/nv50/i915: add PIPE_BIND_CURSOR

2011-05-01 Thread Marcin Slusarz
We need to distinguish surfaces for mouse cursors from scanouts, because nv50 hardware display engine ignores tiling flags. i915 seems to have similar needs, so fix it too. --- src/gallium/drivers/i915/i915_resource_texture.c |6 +- src/gallium/drivers/nv50/nv50_miptree.c | 11 +

[Mesa-dev] [PATCH] mesa: don't touch git_sha1.h if sha1 didn't change

2011-05-01 Thread Marcin Slusarz
Less recompiles... --- bin/extract_git_sha1 |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 index e6e6731..fc7bf85 100755 --- a/bin/extract_git_sha1 +++ b/bin/extract_git_sha1 @@ -1,10 +1,14 @@ #!/bin/sh -touch src/mesa/m

[Mesa-dev] [PATCH] st/xorg: fix typos

2011-05-01 Thread Marcin Slusarz
--- src/gallium/state_trackers/xorg/xorg_driver.c |6 +++--- src/gallium/state_trackers/xorg/xorg_exa.c|2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c b/src/gallium/state_trackers/xorg/xorg_driver.c index 19e9bf8..06

Re: [Mesa-dev] Bug reports for Evergreen?

2011-05-01 Thread Alex Deucher
On Sun, May 1, 2011 at 3:17 PM, Sven Arvidsson wrote: > Hi, > > I just got my first r600g capable card (a HD 5670) and noticed that > quite a few games and apps either refuse to run or segfault (sometimes > taking down X). > > Is it okay to start filing bugs for these issues, or is Evergreen > sup

[Mesa-dev] Bug reports for Evergreen?

2011-05-01 Thread Sven Arvidsson
Hi, I just got my first r600g capable card (a HD 5670) and noticed that quite a few games and apps either refuse to run or segfault (sometimes taking down X). Is it okay to start filing bugs for these issues, or is Evergreen support considered so experimental that bug reports would only be a nui