[Bug 52560] Xorg -configure creats useless xorg.conf for tdfx

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52560 --- Comment #1 from Chi-Thanh Christopher Nguyen 2012-07-28 14:17:05 PDT --- xorg-server is not responsible for 3D acceleration, mesa is. Xorg.0.log and the output of LIBGL_DEBUG=verbose glxinfo might give some hints what is wrong. My guess is

Re: [PATCH] drm/radeon: add new AMD ACPI header and update relevant code

2012-07-28 Thread Luca Tettamanti
On Thu, Jul 26, 2012 at 03:42:26PM -0400, Alex Deucher wrote: > On Thu, Jul 26, 2012 at 3:33 PM, Luca Tettamanti wrote: > > On Thu, Jul 26, 2012 at 11:35:25AM -0400, Alex Deucher wrote: > >> On Thu, Jul 26, 2012 at 8:58 AM, Luca Tettamanti > >> wrote: > >> > The other missing bit is how to actua

[Bug 52560] Xorg -configure creats useless xorg.conf for tdfx

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52560 --- Comment #2 from tuxra...@hispeed.ch 2012-07-28 15:11:44 PDT --- yes but Xorg -configure is the part of xorg that should create a working configfile and without it is better than nothing, and if i use the file createt by Xorg -configure the las

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #14 from ojab 2012-07-28 20:30:56 PDT --- And update to the kernel-3.5 doesn't change anything. llvmpipe works without such issues. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

Re: [PATCH] drm/radeon: add new AMD ACPI header and update relevant code

2012-07-28 Thread Alex Deucher
On Sat, Jul 28, 2012 at 10:56 AM, Luca Tettamanti wrote: > On Thu, Jul 26, 2012 at 03:42:26PM -0400, Alex Deucher wrote: >> On Thu, Jul 26, 2012 at 3:33 PM, Luca Tettamanti wrote: >> > On Thu, Jul 26, 2012 at 11:35:25AM -0400, Alex Deucher wrote: >> >> On Thu, Jul 26, 2012 at 8:58 AM, Luca Tettam

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49817 --- Comment #6 from Maxime Buffa 2012-07-28 22:23:00 UTC --- I can confirm this bug with the shader example of SFML 2.0 RC, with an Evergreen gpu (5850) and Mesa 8.0.4. Rendering is messed up and there's a lot of "radeon: The kernel rejected CS,

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49817 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #7 from Sven A

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #69 from Alexandre Demers 2012-07-27 18:26:19 PDT --- (In reply to comment #67) > Created attachment 64585 [details] [review] > Adding an environment variable to disable VM if wanted > > By setting R600_VM=0, we disable the virtual

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-28 Thread Lauri Kasanen
Let's allow GCC to optimize better. This exposed some five unused functions, but this patch doesn't remove them. Signed-off-by: Lauri Kasanen --- drivers/gpu/drm/radeon/atombios_encoders.c |4 +- drivers/gpu/drm/radeon/evergreen.c | 12 +- drivers/gpu/drm/radeon/evergree

[Bug 52560] Xorg -configure creats useless xorg.conf for tdfx

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52560 --- Comment #1 from Chi-Thanh Christopher Nguyen 2012-07-28 14:17:05 PDT --- xorg-server is not responsible for 3D acceleration, mesa is. Xorg.0.log and the output of LIBGL_DEBUG=verbose glxinfo might give some hints what is wrong. My guess is

[PATCH] drm/radeon: add new AMD ACPI header and update relevant code

2012-07-28 Thread Luca Tettamanti
On Thu, Jul 26, 2012 at 03:42:26PM -0400, Alex Deucher wrote: > On Thu, Jul 26, 2012 at 3:33 PM, Luca Tettamanti > wrote: > > On Thu, Jul 26, 2012 at 11:35:25AM -0400, Alex Deucher wrote: > >> On Thu, Jul 26, 2012 at 8:58 AM, Luca Tettamanti > >> wrote: > >> > The other missing bit is how to ac

[Bug 52560] Xorg -configure creats useless xorg.conf for tdfx

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52560 --- Comment #2 from tuxracer at hispeed.ch 2012-07-28 15:11:44 PDT --- yes but Xorg -configure is the part of xorg that should create a working configfile and without it is better than nothing, and if i use the file createt by Xorg -configure the

[PATCH] drm/radeon: add new AMD ACPI header and update relevant code

2012-07-28 Thread Alex Deucher
On Sat, Jul 28, 2012 at 10:56 AM, Luca Tettamanti wrote: > On Thu, Jul 26, 2012 at 03:42:26PM -0400, Alex Deucher wrote: >> On Thu, Jul 26, 2012 at 3:33 PM, Luca Tettamanti >> wrote: >> > On Thu, Jul 26, 2012 at 11:35:25AM -0400, Alex Deucher wrote: >> >> On Thu, Jul 26, 2012 at 8:58 AM, Luca T

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49817 --- Comment #6 from Maxime Buffa 2012-07-28 22:23:00 UTC --- I can confirm this bug with the shader example of SFML 2.0 RC, with an Evergreen gpu (5850) and Mesa 8.0.4. Rendering is messed up and there's a lot of "radeon: The kernel rejected CS,

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49817 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #7 from Sven

[PATCH] drm/i915: remove unused variable

2012-07-28 Thread Devendra Naga
the following warning was produced, drivers/gpu/drm/i915/i915_gem_context.c: In function ?i915_switch_context?: drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable ?ret? [-Wunused-variable] fix up by removing it Signed-off-by: Devendra Naga --- This warning occurs in curre

Fwd: Brightness on HP EliteBook 8460p

2012-07-28 Thread Pali Rohár
Roh?r pali.rohar at gmail.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120728/