https://bugs.freedesktop.org/show_bug.cgi?id=29689
Summary: Heroes of Newerth models are rendered as 2D
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priori
https://bugs.freedesktop.org/show_bug.cgi?id=29691
Summary: Lightsmark isnt rendering textures
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: mediu
https://bugs.freedesktop.org/show_bug.cgi?id=29692
Summary: Lightsmark lights arent working
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Polling for a VGA device on an old system can be quite expensive,
causing latencies on the order of 600ms. As we hold the mode mutex for
this time and also need the same mutex to move the cursor, we trigger a
user-visible stall.
The real solution would involve improving the granulatity of the
lock
https://bugs.freedesktop.org/show_bug.cgi?id=27868
Nicolas Kaiser changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29226
Michal Suchanek changed:
What|Removed |Added
Summary|on r600 3d applications are |on r600 and llvmpipe 3d
https://bugs.freedesktop.org/show_bug.cgi?id=29226
--- Comment #12 from Michal Suchanek 2010-08-20 06:55:04
PDT ---
I am not sure the lighting issue is actually related to the issue in wine.
I tried to build a mesa without GL_LIGHTING and at least some object were still
too bright.
--
Configu
https://bugs.freedesktop.org/show_bug.cgi?id=28860
Tom Stellard changed:
What|Removed |Added
CC||rubenf3...@gmail.com
--- Comment #15 from
https://bugs.freedesktop.org/show_bug.cgi?id=29703
Summary: mesa demos crashing on rv710 r600g
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: mediu
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #16 from Jan Kreuzer 2010-08-20 07:48:39 PDT
---
Tried the patch and booted with polling=0, openarena (timedemo via phoronix
test suite) no longer crashes the machine when using r300g.
chipset x700 mobility pcie.
Jan
--
Configure
When enabling underscan for hdmi monitors, attempt to detect
whether we are driving a TV or a monitor. The should hopefully
prevent underscan from being enabled on monitors attached via
hdmi that do not overscan the image. Only enable underscan
if the mode is a common hdtv mode (480p, 720p, etc.)
The meaning of ucMemoryType changed on recent boards, however,
ulBootUpSidePortClock should be set properly across all boards.
Signed-off-by: Alex Deucher
Cc: sta...@kernel.org
---
drivers/gpu/drm/radeon/radeon_atombios.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/
https://bugs.freedesktop.org/show_bug.cgi?id=27452
--- Comment #13 from Dave Witbrodt 2010-08-20 09:49:03
PDT ---
(In reply to comment #12)
> Fixed with this patch:
> http://lists.freedesktop.org/archives/dri-devel/2010-August/003142.html
Applied patch. Installed HD 5750 card. Verified that p
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #10 from Marek Olšák 2010-08-20 15:55:15 PDT ---
There is a new GLSL compiler in Mesa. Does it fix your issue?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #11 from Pavel Ondračka 2010-08-20 16:07:31 PDT
---
(In reply to comment #10)
> There is a new GLSL compiler in Mesa. Does it fix your issue?
No it doesn't, there is no visible change.
--
Configure bugmail: https://bugs.freedeskto
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #17 from Connor Behan 2010-08-20 19:33:13
PDT ---
Created an attachment (id=38032)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38032)
dmesg.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #18 from Connor Behan 2010-08-20 19:33:44
PDT ---
Created an attachment (id=38033)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38033)
glxinfo.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #19 from Connor Behan 2010-08-20 19:34:09
PDT ---
Created an attachment (id=38034)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38034)
xorglog.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #20 from Connor Behan 2010-08-20 19:35:23
PDT ---
2.6.35.2 is acting the way 2.6.33 did. Slow graphical apps, inconsistent
glxgears frame rate and having to use Alt + SysRq + REISUB every time I log out
of X.
--
Configure bugmail:
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #12 from Marek Olšák 2010-08-20 21:59:33 PDT ---
Henri,
I was thinking about this issue and realized that the way you allocate constant
space in wine is wrong. The problem is you create one large array "uniform vec4
VC[256]". If this
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #16 from Rubén Fernández 2010-08-20 22:48:14
PDT ---
Created an attachment (id=38035)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38035)
Log produced with RADEON_DEBUG=fp
There you go. Created with a RV505 (Radeon X1550) wi
On Thu, 2010-08-12 at 20:57 +0100, Chris Wilson wrote:
> Polling for a VGA device on an old system can be quite expensive,
> causing latencies on the order of 600ms. As we hold the mode mutex for
> this time and also need the same mutex to move the cursor, we trigger a
> user-visible stall.
You sh
From: Alex Deucher
Fixes the pink line that shows up with some hdmi monitors. This
will need to be revisited when audio support is added.
Fixes:
http://bugs.freedesktop.org/show_bug.cgi?id=27452
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_encoders.c | 32 +
https://bugs.freedesktop.org/show_bug.cgi?id=29689
Summary: Heroes of Newerth models are rendered as 2D
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priori
https://bugs.freedesktop.org/show_bug.cgi?id=29691
Summary: Lightsmark isnt rendering textures
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: mediu
https://bugs.freedesktop.org/show_bug.cgi?id=29692
Summary: Lightsmark lights arent working
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Polling for a VGA device on an old system can be quite expensive,
causing latencies on the order of 600ms. As we hold the mode mutex for
this time and also need the same mutex to move the cursor, we trigger a
user-visible stall.
The real solution would involve improving the granulatity of the
lock
https://bugs.freedesktop.org/show_bug.cgi?id=27868
Nicolas Kaiser changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29226
Michal Suchanek changed:
What|Removed |Added
Summary|on r600 3d applications are |on r600 and llvmpipe 3d
https://bugs.freedesktop.org/show_bug.cgi?id=29226
--- Comment #12 from Michal Suchanek 2010-08-20
06:55:04 PDT ---
I am not sure the lighting issue is actually related to the issue in wine.
I tried to build a mesa without GL_LIGHTING and at least some object were still
too bright.
--
Configu
https://bugs.freedesktop.org/show_bug.cgi?id=28860
Tom Stellard changed:
What|Removed |Added
CC||rubenf3000 at gmail.com
--- Comment #15 f
https://bugs.freedesktop.org/show_bug.cgi?id=29703
Summary: mesa demos crashing on rv710 r600g
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: mediu
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #16 from Jan Kreuzer 2010-08-20 07:48:39
PDT ---
Tried the patch and booted with polling=0, openarena (timedemo via phoronix
test suite) no longer crashes the machine when using r300g.
chipset x700 mobility pcie.
Jan
--
Configure
When enabling underscan for hdmi monitors, attempt to detect
whether we are driving a TV or a monitor. The should hopefully
prevent underscan from being enabled on monitors attached via
hdmi that do not overscan the image. Only enable underscan
if the mode is a common hdtv mode (480p, 720p, etc.)
The meaning of ucMemoryType changed on recent boards, however,
ulBootUpSidePortClock should be set properly across all boards.
Signed-off-by: Alex Deucher
Cc: stable at kernel.org
---
drivers/gpu/drm/radeon/radeon_atombios.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
https://bugs.freedesktop.org/show_bug.cgi?id=27452
--- Comment #13 from Dave Witbrodt 2010-08-20
09:49:03 PDT ---
(In reply to comment #12)
> Fixed with this patch:
> http://lists.freedesktop.org/archives/dri-devel/2010-August/003142.html
Applied patch. Installed HD 5750 card. Verified that p
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #10 from Marek Ol??k 2010-08-20 15:55:15 PDT
---
There is a new GLSL compiler in Mesa. Does it fix your issue?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #11 from Pavel Ondra?ka 2010-08-20 16:07:31
PDT ---
(In reply to comment #10)
> There is a new GLSL compiler in Mesa. Does it fix your issue?
No it doesn't, there is no visible change.
--
Configure bugmail: https://bugs.freedeskto
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #17 from Connor Behan 2010-08-20
19:33:13 PDT ---
Created an attachment (id=38032)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38032)
dmesg.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #18 from Connor Behan 2010-08-20
19:33:44 PDT ---
Created an attachment (id=38033)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38033)
glxinfo.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #19 from Connor Behan 2010-08-20
19:34:09 PDT ---
Created an attachment (id=38034)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38034)
xorglog.35
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=28627
--- Comment #20 from Connor Behan 2010-08-20
19:35:23 PDT ---
2.6.35.2 is acting the way 2.6.33 did. Slow graphical apps, inconsistent
glxgears frame rate and having to use Alt + SysRq + REISUB every time I log out
of X.
--
Configure bugmail:
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #12 from Marek Ol??k 2010-08-20 21:59:33 PDT
---
Henri,
I was thinking about this issue and realized that the way you allocate constant
space in wine is wrong. The problem is you create one large array "uniform vec4
VC[256]". If thi
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #16 from Rub?n Fern?ndez 2010-08-20
22:48:14 PDT ---
Created an attachment (id=38035)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38035)
Log produced with RADEON_DEBUG=fp
There you go. Created with a RV505 (Radeon X1550) wi
Sandybridge requires 36bit dma mask, but the current code checks only
against i965, thus it gives Oops with i915 probing on 32bit machine:
nommu_map_sg: overflow 14a00+4096 of device mask
[drm:drm_agp_bind_pages] *ERROR* Failed to bind AGP memory: -12
BUG: unable to handle ke
45 matches
Mail list logo