[PATCH] drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class hardware

2009-07-13 Thread Keith Packard
The 915 and 945 scanout engines can handle frame buffers up to 4096 pixels wide. Pre-9xx hardware has an 8192 byte stride limit, and so we leave the existing 2048 max in place. I'm not sure why we limit the height to the same value; there's no intrinsic hardware limit in the scanout engine.

[Bug 22741] New: RV530 lockups with sauerbraten game

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22741 Summary: RV530 lockups with sauerbraten game Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium

[Bug 22742] New: prey game freezes

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22742 Summary: prey game freezes Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:

[Bug 22741] RV530 lockups with sauerbraten game

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22741 --- Comment #1 from Fabio fabio@libero.it 2009-07-13 01:05:33 PST --- I forgot to add that I am using sauerbraten 20080620 that comes with Ubuntu 9.04. I still can ssh into the system: the game uses 100% CPU; I can kill the game but then

[Bug 22743] New: nexuiz game: missing weapons and enemies models

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22743 Summary: nexuiz game: missing weapons and enemies models Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 16692] quake3 engine don't see player model in setting menu

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16692 Fabio fabio@libero.it changed: What|Removed |Added CC||fabio@libero.it ---

[Bug 22720] mesa 7.5 regression in blender

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22720 Tormod Volden bugzi07.fdo.tor...@xoxy.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 21774] blender menus all black (or white)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21774 Tormod Volden bugzi07.fdo.tor...@xoxy.net changed: What|Removed |Added CC||eg...@gmx.de

[PATCH] r128: handle two-sided lighting correctly

2009-07-13 Thread Péteri András
The olight application from the OpenGL GLUT examples [1] crashes with a segmentation fault straight after turning off two-sided ligthing. A backtrace from a debug build shows that function pointers still point to the [line|triangle|quadr]_twoside routines after switching to one-sided mode, and,

[Bug 21774] blender menus all black (or white)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21774 --- Comment #9 from Michel Dänzer mic...@daenzer.net 2009-07-13 04:24:48 PST --- (In reply to comment #3) git-bisect picks some commits which I don't understand (there is no configure.ac), [...] Those are probably from topic branches such

[Bug 22746] New: [KMS] tri-viewport broken on rv280 in DRI2 mode

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22746 Summary: [KMS] tri-viewport broken on rv280 in DRI2 mode Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 22746] [KMS] tri-viewport broken on rv280 in DRI2 mode

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22746 --- Comment #1 from Andrew Randrianasulu rand...@mail.ru 2009-07-13 04:34:49 PST --- Created an attachment (id=27625) -- (http://bugs.freedesktop.org/attachment.cgi?id=27625) broken/wrong tri-viewport -- Configure bugmail:

[Bug 22746] [KMS] tri-viewport broken on rv280 in DRI2 mode

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22746 --- Comment #2 from Andrew Randrianasulu rand...@mail.ru 2009-07-13 04:35:48 PST --- Created an attachment (id=27626) -- (http://bugs.freedesktop.org/attachment.cgi?id=27626) image corrected by simple enabling composite manager --

Re: [Kernel 2.6.30] Only GPIOA is used as CRTDDC bus

2009-07-13 Thread David Müller (ELSOFT AG)
Hello What about a patch like the attached one; would this be acceptable? Signed-off-by: David Müller d.muel...@elsoft.ch diff -dpruN linux-2.6.31-rc2.orig/drivers/gpu/drm/i915/i915_drv.h linux-2.6.31-rc2.patched/drivers/gpu/drm/i915/i915_drv.h ---

Re: [PATCH] r128: handle two-sided lighting correctly

2009-07-13 Thread Brian Paul
Péteri András wrote: The olight application from the OpenGL GLUT examples [1] crashes with a segmentation fault straight after turning off two-sided ligthing. A backtrace from a debug build shows that function pointers still point to the [line|triangle|quadr]_twoside routines after switching

[PATCH] radeon kms: Add PLL flag to prefer frequencies = the target freq

2009-07-13 Thread Alex Deucher
This is needed when using fractional feedback dividers on some IGP chips. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/radeon_display.c |6 +- drivers/gpu/drm/radeon/radeon_mode.h|1 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git

[PATCH 2/2] radeon kms: enable frac fb divs on rs600/rs690/rs740

2009-07-13 Thread Alex Deucher
Allows us to hit dot clocks much closer, especially on chips with non-27 Mhz reference clocks like most IGP chips. This fixes most flickering and blanking problems with non-exact dot clocks on these chips. Signed-off-by: Alex Deucher alexdeuc...@gmail.com ---

Re: [PATCH] radeon kms: Add PLL flag to prefer frequencies = the target freq

2009-07-13 Thread Alex Deucher
This should be 1/2. this patch is required for radeon kms: enable frac fb divs on rs600/rs690/rs740 On Mon, Jul 13, 2009 at 11:08 AM, Alex Deucheralexdeuc...@gmail.com wrote: This is needed when using fractional feedback dividers on some IGP chips. Signed-off-by: Alex Deucher

[PATCH] radeon kms: fix hotspot handling on pre-avivo chips

2009-07-13 Thread Alex Deucher
Need to adjust CUR_OFFSET for xorigin Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/radeon_cursor.c |9 +++-- drivers/gpu/drm/radeon/radeon_mode.h |1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git

[Bug 22017] Incorrect Colours Radeon 9200 - Mesa 7.4-1

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #11 from Brian DeRocher br...@derocher.org 2009-07-13 11:20:20 PST --- I see this issue with Blender and glxgears. Everything is blue / purple. I'm on a PowerPC G5 with a Radeon card with Debian unstable. br...@three:~$ uname

[Bug 22017] Incorrect Colours Radeon 9200 - Mesa 7.4-1

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #12 from Michel Dänzer mic...@daenzer.net 2009-07-13 11:32:07 PST --- (In reply to comment #11) :f0:10.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 9600] (prog-if 00 [VGA controller]) Huh - I haven't

[Bug 22758] New: Glest falls back to software rendering on radeon (rs690)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22758 Summary: Glest falls back to software rendering on radeon (rs690) Product: Mesa Version: CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 22758] Glest falls back to software rendering on radeon (rs690)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22758 --- Comment #1 from Martin Garbolinski val-g...@wp.pl 2009-07-13 16:14:49 PST --- Created an attachment (id=27655) -- (http://bugs.freedesktop.org/attachment.cgi?id=27655) Main menu correctly displayed before fallback to software rendering

[Bug 22758] Glest falls back to software rendering on radeon (rs690)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22758 --- Comment #2 from Martin Garbolinski val-g...@wp.pl 2009-07-13 16:16:36 PST --- Created an attachment (id=27656) -- (http://bugs.freedesktop.org/attachment.cgi?id=27656) Main menu incorrectly displayed after fallback to software rendering

[Bug 22758] Glest falls back to software rendering on radeon (rs690)

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22758 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/DRI/r300 --

[Bug 22225] [945G/GZ KMS] Xorg hangs when video is full-screened

2009-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 Eric Anholt e...@anholt.net changed: What|Removed |Added Status|NEW |RESOLVED