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

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #13 from Cros pxwp...@gmail.com 2009-07-14 00:14:25 PST --- I see the same incorrect color for glxgears with nvidia graphics on G5 powerpc. Same result as on iBookg4 with Radeon 9200. G5 - :f0:10.0 VGA compatible controller

[PATCH 1/2] GPU: drm_debugfs, check kmalloc retval

2009-07-14 Thread Jiri Slaby
Check kmalloc return value in drm_debugfs_create_files and bail out appropriately if the pointer is NULL. Signed-off-by: Jiri Slaby jirisl...@gmail.com --- drivers/gpu/drm/drm_debugfs.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs.c

[PATCH 2/2] GPU: drm_gem, check kzalloc retval

2009-07-14 Thread Jiri Slaby
Check kzalloc retval against NULL in drm_gem_object_alloc and bail out appropriately. While at it merge the fail paths and jump to them by gotos at the end of the function. Signed-off-by: Jiri Slaby jirisl...@gmail.com --- drivers/gpu/drm/drm_gem.c | 17 ++--- 1 files changed, 10

[Bug 22605] clutter_actor_set_opacity slow when using radeon-rewrite

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22605 pa...@rojtberg.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-07-14 Thread Michel Dänzer
On Mon, 2009-07-13 at 13:51 -0400, Alex Deucher wrote: Need to adjust CUR_OFFSET for xorigin Should say 'yorigin'. Seems to work fine, thanks. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer

[Bug 22606] kwin 3d for kde 4.x stopped working

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22606 Paulo Dias paulo.miguel.d...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #15 from Andrey Gusev ro...@list.ru 2009-07-14 11:55:28 PST --- I have same problem on powermac g4. It is reproduces on nv and nouveau drivers. Also LIBGL_ALWAYS_INDIRECT=1 doesn't change anything. Kernel: Linux 2.6.30.1 (SMP w/2

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

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22017 --- Comment #16 from Andrey Gusev ro...@list.ru 2009-07-14 12:27:18 PST --- I created bug for software rendering https://bugs.freedesktop.org/show_bug.cgi?id=22767 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

Re: [Intel-gfx] FW: [PATCH] drm/i915: merge mode attributes of VBT and EDID together

2009-07-14 Thread Jesse Barnes
Dave, have you checked this out yet? Any chance you could apply this useful cleanup? Thanks, Jesse On Fri, 3 Jul 2009 01:44:24 -0700 Wang, Quanxian quanxian.w...@intel.com wrote: Any comment for this patch? Thanks Quanxian Wang -Original Message- From:

[Bug 22575] [KMS] mesa demo projtex broken on rv280

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22575 --- Comment #1 from Andrew Randrianasulu rand...@mail.ru 2009-07-14 16:31:00 PST --- Projtex demo works fine with again with mesa commit 681ede8836746735fbb904edf89b076343507a8b ( radeon: fix unsigned vs signed comparison in stencil code.)

[Bug 22576] [KMS] mesa demo spectex broken on rv280

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22576 --- Comment #2 from Andrew Randrianasulu rand...@mail.ru 2009-07-14 16:34:02 PST --- Spectex demo works with mesa master, commit 681ede8836746735fbb904edf89b076343507a8b (radeon: fix unsigned vs signed comparison in stencil code.) may be

[Bug 22577] [KMS] fbo_firecube works, but aborted if I press 'q' twice on rv280

2009-07-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22577 --- Comment #1 from Andrew Randrianasulu rand...@mail.ru 2009-07-14 16:35:16 PST --- Looks like crash fixed in mesa master, currently using mesa master branch up to commit 681ede8836746735fbb904edf89b076343507a8b (radeon: fix unsigned vs