Re: -tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Phil Turmel
On 10/28/2010 09:12 AM, Ingo Molnar wrote: > > * Dave Airlie wrote: > >>> Lee, Chun-Yi (1): >>> gpu: Add Intel GMA500(Poulsbo) Stub Driver > > Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel > GMA500(Poulsbo) Stub Driver"), committed two days ago and merged ye

[RFC libdrm] Use __sync_val_compare_and_swap to implement DRM_CAS

2010-10-28 Thread Matt Turner
bed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20101028/91650346/attachment.pgp>

[Bug 13875] SiS DRI lacks WMB support on SPARC (MIPS and any other non-x86 architecture)

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=13875 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 13875] SiS DRI lacks WMB support on SPARC (MIPS and any other non-x86 architecture)

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=13875 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler

2010-10-28 Thread Alex Deucher
Should fix dynpm problems on evergreen boards Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index f12a5b3..9947fd5 100644 --

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #50 from Tom Stellard 2010-10-28 18:37:32 PDT --- In radeon_optimize.c starting at line 660, there are three optimization functions: constant_folding, peephole, and copy_propagate. You could try commenting these out one at a time to

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #50 from Tom Stellard 2010-10-28 18:37:32 PDT --- In radeon_optimize.c starting at line 660, there are three optimization functions: constant_folding, peephole, and copy_propagate. You could try commenting these out one at a time to

[Bug 31193] [regression] aa43176e break water reflections

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31193 --- Comment #1 from Tom Stellard 2010-10-28 18:19:59 PDT --- Hi, can you post the output of RADEON_DEBUG=fp,pstat with commit aa43176ebd26227947b07221f4e475c52bd7a76b and also with the commit right before that one? -- Configure bugmail: https:

[Bug 31193] [regression] aa43176e break water reflections

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31193 --- Comment #1 from Tom Stellard 2010-10-28 18:19:59 PDT --- Hi, can you post the output of RADEON_DEBUG=fp,pstat with commit aa43176ebd26227947b07221f4e475c52bd7a76b and also with the commit right before that one? -- Configure bugmail: https:

[RFC libdrm] Use __sync_val_compare_and_swap to implement DRM_CAS

2010-10-28 Thread Matt Turner
Can we use gcc's __sync_val_compare_and_swap to implement DRM_CAS? (If so, do we actually need the __sync_val version, or can we use __sync_bool?) I just threw the patch together in two minutes, so I've got no idea if it's right, just looking for feedback. The purpose of this is to remove a lot of

[Bug 31046] [r600g, tiling] visual errors and GPU resets

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31046 --- Comment #4 from Tobias Jakobi 2010-10-28 16:49:17 PDT --- OK, so I just found some time to retest the issues. Again mesa, libdrm and xf86-video-ati are git master. I'm also using drm-next (not drm-r-t) this time, since it looks like it's mo

[Bug 31046] [r600g, tiling] visual errors and GPU resets

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31046 --- Comment #4 from Tobias Jakobi 2010-10-28 16:49:17 PDT --- OK, so I just found some time to retest the issues. Again mesa, libdrm and xf86-video-ati are git master. I'm also using drm-next (not drm-r-t) this time, since it looks like it's mo

[PATCH] drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler

2010-10-28 Thread Alex Deucher
Should fix dynpm problems on evergreen boards Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index f12a5b3..9947fd5 100644 --

[PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread Marius Gröger
On 28.10.2010 11:12, wrote sam tygier: > Without this patch i get no display (X or VT) on myEIZO S2242W monitor > when using KMS > > This was discussed back in september, this is the second version of the > patch based on ajax's comments. i have opened a bug for the issue: > https://bugs.freedeskto

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #3 from sam tygier 2010-10-28 15:36:56 PDT --- tested with fresh torvalds/linux-2.6.git kernel, 81280572ca6f54009edfa4deee563e8678784218 the issue is still present, and the patch still applies cleanly and fixes it. -- Configure bu

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #3 from sam tygier 2010-10-28 15:36:56 PDT --- tested with fresh torvalds/linux-2.6.git kernel, 81280572ca6f54009edfa4deee563e8678784218 the issue is still present, and the patch still applies cleanly and fixes it. -- Configure bu

-tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Ingo Molnar
* Dave Airlie wrote: > > Lee, Chun-Yi (1): > > gpu: Add Intel GMA500(Poulsbo) Stub Driver Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel GMA500(Poulsbo) Stub Driver"), committed two days ago and merged yesterday, on x86 allmodconfig with BACKLIGHT_CLASS_DEVIC

[Bug 30009] [r300g] radeon: The kernel rejected CS

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30009 --- Comment #12 from Gerwin 2010-10-28 12:22:19 PDT --- I had this bug in nexuiz too, but not anymore with the v2.6.36-rc8-maverick kernel. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving th

[Bug 30009] [r300g] radeon: The kernel rejected CS

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30009 --- Comment #12 from Gerwin 2010-10-28 12:22:19 PDT --- I had this bug in nexuiz too, but not anymore with the v2.6.36-rc8-maverick kernel. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving th

[Bug 31037] [r300g] Unwanted checkerboard effect on sprites / textures

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31037 Gerwin changed: What|Removed |Added Summary|[r300g] Checkerboard effect |[r300g] Unwanted |on sprites

[Bug 31037] [r300g] Unwanted checkerboard effect on sprites / textures

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31037 Gerwin changed: What|Removed |Added Summary|[r300g] Checkerboard effect |[r300g] Unwanted |on sprites

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #14 from Sven Arvidsson 2010-10-28 12:11:11 PDT --- (In reply to comment #13) > Can you try this again with the latest version of mesa from git? No change I'm afraid. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #14 from Sven Arvidsson 2010-10-28 12:11:11 PDT --- (In reply to comment #13) > Can you try this again with the latest version of mesa from git? No change I'm afraid. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #49 from Pavel Ondračka 2010-10-28 12:03:21 PDT --- (In reply to comment #48) > If you disable the register allocation, you must enable the dumb register > allocation instead. Otherwise nearly nothing will work. Thanks, this did the

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #49 from Pavel Ondra?ka 2010-10-28 12:03:21 PDT --- (In reply to comment #48) > If you disable the register allocation, you must enable the dumb register > allocation instead. Otherwise nearly nothing will work. Thanks, this did the

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #48 from Marek Olšák 2010-10-28 11:39:17 PDT --- If you disable the register allocation, you must enable the dumb register allocation instead. Otherwise nearly nothing will work. -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #48 from Marek Ol??k 2010-10-28 11:39:17 PDT --- If you disable the register allocation, you must enable the dumb register allocation instead. Otherwise nearly nothing will work. -- Configure bugmail: https://bugs.freedesktop.org/u

-tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Phil Turmel
On 10/28/2010 09:12 AM, Ingo Molnar wrote: > > * Dave Airlie wrote: > >>> Lee, Chun-Yi (1): >>> gpu: Add Intel GMA500(Poulsbo) Stub Driver > > Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel > GMA500(Poulsbo) Stub Driver"), committed two days ago and merged ye

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30011 --- Comment #6 from Marek Olšák 2010-10-28 11:32:07 PDT --- Could you please bisect what fixed it so that we can commit the fix to 7.9 as well? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #47 from Pavel Ondračka 2010-10-28 11:32:04 PDT --- (In reply to comment #46) > In src/mesa/dri/drivers/r300/compiler/r3xx_fragprog.c around line 120, there > is > a list of compiler passes. Three of these passes(deadcode, dataflow

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30011 --- Comment #6 from Marek Ol??k 2010-10-28 11:32:07 PDT --- Could you please bisect what fixed it so that we can commit the fix to 7.9 as well? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivin

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #47 from Pavel Ondra?ka 2010-10-28 11:32:04 PDT --- (In reply to comment #46) > In src/mesa/dri/drivers/r300/compiler/r3xx_fragprog.c around line 120, there > is > a list of compiler passes. Three of these passes(deadcode, dataflow

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30011 Rubén Fernández changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30011 Rub?n Fern?ndez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #46 from Tom Stellard 2010-10-28 10:42:30 PDT --- In src/mesa/dri/drivers/r300/compiler/r3xx_fragprog.c around line 120, there is a list of compiler passes. Three of these passes(deadcode, dataflow optimize, and register allocation)

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #46 from Tom Stellard 2010-10-28 10:42:30 PDT --- In src/mesa/dri/drivers/r300/compiler/r3xx_fragprog.c around line 120, there is a list of compiler passes. Three of these passes(deadcode, dataflow optimize, and register allocation)

[PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread sam tygier
Without this patch i get no display (X or VT) on myEIZO S2242W monitor when using KMS This was discussed back in september, this is the second version of the patch based on ajax's comments. i have opened a bug for the issue: https://bugs.freedesktop.org/show_bug.cgi?id=31154 Thanks Sam ---

[Bug 31052] drm radeon modesetting enabled hits Linux kernel BUG null pointer

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31052 Chris changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 31052] drm radeon modesetting enabled hits Linux kernel BUG null pointer

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31052 Chris changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

-tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Ingo Molnar
* Dave Airlie wrote: > > Lee, Chun-Yi (1): > > gpu: Add Intel GMA500(Poulsbo) Stub Driver Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel GMA500(Poulsbo) Stub Driver"), committed two days ago and merged yesterday, on x86 allmodconfig with BACKLIGHT_CLASS_DEVIC

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread Marius Gröger
On 28.10.2010 11:12, wrote sam tygier: Without this patch i get no display (X or VT) on myEIZO S2242W monitor when using KMS This was discussed back in september, this is the second version of the patch based on ajax's comments. i have opened a bug for the issue: https://bugs.freedesktop.org/sho

[Bug 31193] New: [regression] aa43176e break water reflections

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31193 Summary: [regression] aa43176e break water reflections Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority:

[Bug 31193] New: [regression] aa43176e break water reflections

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31193 Summary: [regression] aa43176e break water reflections Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority:

[git pull] drm fixes

2010-10-28 Thread Dave Airlie
Just three fixes from Alex for radeon kms issues, one longstanding bug on r200 cards since kms came about. Dave. The following changes since commit 135cba0dc399fdd47bd3ae305c1db75fcd77243f: vmwgfx: Implement a proper GMR eviction mechanism (2010-10-27 11:07:46 +1000) are available in the gi

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29726 James Le Cuirot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29726 James Le Cuirot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #45 from Pavel Ondračka 2010-10-28 02:52:38 PDT --- (In reply to comment #44) > Can you try again with the latest version of mesa from git? No visible change with latest mesa from git. -- Configure bugmail: https://bugs.freedeskto

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28294 --- Comment #45 from Pavel Ondra?ka 2010-10-28 02:52:38 PDT --- (In reply to comment #44) > Can you try again with the latest version of mesa from git? No visible change with latest mesa from git. -- Configure bugmail: https://bugs.freedeskto

[PATCH] DRM: ignore invalid EDID extensions

2010-10-28 Thread sam tygier
Without this patch i get no display (X or VT) on myEIZO S2242W monitor when using KMS This was discussed back in september, this is the second version of the patch based on ajax's comments. i have opened a bug for the issue: https://bugs.freedesktop.org/show_bug.cgi?id=31154 Thanks Sam ---

[Bug 27744] atombios stuck in loop - during suspend

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #37 from Tobias Kaminsky 2010-10-28 00:54:30 PDT --- (In reply to comment #33) > Kernel: 2.6.36 > > $dmesg |grep atom > [3.186893] ATOM BIOS: Sony > [ 5155.577112] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than

[Bug 27744] atombios stuck in loop - during suspend

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #37 from Tobias Kaminsky 2010-10-28 00:54:30 PDT --- (In reply to comment #33) > Kernel: 2.6.36 > > $dmesg |grep atom > [3.186893] ATOM BIOS: Sony > [ 5155.577112] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than

[Bug 30009] [r300g] radeon: The kernel rejected CS

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30009 --- Comment #11 from Tom Stellard 2010-10-28 00:50:05 PDT --- Is this still an issue in mesa 7.9 or the latest version from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail bec

[Bug 30009] [r300g] radeon: The kernel rejected CS

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30009 --- Comment #11 from Tom Stellard 2010-10-28 00:50:05 PDT --- Is this still an issue in mesa 7.9 or the latest version from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail bec

[Bug 31152] Please backport r200 fix to r100 and r300c

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31152 --- Comment #2 from Fabio Pedretti 2010-10-28 00:49:35 PDT --- I can say that r300c is still crashing when resizing glxgears: drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. [ 3429.186630] [

[Bug 31152] Please backport r200 fix to r100 and r300c

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31152 --- Comment #2 from Fabio Pedretti 2010-10-28 00:49:35 PDT --- I can say that r300c is still crashing when resizing glxgears: drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. [ 3429.186630] [

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30011 --- Comment #4 from Tom Stellard 2010-10-28 00:47:26 PDT --- Is this still an issue in Mesa 7.9 or the latest version from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail beca

[Bug 30011] [r300g] several wine games crash with gallium

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30011 --- Comment #4 from Tom Stellard 2010-10-28 00:47:26 PDT --- Is this still an issue in Mesa 7.9 or the latest version from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail beca

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2010-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #13 from Tom Stellard 2010-10-28 00:00:34 PDT --- Can you try this again with the latest version of mesa from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2010-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #13 from Tom Stellard 2010-10-28 00:00:34 PDT --- Can you try this again with the latest version of mesa from git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becau