[Bug 29725] EXT_framebuffer_object extension with free radeon driver

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29725 --- Comment #5 from jonathan 2010-08-25 22:55:43 PDT --- Created an attachment (id=38168) --> (https://bugs.freedesktop.org/attachment.cgi?id=38168) xorg log xorg log -- Configure bugmail:

[Bug 29725] EXT_framebuffer_object extension with free radeon driver

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29725 --- Comment #4 from jonathan 2010-08-25 22:55:15 PDT --- Created an attachment (id=38167) --> (https://bugs.freedesktop.org/attachment.cgi?id=38167) dmesg log dmesg log -- Configure bugmail:

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-25 Thread Peter Stuge
Peter Stuge wrote: > Hello, new on list but not to the kernel. I also have the issue on > ThinkPad X40. As another data point, it seems that there was a similar problem with drm/radeon: https://bugs.freedesktop.org/show_bug.cgi?id=28411 [Bug 28411] Output polling causes latency every 10 seconds

[PATCH] drm/radeon/kms: fix r600 vbo size computation

2010-08-25 Thread Alex Deucher
On Wed, Aug 25, 2010 at 4:30 PM, Jerome Glisse wrote: > size given in resource is the exact size (not size - 1) > NAK, the vtx resource size is size minus 1. See the accel code in the ddx and the code in r600 driver in mesa. Alex > Signed-off-by: Jerome Glisse > --- >

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-25 Thread Peter Stuge
Hello, new on list but not to the kernel. I also have the issue on ThinkPad X40. 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) (prog-if 00 [VGA controller]) Subsystem: IBM Device 0557 Flags: bus master, fast devsel, latency

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-25 Thread Chris Wilson
On Wed, 25 Aug 2010 21:15:06 +0200, Peter Stuge wrote: > In general, Xv performance with KMS leaves me with a feeling that > something is not quite right in terms of playback, both with mplayer > and vlc. But while movies are nice, this stalling issue is more > important. That should now be

[Bug 29762] [r300g] Coldest: Buffer too small for color buffer 0 (need 3407872 have 2023424) !

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29762 --- Comment #3 from Andrew Randrianasulu 2010-08-25 19:27:22 PDT --- (In reply to comment #2) > The compiler error is valid. Relative addressing (array indexing) is not > implemented for fragment shaders. > > The hardware only suppports

[Bug 29762] [r300g] Coldest: Buffer too small for color buffer 0 (need 3407872 have 2023424) !

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29762 --- Comment #2 from Marek Ol??k 2010-08-25 18:35:47 PDT --- The compiler error is valid. Relative addressing (array indexing) is not implemented for fragment shaders. The hardware only suppports relative addressing using the loop counter and

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #21 from Marek Ol??k 2010-08-25 18:20:27 PDT --- That doesn't sound good. Is there anything in dmesg? Perhaps you are just being successfully recovered from a hard lockup every frame. -- Configure bugmail:

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #8 from Till Matthiesen 2010-08-25 17:57:35 PDT --- You were perfectly right Nick. Thanks for the hint. Finally, we have the commit that triggers the issue. commit 709ea97145c125b3811ff70429e90ebdb0e832e5 Author: Daniel Vetter

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26103 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms: fix r600 vbo size computation

2010-08-25 Thread Jerome Glisse
size given in resource is the exact size (not size - 1) Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index d886494..487a765 100644

nouveau X lockup on 36-rc (regression from 2.6.35)

2010-08-25 Thread Johannes Berg
Since 2.6.36-rc kernels (both rc1 and rc2) I've had X lockups where X sits in a loop just using CPU. The only kernel message I got this time was this one: [22290.792075] [drm] nouveau :02:00.0: PFIFO_DMA_PUSHER - Ch 2 stracing X just repeats, in a loop, ioctl(9, 0x40086482, 0x7fff6a873af0)

2.6.35-rc6+: i915: Bisected regression

2010-08-25 Thread Paul Rolland
Hello Thomas, On Tue, 24 Aug 2010 19:36:18 +0200 Thomas Meyer wrote: > On Sunday 01 August 2010 17:17:54 Roberto Oppedisano wrote: > > On 01/08/2010 15:14, Paul Rolland wrote: > > > My machine has : > > > 00:02.0 0300: 8086:2a42 (rev 07) > > > 00:02.1 0380: 8086:2a43 (rev 07) > > > > > >

[Bug 29738] SIGBUS after upgrade to 2.6.36-rc1-git4 [full stacktrace]

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29738 --- Comment #7 from Nick Bowler 2010-08-25 15:36:08 PDT --- (In reply to comment #6) > Bisection pointed me to the merged drm-core-next branch which does not really > came unexpected. [...] > Can you tell me how I bisect such a branch? If the

