[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #3 from raoxianhong 2009-03-12 23:16:32 PST --- (In reply to comment #2) > (In reply to comment #0) > > When I use texgen with glVertex4f(x, y, z, w) on r200(ATI Radeon Mobility > > 9000 > > card), the s coord texgen use (px, py

[PATCH] drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.

2009-03-12 Thread Dave Airlie
From: Dave Airlie Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600_cp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cp.c b/drivers/gpu/drm/radeon/r600_cp.c index 490f353..76eb0d5 100644 --- a/drivers/gpu/drm/radeon/r600_cp.c ++

[Bug 20634] i945 Crashing with Error in I830WaitLpRing()

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20634 Gordon Jin changed: What|Removed |Added Status|NEW |RESOLVED Component|Drivers/DRI/i91

[Bug 20634] i945 Crashing with Error in I830WaitLpRing()

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20634 Jamie Jackson changed: What|Removed |Added Summary|i945 Crashing |i945 Crashing with Error in

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 r...@sisk.pl changed: What|Removed |Added CC||r...@sisk.pl OtherBugsDependingO|

[Bug 20634] i945 Crashing

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20634 Jamie Jackson changed: What|Removed |Added Version|unspecified |7.2 --- Comment #2 from Jamie Jackson

[Bug 20634] i945 Crashing

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20634 --- Comment #1 from Jamie Jackson 2009-03-12 13:02:51 PST --- ja...@mercury:/var/log$ uname -r 2.6.27-11-generic ja...@mercury:/var/log$ lsb_release -d Description:Ubuntu 8.10 Machine: Dell Latitude D620 xorg.conf: http://jamiejackson.

[Bug 20634] New: i945 Crashing

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20634 Summary: i945 Crashing Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Compo

Re: [Patch 1/5]: DRM/I915: Add the crt save/restore function for VT switch

2009-03-12 Thread Jesse Barnes
On Friday, March 6, 2009 5:55:52 pm Keith Packard wrote: > On Fri, 2009-03-06 at 15:19 -0800, Eric Anholt wrote: > > Given that these functions aren't actually hooked up to anything, I'm > > not sure if there's any value here. It sounds like we're going to go to > > using the resume_force_mode fun

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #2 from jkarl...@cc.hut.fi 2009-03-12 12:09 --- Created an attachment (id=20508) --> (http://bugzilla.kernel.org/attachment.cgi?id=20508&action=view) Xorg log -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cg

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 --- Comment #1 from jkarl...@cc.hut.fi 2009-03-12 12:08 --- Created an attachment (id=20507) --> (http://bugzilla.kernel.org/attachment.cgi?id=20507&action=view) dmesg from 2.6.29-rc7 -- Configure bugmail: http://bugzilla.kernel.org

[Bug 12861] Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 jkarl...@cc.hut.fi changed: What|Removed |Added Regression|0 |1 -- Configure bugmail: http://bu

[Bug 12861] New: Xorg fails to start "Failed to allocate space for kernel memory manager"

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12861 Summary: Xorg fails to start "Failed to allocate space for kernel memory manager" Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc5 Platform: All OS/Version: Linux

Re: [PATCH] make KMS resource mappings exclusive

2009-03-12 Thread Jesse Barnes
On Monday, March 9, 2009 3:29:40 am Simon Farnsworth wrote: > Eric Anholt wrote: > > On Mon, 2009-01-19 at 13:00 -0800, Jesse Barnes wrote: > >> This should help avoid problems with unsupported userspace programs or > >> configurations running on top of a KMS enabled driver. Updates the > >> iorem

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #2 from Roland Scheidegger 2009-03-12 08:07:54 PST --- (In reply to comment #0) > When I use texgen with glVertex4f(x, y, z, w) on r200(ATI Radeon Mobility 9000 > card), the s coord texgen use (px, py, pz, pw), but I found s coor

[Bug 20626] r200 texgen with glVertex4f(x, y, z, w) error

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 --- Comment #1 from raoxianhong 2009-03-12 07:49:39 PST --- the code list here: glActiveTexture(GL_TEXTURE0); glEnable(GL_TEXTURE_2D); glBindTexture(GL_TEXTURE_2D,texid); glEnable(GL_TEXTURE_GEN_S); gl

[Bug 20626] New: r200 texgen with glVertex4f(x, y, z, w) error

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20626 Summary: r200 texgen with glVertex4f(x, y, z, w) error Product: Mesa Version: 6.5 Platform: PowerPC OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 20608] gtkglext example program locks up system with Mobility X1400 chipset

2009-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20608 Michel Dänzer changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org |dri- |