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
https://bugs.freedesktop.org/show_bug.cgi?id=36242
Alexandre Demers changed:
What|Removed |Added
Summary|building with |Can't compile gallium llvm
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
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
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
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
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
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
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
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 +
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
---
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
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
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
14 matches
Mail list logo