https://bugs.freedesktop.org/show_bug.cgi?id=32131
Summary: small corruption around opengl window while using
compize cube effect.
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: roman.elshin(a)gmail.com
2.6.36.1 + drm/radeon/kms: MC vram map needs to be >= pci aperture size patch)
+ current r300g + current xf86-video-ati.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=30401
Summary: starting programs with Qt 4.7 opengl es2
graphicssystem fail
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: martinstolpe(a)gmail.com
I've compiled Qt 4.7 with the opengl es2 backend. When I try to start for
example dolphin with the opengl engine:
okular -graphicssystem=opengl
it fails with the following error:
okular: symbol lookup error: /usr/lib/egl/egl_gallium.so: undefined symbol:
drmGetMagic
Card is a X1400 in T60 notebook.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=33648
Summary: Black line in Lightsmark with Z compression enabled
(RV530)
Product: Mesa
Version: git
Platform: Other
URL: http://dee.cz/lightsmark/Lightsmark2008.2.0.tar.bz2
OS/Version: All
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: drakkk(a)centrum.cz
After recent zbuffer compression rework Lightsmark is the only remaining app
I've tested which is still not working properly here on RV530. There is a thick
black line across the screen in some scenes, particularly: "no radiosity","soft
shadows", "penumbra shadows" and the last scene. Maybe this is a known issue
and there are many open bugs about HyperZ, however according to
db299a9f8244d53d9041fcdbd396a77ebe1f9e3e comment RV530 should just work. So I'm
reporting it isn't. Also this is not a regression, it was much worse before and
this is the only remaining issue here.
To be sure this isn't HiZ issue I've changed line 367 in r300_chipset.c to
"caps->hiz_ram = 0;" and it haven't changed anything.
r300: AA compression: NO, Z compression: YES, HiZ: NO
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=29317
Summary: Neverwinter night cloak texture is broken on r600
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: akirchhoff135014(a)comcast.net
With r600, mesa from git (2.0 Mesa 7.9-devel) both with and without KMS, the
texture on my players cloak flickers constantly. The cloak also does not move
properly with the character. For example, if I rest, my character sits down,
but the cloak remains standing. Works fine with fglrx and with r300.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=29318
Summary: Marbleblast textures broken on r600
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: akirchhoff135014(a)comcast.net
On some levels the textures in marbleblast are washed out. The demo is
available here:
http://www.torquepowered.com/products/download/15
You can see this on intermediate level 24. Mesa is from git: 2.0 Mesa
7.9-devel. Happens with both KMS and UMS. Works fine with both r300 and
fglrx.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=28359
Summary: Regression running Second Life viewer on r600 (mipmap
generation issue?)
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: makosoft(a)googlemail.com
There's a regression in recent git master when running the Second Life viewer
on the r600 driver. Objects flash in and out of existence continuously, making
Second Life unusable. git bisect points to the commit
055750fafba58fd2ee0f5611b566a71ab0f22984 "Enable hardware mipmap generation for
radeon" on the 24th of May, which is plausible since Second Life generates all
mipmaps at runtime.
I'm using a 2600XT card, Linux 2.6.34, latest libdrm master, and the latest
unofficial Imprudence client release (since the official client isn't available
in an x86_64 version).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=32323
Summary: GL_EXT_texture_sRGB is broken
Product: Mesa
Version: 7.9
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: marlam(a)marlam.de
The GL extension GL_EXT_texture_sRGB defines the texture formats GL_SRGB and
friends and specifies that sampling such a texture automatically converts the
values from non-linear RGB (sRGB) to linear RGB.
However, this conversion is not performed on my system; the textures seem to be
sampled as if they were normal GL_RGB textures. This results in wrong colors
(e.g. in the git version of the Bino 3D video player: far too bright).
I'm running Ubuntu 10.10 on x86_64 and get the following version info from GL:
OpenGL version: 2.1 Mesa 7.9-devel
OpenGL renderer: Mesa DRI R600 (RV710 954F) 20090101 TCL DRI2
OpenGL vendor: Advanced Micro Devices, Inc.
If you need more information, please let me know.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=28550
Summary: [UMS vs KMS]: Openarena performance drops by half with
KMS enabled
Product: Mesa
Version: unspecified
Platform: x86 (IA32)
OS/Version: other
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=36284)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36284)
Xorg.log
KMS Driver Stack details :
=========================
1) Kernel-2.6.32-21-generic-pae
2) Libdrm-2.4.19
3) Mesa-7.8-rc2
4) Xorg-server-1.7.4
5) ddx: xf86-video-ati-6.13.0
System Environment :
===================
O.S. - Ubuntu-10.04(32bit)
Asic - RV790XT
CPU - Intel(R) Core(TM)@ 1.86GHz
Steps to Reproduce:
===================
1) Install Phoronix-test-suite from
http://www.phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-…
2) Install openarena game
phoronix-test-suite install openarena
3) Run the game with 1920x1080
phoronix-test-suite run openarena
Observation :
=============
1) FPS observed is 60.2
2) Disable KMS and run the test again with the same resolution
With UMS FPS is 118.4
3) Bloom option is disabled before running both the tests.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.