[Bug 29762] [r300g] Coldest: Buffer too small for color buffer 0 (need 3407872 have 2023424) !

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29762 --- Comment #1 from Sven Arvidsson 2010-08-25 14:25:03 PDT --- Looks like Coldest also needs loop unrolling(?), if that's so it could explain the missing objects. r300 FP: Compiler Error: Fragment program does not support relative addressing

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #20 from Sven Arvidsson 2010-08-25 13:55:55 PDT --- With latest git master (commit b5c07b9226d8e7de78f6367b5799b39caf820ef3) I only get a black background and a mouse cursor. As for performance, it is much much slower than on my

PROBLEM: oops in nouveau driver in 2.6.36-rc*

2010-08-25 Thread Stephane Casset
Le Wed, Aug 25, 2010 at 11:41:33AM +1000, Ben Skeggs ?crivait : > On Mon, 2010-08-23 at 17:35 +0200, Stephane Casset wrote: > > Hi, > Hi, Hi, Thanx for the reply. > > Since 2.6.36-rc1 I have an oops when loading the nouveau driver. > > The system woks ok expect for the nouveau driver and the

PROBLEM: oops in nouveau driver in 2.6.36-rc*

2010-08-25 Thread Ben Skeggs
On Mon, 2010-08-23 at 17:35 +0200, Stephane Casset wrote: > Hi, Hi, > > Since 2.6.36-rc1 I have an oops when loading the nouveau driver. > The system woks ok expect for the nouveau driver and the console gets > corrupted :( > > I attach relevant informations in attached files : > o dmesg

[PATCH] drm/modes: Fix CVT-R modeline generation

2010-08-25 Thread Adam Jackson
able Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100825/1b26ec12/attachment.pgp>

[Bug 28940] rv515 (Mobility x1400) Display corruption after some time

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28940 --- Comment #4 from Tomas Hencl 2010-08-25 10:26:34 PDT --- I have same issue. Mobility Radeon HD 3400 kernel 2.6.34 mesa 7.8.2 xorg 1.8 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #19 from Pavel Ondra?ka 2010-08-25 08:09:00 PDT --- (In reply to comment #17) > (In reply to comment #13) > > Created an attachment (id=37768) --> (https://bugs.freedesktop.org/attachment.cgi?id=37768) > > Screenshot of oversized

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #18 from Tom Stellard 2010-08-25 07:32:59 PDT --- (In reply to comment #17) > The performance decrease you are seeing is because the correct vertex shaders > are being used now instead of dummy shaders. I should add that there are

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #17 from Tom Stellard 2010-08-25 07:20:15 PDT --- (In reply to comment #13) > Created an attachment (id=37768) --> (https://bugs.freedesktop.org/attachment.cgi?id=37768) > Screenshot of oversized character > > I added a screenshot

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #16 from Marek Ol??k 2010-08-25 06:46:52 PDT --- Can you point to the vertex shader loops patches which cause problems for you? Does reverting them help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29652 --- Comment #4 from Jon Severinsson 2010-08-25 06:44:21 PDT --- (In reply to comment #3) > Can you try if this patch helps It does! I tested with a8177e7 + your patch (without my patch above) and it works perfectly. -- Configure bugmail:

2.6.35-rc6+: i915: Bisected regression

2010-08-25 Thread Roberto Oppedisano
2010/8/24, Thomas Meyer : > On Sunday 01 August 2010 17:17:54 Roberto Oppedisano wrote: >> On 01/08/2010 15:14, Paul Rolland wrote: >> > My machine has : >> > 00:02.0 0300: 8086:2a42 (rev 07) >> > 00:02.1 0380: 8086:2a43 (rev 07) >> > >> > 00:02.0 VGA compatible controller: Intel Corporation

[Bug 29137] [r300g] troubles with wine and "r300: Max size of the constant buffer is 256*4 floats."

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29137 --- Comment #19 from Rub?n Fern?ndez 2010-08-25 02:55:19 PDT --- Seconded. I have tested it with all the wine stuff I have. wine+GLSL behaved exactly like it does without GLSL in almost all cases, and even in those it didn't, it didn't complain

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #15 from Pavel Ondra?ka 2010-08-25 01:49:54 PDT --- With latest mesa git problem with top half of the screen being white is fixed, however characters are still corrupted, this is even worse than before glsl2 merge. As Sven Arvidsson

[Bug 29137] [r300g] troubles with wine and "r300: Max size of the constant buffer is 256*4 floats."

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29137 Pavel Ondra?ka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29652 --- Comment #3 from Andre Maasikas 2010-08-25 00:12:05 PDT --- Created an attachment (id=38136) View: https://bugs.freedesktop.org/attachment.cgi?id=38136 Review: https://bugs.freedesktop.org/review?bug=29652=38136 vb size fix Can you try

Re: 2.6.35-rc6+: i915: Bisected regression

2010-08-25 Thread Roberto Oppedisano
2010/8/24, Thomas Meyer tho...@m3y3r.de: On Sunday 01 August 2010 17:17:54 Roberto Oppedisano wrote: On 01/08/2010 15:14, Paul Rolland wrote: My machine has : 00:02.0 0300: 8086:2a42 (rev 07) 00:02.1 0380: 8086:2a43 (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Mobile

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29652 --- Comment #3 from Andre Maasikas amaasi...@gmail.com 2010-08-25 00:12:05 PDT --- Created an attachment (id=38136) View: https://bugs.freedesktop.org/attachment.cgi?id=38136 Review:

[Bug 29137] [r300g] troubles with wine and r300: Max size of the constant buffer is 256*4 floats.

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29137 Pavel Ondračka dra...@centrum.cz changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 29137] [r300g] troubles with wine and r300: Max size of the constant buffer is 256*4 floats.

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29137 --- Comment #19 from Rubén Fernández rubenf3...@gmail.com 2010-08-25 02:55:19 PDT --- Seconded. I have tested it with all the wine stuff I have. wine+GLSL behaved exactly like it does without GLSL in almost all cases, and even in those it

[Bug 29652] Git commit e62e5b0 breaks Civilization IV (wine)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29652 --- Comment #4 from Jon Severinsson j...@severinsson.net 2010-08-25 06:44:21 PDT --- (In reply to comment #3) Can you try if this patch helps It does! I tested with a8177e7 + your patch (without my patch above) and it works perfectly. --

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #16 from Marek Olšák mar...@gmail.com 2010-08-25 06:46:52 PDT --- Can you point to the vertex shader loops patches which cause problems for you? Does reverting them help? -- Configure bugmail:

Re: [PATCH] drm/modes: Fix CVT-R modeline generation

2010-08-25 Thread Adam Jackson
On Mon, 2010-08-23 at 10:19 -0400, Adam Jackson wrote: Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16651 Signed-off-by: Adam Jackson a...@redhat.com Tested-by: Adam Serbinski a...@serbinksi.com - ajax signature.asc Description: This is a digitally signed message part

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #19 from Pavel Ondračka dra...@centrum.cz 2010-08-25 08:09:00 PDT --- (In reply to comment #17) (In reply to comment #13) Created an attachment (id=37768) -- (https://bugs.freedesktop.org/attachment.cgi?id=37768) Screenshot of

Re: PROBLEM: oops in nouveau driver in 2.6.36-rc*

2010-08-25 Thread Stephane Casset
Le Wed, Aug 25, 2010 at 11:41:33AM +1000, Ben Skeggs écrivait : On Mon, 2010-08-23 at 17:35 +0200, Stephane Casset wrote: Hi, Hi, Hi, Thanx for the reply. Since 2.6.36-rc1 I have an oops when loading the nouveau driver. The system woks ok expect for the nouveau driver and the console

[Bug 28940] rv515 (Mobility x1400) Display corruption after some time

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28940 --- Comment #4 from Tomas Hencl mr.he...@gmail.com 2010-08-25 10:26:34 PDT --- I have same issue. Mobility Radeon HD 3400 kernel 2.6.34 mesa 7.8.2 xorg 1.8 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[REGRESSION, i915]: Periodic stalls with 2.6.36-rc2

2010-08-25 Thread Peter Stuge
Hello, new on list but not to the kernel. I also have the issue on ThinkPad X40. 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) (prog-if 00 [VGA controller]) Subsystem: IBM Device 0557 Flags: bus master, fast devsel, latency

