Re: intelfb refuses to load

2010-12-11 Thread Pavel Machek
Hi! > Looks like you are using the wrong intel driver. > > For intel modesetting you need > CONFIG_DRM=y > CONFIG_DRM_KMS_HELPER=y > # CONFIG_DRM_TDFX is not set > # CONFIG_DRM_R128 is not set > # CONFIG_DRM_RADEON is not set > # CONFIG_DRM_I810 is not set > # CONFIG_DRM_I830 is not set > CONFIG_

intelfb refuses to load

2010-12-11 Thread Bruno Prémont
Hi, Looks like you are using the wrong intel driver. For intel modesetting you need CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set CONFIG_DRM_I915=y # CONFIG_DR

intelfb refuses to load

2010-12-11 Thread Pavel Machek
Hi! I'm trying to fix up my kernel setup so that X is happy... currently it fails to start with: FATAL: Could not load /lib/modules/2.6.37-rc5+/modules.dep: No such file or directory (EE) intel(0): No kernel modesetting driver detected. (EE) Screen(s) found, but none have a usable configuration.

intelfb refuses to load

2010-12-11 Thread Matt Turner
On Sat, Dec 11, 2010 at 10:13 PM, Pavel Machek wrote: You want CONFIG_DRM_I915 and not CONFIG_FB_INTEL. The old framebuffer driver should not be used in conjunction with xf86-video-intel. Matt

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32326 --- Comment #4 from Dave Airlie 2010-12-11 20:23:28 PST --- radeonCreatescreen is only called in DRI1 system, radeonCreateScreen2 is called on DRI2 systems. You can only have a version 1.x driver with a DRI1 system and a version 2.x driver wi

[PATCH] drm/nouveau: Only select ACPI_VIDEO if its dependencies are met

2010-12-11 Thread Ben Hutchings
CONFIG_ACPI_VIDEO depends on more than just CONFIG_ACPI, so add those dependencies to the Kconfig select condition and make the code conditional on CONFIG_ACPI_VIDEO. Fixes building for ia64 (ACPI && !X86). Signed-off-by: Ben Hutchings --- Please send this up to Linus for 2.6.37. Ben. drivers

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32326 --- Comment #4 from Dave Airlie 2010-12-11 20:23:28 PST --- radeonCreatescreen is only called in DRI1 system, radeonCreateScreen2 is called on DRI2 systems. You can only have a version 1.x driver with a DRI1 system and a version 2.x driver wi

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #14 from Holger Lenz 2010-12-11 16:58:14 --- Tried the patch on 2.6.36.1-2 (RV730 AGP) Not much luck: With KMS the system will boot into a black screen and lock up. With UMS (nomodeset in kernel command line) it will show X, but

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Chris Rankin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTABUG

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Chris Rankin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTABUG

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Dave Airlie changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Dave Airlie changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] load fbcon from drm_kms_helper

2010-12-11 Thread David Fries
Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), drm_kms_helper is loaded because of the module dependency, but fbcon isn't loaded leaving the console unusable. Since fbcon is required and there isn't an ex

vga switcheroo not working / crashing the machine on i915/nvidia hybrid. (ASUS U30JC)

2010-12-11 Thread Giacomo
Hello. In my double-carded ASUS U30JC (nvidia + intel i915) I do the following: stop X This is the output of /sys/kernel/debug/vgaswitcheroo/switch daphne linux # cat /sys/kernel/debug/vgaswitcheroo/switch 0: :Pwr::01:00.0 1:+:Pwr::00:02.0 (intel graphic card in use, ok) echo "DDIS" >

[Bug 32325] [radeon] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32325 --- Comment #1 from Chris Rankin 2010-12-11 14:58:51 PST --- There is a similar absence of DRM major version number checking in the radeonCreateScreen() function in radeon_screen.c. (This probably affect r600c as well, seeing as how the file is

[Bug 32325] [radeon] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32325 --- Comment #1 from Chris Rankin 2010-12-11 14:58:51 PST --- There is a similar absence of DRM major version number checking in the radeonCreateScreen() function in radeon_screen.c. (This probably affect r600c as well, seeing as how the file is

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32326 --- Comment #1 from Chris Rankin 2010-12-11 14:54:08 PST --- There is a similar absence of DRM major version number checking in the radeonCreateScreen() funtion in radeon_screen.c -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

