[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #8 from Chris Rankin 2010-05-06 01:03:31 PDT --- (In reply to comment #7) > Both softpipe and llvmpipe render the stars correctly here, it appears to be > an > RV350 issue. To confirm: reverting the single line of commit 0ad541a684

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #9 from Michel Dänzer 2010-05-06 01:43:38 PDT --- Chris/Marek, which star style have you selected in the celestia Options menu? With 'Points' I get something like Chris' last screenshot (which is kind of expected I think, as r300g do

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #10 from Marek Olšák 2010-05-06 03:26:30 PDT --- I don't have "Points" in the Options menu. It's Celestia 1.6.0 here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail bec

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #11 from Michel Dänzer 2010-05-06 04:43:09 PDT --- (In reply to comment #10) > I don't have "Points" in the Options menu. It's Celestia 1.6.0 here. It's Options -> Star Style -> Fuzzy Points / Points / Scaled Discs. -- Configure b

[Bug 27644] radeon KMS causes corrupt VGA output on X1400

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27644 --- Comment #10 from Cameron Gorrie 2010-05-06 07:06:15 PDT --- According to the Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541834 this is fixed in 2.6.34-rc3. I can say at least that this fix worked for me; I'm now using

[Bug 27996] New: [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Summary: [r300g] Sins of a Solar Empire crash when entering menu Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondračka changed: What|Removed |Added Keywords||regression CC|

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #1 from Pavel Ondračka 2010-05-06 08:51:49 PDT --- Created an attachment (id=35462) --> (https://bugs.freedesktop.org/attachment.cgi?id=35462) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Valdis . Kletnieks
Bisected down to: 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit commit 82c5da6bf8b55a931b042fb531083863d26c8020 Author: Jerome Glisse Date: Fri Apr 9 14:39:23 2010 +0200 drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 On fault the driver is

Re: linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Rafał Miłecki
2010/5/6 : > Bisected down to: > > 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit > commit 82c5da6bf8b55a931b042fb531083863d26c8020 > Author: Jerome Glisse > Date:   Fri Apr 9 14:39:23 2010 +0200 > >    drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 Can t

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #2 from José Fonseca 2010-05-06 09:25:34 PDT --- Hi Pavel, The commit you mention enables features which were until now never advertised -- many applications were not using GLSL because they thought the hardware had no native suppor

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #3 from Pavel Ondračka 2010-05-06 09:28:53 PDT --- (In reply to comment #2) > Can you get a stack trace showing where inside the driver the crash is > happening? How can I do that? -- Configure bugmail: https://bugs.freedesktop.or

[PATCH] drm/radeon: async event synchronization for drmWaitVblank

2010-05-06 Thread Jerome Glisse
Bring radeon up to speed with the async event synchronization for drmWaitVblank. See c9a9c5e02aedc1a2815877b0268f886d2640b771 for more information. Without this patch event never get delivered to userspace client. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_drv.c |2 ++ 1

Re: linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Jerome Glisse
On Thu, May 06, 2010 at 06:16:26PM +0200, Rafał Miłecki wrote: > 2010/5/6 : > > Bisected down to: > > > > 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit > > commit 82c5da6bf8b55a931b042fb531083863d26c8020 > > Author: Jerome Glisse > > Date:   Fri Apr 9 14:39:23 2010 +0200 > > >

Re: linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Valdis . Kletnieks
On Thu, 06 May 2010 18:56:10 +0200, Jerome Glisse said: > On Thu, May 06, 2010 at 06:16:26PM +0200, Rafał Miłecki wrote: > > 2010/5/6 : > > > Bisected down to: > > > > > > 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit > > > commit 82c5da6bf8b55a931b042fb531083863d26c8020 > > >

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #4 from Pavel Ondračka 2010-05-06 10:47:09 PDT --- Created an attachment (id=35464) --> (https://bugs.freedesktop.org/attachment.cgi?id=35464) wine backtrace I was able to get a Wine backtrace, I hope this is helpful. -- Configur

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #5 from Marek Olšák 2010-05-06 11:05:49 PDT --- From the first log: "r300: Max size of the constant buffer is 256*4 floats." immediately followed by abort in the code. We really need fine-grained shader limits, applications seem to

[Bug 28000] New: [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 Summary: [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #1 from fdele...@mail.cpod.fr 2010-05-06 11:34:11 PDT --- Created an attachment (id=35466) --> (https://bugs.freedesktop.org/attachment.cgi?id=35466) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #2 from fdele...@mail.cpod.fr 2010-05-06 11:34:56 PDT --- Created an attachment (id=35467) --> (https://bugs.freedesktop.org/attachment.cgi?id=35467) xrandr --verbose -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #3 from fdele...@mail.cpod.fr 2010-05-06 11:36:09 PDT --- Created an attachment (id=35468) --> (https://bugs.freedesktop.org/attachment.cgi?id=35468) Wine output with LIBGL and MESA debug mode -- Configure bugmail: https://bugs.free

Re: linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Randy Dunlap
On Thu, 6 May 2010 15:15:02 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100505: When CONFIG_ACPI_BUTTON=m: drivers/built-in.o: In function `nouveau_connector_detect': nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' #ifdef CONFIG_ACPI

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #4 from fdele...@mail.cpod.fr 2010-05-06 11:37:12 PDT --- Created an attachment (id=35469) --> (https://bugs.freedesktop.org/attachment.cgi?id=35469) Corruption of bitmaps -- Configure bugmail: https://bugs.freedesktop.org/userprefs

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #5 from fdele...@mail.cpod.fr 2010-05-06 11:38:25 PDT --- Created an attachment (id=35470) --> (https://bugs.freedesktop.org/attachment.cgi?id=35470) Textures corruption -- Configure bugmail: https://bugs.freedesktop.org/userprefs.c

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #12 from Chris Rankin 2010-05-06 11:49:26 PDT --- (In reply to comment #9) > Chris/Marek, which star style have you selected in the celestia Options menu? > With 'Points' I get something like Chris' last screenshot (which is kind of

[Bug 27332] Problem with libopencascade - salome-platform

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27332 --- Comment #1 from Paulo César Pereira de Andrade 2010-05-06 12:48:00 PDT --- The current solution I am using in the package is to add export LIBGL_ALWAYS_INDIRECT=true to the runSalome script. Also, the problem doesn't happen in all fil

[Bug 28003] New: [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28003 Summary: [r300g] Compiz fails to start using gallium on rv350. Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #6 from Sven Arvidsson 2010-05-06 14:13:31 PDT --- Having played both the original game and the Winter Assault expansion without problems using the i965 driver, I gave the demo of Soulstorm a try. It works fine here, but if I disable

Re: Possible fix to _mesa_remove_extra_moves function in shader/prog_optimize.c (request testing)

2010-05-06 Thread Brian Paul
Conn Clark wrote: Hello, Here is a possible fix/hack to get _mesa_remove_extra_moves function in shader/prog_optimize.c usable. As far as I could tell with my testing there was an issue with this optimizing pass and OPCODE_MUL . I just added an exception to for this one instruction and made it e

[Bug 28003] [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28003 --- Comment #1 from Marek Olšák 2010-05-06 15:24:58 PDT --- This is a state tracker bug. We shouldn't get two different formats in surface_copy. Could you please give me a backtrace? -- Configure bugmail: https://bugs.freedesktop.org/userprefs

Re: Possible fix to _mesa_remove_extra_moves function in shader/prog_optimize.c (request testing)

2010-05-06 Thread Conn Clark
On Thu, May 6, 2010 at 2:50 PM, Brian Paul wrote: > Conn Clark wrote: >> >> Hello, >> >> Here is a possible fix/hack to get _mesa_remove_extra_moves function >> in shader/prog_optimize.c usable. As far as I could tell with my >> testing there was an issue with this optimizing pass and OPCODE_MUL .

Re: BUG: unable to handle kernel NULL pointer dereference, i915_gem_object_move_to_active

2010-05-06 Thread Andrew Morton
(cc dri-devel) On Wed, 5 May 2010 00:22:16 +0200 Nils Radtke wrote: > Hi, > > It happens quite often that X crashes for unknown reasons but this time > there it's left us a note, this BUG: > > BUG: unable to handle kernel NULL pointer dereference at 01e4 > IP: [] i915_gem_object_move_to

Re: linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Len Brown
> When CONFIG_ACPI_BUTTON=m: > > drivers/built-in.o: In function `nouveau_connector_detect': > nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' > > > #ifdef CONFIG_ACPI > if (!nouveau_ignorelid && !acpi_lid_open()) > status = connec

[Bug 28003] [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28003 --- Comment #2 from Scott Moreau 2010-05-06 19:43:42 PDT --- Created an attachment (id=35476) --> (https://bugs.freedesktop.org/attachment.cgi?id=35476) compiz output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[git pull] drm fixes

2010-05-06 Thread Dave Airlie
Two ttm cleanups, remove some unused code that we don't want anyone to use by accident, and fix a missing hook in the radeon kms driver. The following changes since commit 68b3adb429e0abf5c0a3deb75d71671436b3af10: Alex Deucher (1): drm/radeon/kms/legacy: only enable load detection prop

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #8 from Chris Rankin 2010-05-06 01:03:31 PDT --- (In reply to comment #7) > Both softpipe and llvmpipe render the stars correctly here, it appears to be > an > RV350 issue. To confirm: reverting the single line of commit 0ad541a684

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #9 from Michel D?nzer 2010-05-06 01:43:38 PDT --- Chris/Marek, which star style have you selected in the celestia Options menu? With 'Points' I get something like Chris' last screenshot (which is kind of expected I think, as r300g do

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #10 from Marek Ol??k 2010-05-06 03:26:30 PDT --- I don't have "Points" in the Options menu. It's Celestia 1.6.0 here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail be

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #11 from Michel D?nzer 2010-05-06 04:43:09 PDT --- (In reply to comment #10) > I don't have "Points" in the Options menu. It's Celestia 1.6.0 here. It's Options -> Star Style -> Fuzzy Points / Points / Scaled Discs. -- Configure b

[Bug 27644] radeon KMS causes corrupt VGA output on X1400

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27644 --- Comment #10 from Cameron Gorrie 2010-05-06 07:06:15 PDT --- According to the Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541834 this is fixed in 2.6.34-rc3. I can say at least that this fix worked for me; I'm now using

[Bug 27996] New: [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Summary: [r300g] Sins of a Solar Empire crash when entering menu Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondra?ka changed: What|Removed |Added Keywords||regression CC|

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #1 from Pavel Ondra?ka 2010-05-06 08:51:49 PDT --- Created an attachment (id=35462) --> (https://bugs.freedesktop.org/attachment.cgi?id=35462) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread valdis.kletni...@vt.edu
: not available Type: application/pgp-signature Size: 227 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100506/484ebb01/attachment-0001.pgp>

linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Rafał Miłecki
2010/5/6 : > Bisected down to: > > 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit > commit 82c5da6bf8b55a931b042fb531083863d26c8020 > Author: Jerome Glisse > Date: ? Fri Apr 9 14:39:23 2010 +0200 > > ? ?drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 Can t

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #2 from Jos? Fonseca 2010-05-06 09:25:34 PDT --- Hi Pavel, The commit you mention enables features which were until now never advertised -- many applications were not using GLSL because they thought the hardware had no native suppor

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #3 from Pavel Ondra?ka 2010-05-06 09:28:53 PDT --- (In reply to comment #2) > Can you get a stack trace showing where inside the driver the crash is > happening? How can I do that? -- Configure bugmail: https://bugs.freedesktop.or

[PATCH] drm/radeon: async event synchronization for drmWaitVblank

2010-05-06 Thread Jerome Glisse
Bring radeon up to speed with the async event synchronization for drmWaitVblank. See c9a9c5e02aedc1a2815877b0268f886d2640b771 for more information. Without this patch event never get delivered to userspace client. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_drv.c |2 ++ 1

linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread Jerome Glisse
On Thu, May 06, 2010 at 06:16:26PM +0200, Rafa? Mi?ecki wrote: > 2010/5/6 : > > Bisected down to: > > > > 82c5da6bf8b55a931b042fb531083863d26c8020 is the first bad commit > > commit 82c5da6bf8b55a931b042fb531083863d26c8020 > > Author: Jerome Glisse > > Date: ? Fri Apr 9 14:39:23 2010 +0200 > > >

linux-next - drm/ttm versus nouveau - WARNING and dead driver.

2010-05-06 Thread valdis.kletni...@vt.edu
s fix the problem, thanks. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 227 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100506/8c599fbc/attachment.pgp>

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #4 from Pavel Ondra?ka 2010-05-06 10:47:09 PDT --- Created an attachment (id=35464) --> (https://bugs.freedesktop.org/attachment.cgi?id=35464) wine backtrace I was able to get a Wine backtrace, I hope this is helpful. -- Configur

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #5 from Marek Ol??k 2010-05-06 11:05:49 PDT ---

No subject

2010-05-06 Thread
"r300: Max size of the constant buffer is 256*4 floats." immediately followed by abort in the code. We really need fine-grained shader limits, applications seem to make fatal decisions based on them. --=20 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=3Demail --- You are

[Bug 28000] New: [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 Summary: [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #1 from fdelente at mail.cpod.fr 2010-05-06 11:34:11 PDT --- Created an attachment (id=35466) --> (https://bugs.freedesktop.org/attachment.cgi?id=35466) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #2 from fdelente at mail.cpod.fr 2010-05-06 11:34:56 PDT --- Created an attachment (id=35467) --> (https://bugs.freedesktop.org/attachment.cgi?id=35467) xrandr --verbose -- Configure bugmail: https://bugs.freedesktop.org/userprefs.c

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #3 from fdelente at mail.cpod.fr 2010-05-06 11:36:09 PDT --- Created an attachment (id=35468) --> (https://bugs.freedesktop.org/attachment.cgi?id=35468) Wine output with LIBGL and MESA debug mode -- Configure bugmail: https://bugs.f

linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Randy Dunlap
On Thu, 6 May 2010 15:15:02 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100505: When CONFIG_ACPI_BUTTON=m: drivers/built-in.o: In function `nouveau_connector_detect': nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' #ifdef CONFIG_ACPI

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #4 from fdelente at mail.cpod.fr 2010-05-06 11:37:12 PDT --- Created an attachment (id=35469) --> (https://bugs.freedesktop.org/attachment.cgi?id=35469) Corruption of bitmaps -- Configure bugmail: https://bugs.freedesktop.org/userpr

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #5 from fdelente at mail.cpod.fr 2010-05-06 11:38:25 PDT --- Created an attachment (id=35470) --> (https://bugs.freedesktop.org/attachment.cgi?id=35470) Textures corruption -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 27343] [r300g] - celestia's stars are missing with "OpenGL vertex program" rendering path

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27343 --- Comment #12 from Chris Rankin 2010-05-06 11:49:26 PDT --- (In reply to comment #9) > Chris/Marek, which star style have you selected in the celestia Options menu? > With 'Points' I get something like Chris' last screenshot (which is kind of

[Bug 27332] Problem with libopencascade - salome-platform

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27332 --- Comment #1 from Paulo C?sar Pereira de Andrade 2010-05-06 12:48:00 PDT --- The current solution I am using in the package is to add export LIBGL_ALWAYS_INDIRECT=true to the runSalome script. Also, the problem doesn't happen in all fil

[Bug 28003] New: [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28003 Summary: [r300g] Compiz fails to start using gallium on rv350. Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 28000] [Mobile GM965/GL96][Wine][3D] Display and textures corrupted in Warhammer 40k Soulstorm

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28000 --- Comment #6 from Sven Arvidsson 2010-05-06 14:13:31 PDT --- Having played both the original game and the Winter Assault expansion without problems using the i965 driver, I gave the demo of Soulstorm a try. It works fine here, but if I disable

Possible fix to _mesa_remove_extra_moves function in shader/prog_optimize.c (request testing)

2010-05-06 Thread Brian Paul
Conn Clark wrote: > Hello, > > Here is a possible fix/hack to get _mesa_remove_extra_moves function > in shader/prog_optimize.c usable. As far as I could tell with my > testing there was an issue with this optimizing pass and OPCODE_MUL . > I just added an exception to for this one instruction and

[Bug 28003] [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28003 --- Comment #1 from Marek Ol??k 2010-05-06 15:24:58 PDT --- This is a state tracker bug. We shouldn't get two different formats in surface_copy. Could you please give me a backtrace? -- Configure bugmail: https://bugs.freedesktop.org/userpref

Possible fix to _mesa_remove_extra_moves function in shader/prog_optimize.c (request testing)

2010-05-06 Thread Conn Clark
On Thu, May 6, 2010 at 2:50 PM, Brian Paul wrote: > Conn Clark wrote: >> >> Hello, >> >> Here is a possible fix/hack to get _mesa_remove_extra_moves function >> in shader/prog_optimize.c usable. As far as I could tell with my >> testing there was an issue with this optimizing pass and OPCODE_MUL .

BUG: unable to handle kernel NULL pointer dereference, i915_gem_object_move_to_active

2010-05-06 Thread Andrew Morton
(cc dri-devel) On Wed, 5 May 2010 00:22:16 +0200 Nils Radtke wrote: > Hi, > > It happens quite often that X crashes for unknown reasons but this time > there it's left us a note, this BUG: > > BUG: unable to handle kernel NULL pointer dereference at 01e4 > IP: [] i915_gem_object_move_to

BUG: unable to handle kernel NULL ptr Xorg, scheduling while atomic: Xorg/drm

2010-05-06 Thread Andrew Morton
(cc dri-devel) On Wed, 5 May 2010 00:51:38 +0200 Nils Radtke wrote: > Hi, > > Some more kernel NULL ptr deref, a lot of scheduling while atomic > (probably due to first bug occurred) and again this "last sysfs file" > from wireless. ath5k is a real source of trouble here: > > - resume f

linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Len Brown
> When CONFIG_ACPI_BUTTON=m: > > drivers/built-in.o: In function `nouveau_connector_detect': > nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' > > > #ifdef CONFIG_ACPI > if (!nouveau_ignorelid && !acpi_lid_open()) > status = connec

[Bug 28003] [r300g] Compiz fails to start using gallium on rv350.

2010-05-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28003 --- Comment #2 from Scott Moreau 2010-05-06 19:43:42 PDT --- Created an attachment (id=35476) --> (https://bugs.freedesktop.org/attachment.cgi?id=35476) compiz output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email