[PATCH] drm/radeon/kms: fix r600 vbo size computation

2010-08-25 Thread Jerome Glisse
size given in resource is the exact size (not size - 1) Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/r600_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #20 from Sven Arvidsson s...@whiz.se 2010-08-25 13:55:55 PDT --- With latest git master (commit b5c07b9226d8e7de78f6367b5799b39caf820ef3) I only get a black background and a mouse cursor. As for performance, it is much much slower

[Bug 29762] [r300g] Coldest: Buffer too small for color buffer 0 (need 3407872 have 2023424) !

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29762 --- Comment #1 from Sven Arvidsson s...@whiz.se 2010-08-25 14:25:03 PDT --- Looks like Coldest also needs loop unrolling(?), if that's so it could explain the missing objects. r300 FP: Compiler Error: Fragment program does not support relative

[Bug 26103] Planeshift is unplayable, almost everything is gray and white

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26103 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 28517] [r300g] loop unrolling fails (was: Savage 2 : characters are not rendered + another corruptions)

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28517 --- Comment #21 from Marek Olšák mar...@gmail.com 2010-08-25 18:20:27 PDT --- That doesn't sound good. Is there anything in dmesg? Perhaps you are just being successfully recovered from a hard lockup every frame. -- Configure bugmail:

[Bug 29762] [r300g] Coldest: Buffer too small for color buffer 0 (need 3407872 have 2023424) !

2010-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29762 --- Comment #2 from Marek Olšák mar...@gmail.com 2010-08-25 18:35:47 PDT --- The compiler error is valid. Relative addressing (array indexing) is not implemented for fragment shaders. The hardware only suppports relative addressing using the