[Bug 32326] [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32326 --- Comment #1 from Chris Rankin 2010-12-11 14:54:08 PST --- There is a similar absence of DRM major version number checking in the radeonCreateScreen() funtion in radeon_screen.c -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

Re: intelfb refuses to load

2010-12-11 Thread Bruno Prémont
Hi, Looks like you are using the wrong intel driver. For intel modesetting you need CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set CONFIG_DRM_I915=y # CONFIG_DR

[Bug 32326] New: [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Summary: [R200] DRM version check only looks at minor number. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal P

[Bug 32326] New: [R200] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32326 Summary: [R200] DRM version check only looks at minor number. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal P

Re: intelfb refuses to load

2010-12-11 Thread Matt Turner
On Sat, Dec 11, 2010 at 10:13 PM, Pavel Machek wrote: You want CONFIG_DRM_I915 and not CONFIG_FB_INTEL. The old framebuffer driver should not be used in conjunction with xf86-video-intel. Matt ___ dri-devel mailing list dri-devel@lists.freedesktop.org

intelfb refuses to load

2010-12-11 Thread Pavel Machek
Hi! I'm trying to fix up my kernel setup so that X is happy... currently it fails to start with: FATAL: Could not load /lib/modules/2.6.37-rc5+/modules.dep: No such file or directory (EE) intel(0): No kernel modesetting driver detected. (EE) Screen(s) found, but none have a usable configuration.

[Bug 30351] Zero Ballistics: tank not rendered

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30351 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30351] Zero Ballistics: tank not rendered

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30351 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 32325] New: [radeon] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32325 Summary: [radeon] DRM version check only looks at minor number. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 32325] New: [radeon] DRM version check only looks at minor number.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32325 Summary: [radeon] DRM version check only looks at minor number. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

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

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31046 --- Comment #7 from Tobias Jakobi 2010-12-11 12:42:06 PST --- I'm currently on vacation, so I can't test this at the moment. Will do a check when I return home. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

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

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31046 --- Comment #7 from Tobias Jakobi 2010-12-11 12:42:06 PST --- I'm currently on vacation, so I can't test this at the moment. Will do a check when I return home. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 32323] New: GL_EXT_texture_sRGB is broken

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32323 Summary: GL_EXT_texture_sRGB is broken Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 32323] New: GL_EXT_texture_sRGB is broken

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32323 Summary: GL_EXT_texture_sRGB is broken Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32271 --- Comment #6 from Álmos 2010-12-11 11:23:36 PST --- I don't think it's necessary to contact them: in this year's release there is a completely different set of shaders, and all compile fine. At least in theory, because the game doesn't start up

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32271 --- Comment #6 from ?lmos 2010-12-11 11:23:36 PST --- I don't think it's necessary to contact them: in this year's release there is a completely different set of shaders, and all compile fine. At least in theory, because the game doesn't start up

2.6.37-rc4: kdm crashes consistently, 2.6.36 not affected, drm:radeon_cs_ioctl Invalid command stream

2010-12-11 Thread thund...@xs4all.nl
From: jurriaan Date: Sat, Dec 04, 2010 at 02:16:38PM +0100 > on my up-to-date Debian Unstable system, running on an Phenom X4, on > an ATI RS880/SB700/built-in Radeon HD 4200 system, kdm crashes > consistently when trying to start X.org when running kernel 2.6.37-rc4. > It doesn't when running 2.6

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #14 from Holger Lenz 2010-12-11 16:58:14 --- Tried the patch on 2.6.36.1-2 (RV730 AGP) Not much luck: With KMS the system will boot into a black screen and lock up. With UMS (nomodeset in kernel command line) it will show X, but

[Bug 32318] [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32318 Giacomo Perale changed: What|Removed |Added CC||ghe...@virgilio.it --- Comment #2 from

[Bug 32318] [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32318 Giacomo Perale changed: What|Removed |Added CC||ghepeu at virgilio.it --- Comment #2 fr

[Bug 32320] New: vdrift 2010 release cannot start with shaders enabled

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32320 Summary: vdrift 2010 release cannot start with shaders enabled Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 32320] New: vdrift 2010 release cannot start with shaders enabled

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32320 Summary: vdrift 2010 release cannot start with shaders enabled Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #7 from boris64 2010-12-11 07:49:59 PST --- Uuh, i forgot to mention some important things. Software used: kernel-2.6.37-rc5+ libdrm/mesa/xf86-video-ati from git (today). -- Configure bugmail: https://bugs.freedesktop.org/userp

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #7 from boris64 2010-12-11 07:49:59 PST --- Uuh, i forgot to mention some important things. Software used: kernel-2.6.37-rc5+ libdrm/mesa/xf86-video-ati from git (today). -- Configure bugmail: https://bugs.freedesktop.org/user

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #6 from boris64 2010-12-11 07:47:35 PST --- Created an attachment (id=41017) --> (https://bugs.freedesktop.org/attachment.cgi?id=41017) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #6 from boris64 2010-12-11 07:47:35 PST --- Created an attachment (id=41017) --> (https://bugs.freedesktop.org/attachment.cgi?id=41017) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #5 from boris64 2010-12-11 07:46:37 PST --- Created an attachment (id=41016) --> (https://bugs.freedesktop.org/attachment.cgi?id=41016) lspci -vnn -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #5 from boris64 2010-12-11 07:46:37 PST --- Created an attachment (id=41016) --> (https://bugs.freedesktop.org/attachment.cgi?id=41016) lspci -vnn -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #4 from boris64 2010-12-11 07:45:51 PST --- Created an attachment (id=41015) --> (https://bugs.freedesktop.org/attachment.cgi?id=41015) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You ar

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #4 from boris64 2010-12-11 07:45:51 PST --- Created an attachment (id=41015) --> (https://bugs.freedesktop.org/attachment.cgi?id=41015) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You a

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #3 from boris64 2010-12-11 07:43:53 PST --- Created an attachment (id=41014) --> (https://bugs.freedesktop.org/attachment.cgi?id=41014) Fade-to-white-picture No.4 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #2 from boris64 2010-12-11 07:43:31 PST --- Created an attachment (id=41013) --> (https://bugs.freedesktop.org/attachment.cgi?id=41013) Fade-to-white-picture No.3 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #3 from boris64 2010-12-11 07:43:53 PST --- Created an attachment (id=41014) --> (https://bugs.freedesktop.org/attachment.cgi?id=41014) Fade-to-white-picture No.4 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #2 from boris64 2010-12-11 07:43:31 PST --- Created an attachment (id=41013) --> (https://bugs.freedesktop.org/attachment.cgi?id=41013) Fade-to-white-picture No.3 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #1 from boris64 2010-12-11 07:43:02 PST --- Created an attachment (id=41012) --> (https://bugs.freedesktop.org/attachment.cgi?id=41012) Fade-to-white-picture No.2 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #1 from boris64 2010-12-11 07:43:02 PST --- Created an attachment (id=41012) --> (https://bugs.freedesktop.org/attachment.cgi?id=41012) Fade-to-white-picture No.2 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 32319] New: Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 Summary: Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (A

[Bug 32319] New: Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 Summary: Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (A

[Bug 32318] [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32318 --- Comment #1 from Chris Rankin 2010-12-11 07:39:38 PST --- Created an attachment (id=41010) --> (https://bugs.freedesktop.org/attachment.cgi?id=41010) Titan, as seen with OpenGL Vertex Program rendering path And Basic, Multitexture rendering

[Bug 32318] [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32318 --- Comment #1 from Chris Rankin 2010-12-11 07:39:38 PST --- Created an attachment (id=41010) --> (https://bugs.freedesktop.org/attachment.cgi?id=41010) Titan, as seen with OpenGL Vertex Program rendering path And Basic, Multitexture rendering

[Bug 32318] New: [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32318 Summary: [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Stat

[Bug 32318] New: [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32318 Summary: [r300g] Titan's atmosphere in celestia is blue with OpenGL 2.0 rendering path. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Stat

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32271 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32271 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30488] Star Wars - Jedi Kight : Jedi Academy does not render correctly.

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30488 --- Comment #1 from Marek Olšák 2010-12-11 06:38:22 PST --- There has been some fixes in Mesa master. Could you possibly test the game again with current git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

[Bug 30488] Star Wars - Jedi Kight : Jedi Academy does not render correctly.

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30488 --- Comment #1 from Marek Ol??k 2010-12-11 06:38:22 PST --- There has been some fixes in Mesa master. Could you possibly test the game again with current git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

[Bug 30351] Zero Ballistics: tank not rendered

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30351 --- Comment #8 from Marek Olšák 2010-12-11 06:35:09 PST --- Commit 2af8a1983180fc0168c1e0e53bcc69ee3d684ea4 in Mesa master should fix some missing objects. Could you test the game again with current git? -- Configure bugmail: https://bugs.freed

[Bug 30351] Zero Ballistics: tank not rendered

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30351 --- Comment #8 from Marek Ol??k 2010-12-11 06:35:09 PST --- Commit 2af8a1983180fc0168c1e0e53bcc69ee3d684ea4 in Mesa master should fix some missing objects. Could you test the game again with current git? -- Configure bugmail: https://bugs.free

[Bug 32307] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting

2010-12-11 Thread Sergio Monteiro Basto
non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3309 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20101211/97ce9f42/attachment.bin>

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32271 --- Comment #4 from Marek Olšák 2010-12-11 01:59:58 PST --- (In reply to comment #3) > (In reply to comment #2) > > I wonder if lowering DDX/DDY to SFL makes any difference compared to using a > > shader that outputs (0,0,0,1). > > The lowering

[Bug 32271] DDX opcode is not implemented in radeon shader compiler

2010-12-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32271 --- Comment #4 from Marek Ol??k 2010-12-11 01:59:58 PST --- (In reply to comment #3) > (In reply to comment #2) > > I wonder if lowering DDX/DDY to SFL makes any difference compared to using a > > shader that outputs (0,0,0,1). > > The lowering