https://bugs.freedesktop.org/show_bug.cgi?id=38491
Summary: [S-Video]: Corruption observed in Application Window
on resizing the desktop.
Product: Mesa
Version: 7.10
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=48184)
--> (https://bugs.freedesktop.org/attachment.cgi?id=48184)
glxgears-corruption
KMS Driver Stack Details:
=========================
1) Kernel- 2.6.38-8-generice
2) Libdrm-2.4.23
3) Mesa-7.10.1
4) Xorg-server-1.10.0
5) ddx: xf86-video-ati-6.14.99
System Environment:
===================
O.S. - Ubuntu-11.04(32 bit)
ASIC – RV710 RadeonHD 4350
CPU - Intel(R) Core(TM) 2 CPU 6300 @1.86GHz
Steps to Reproduce:
===================
1) Connect S-Video and run glxgears
2) change the scale with
#xrandr --output DIN --scale 0.2x0.2
Observation : Corruption observed in Application Window (Screenshot Attached)
===========
--
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=36918
Summary: ETQW: Enabling "Soft Particles" causes major
performance issue
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: sa(a)whiz.se
Enabling the option "Soft Particles" in the game Enemy Territory Quake Wars
causes a major performance drop to ~ 1 fps, CPU goes to 100% so I'm guessing
some sort of software fallback is hit?
Options → Settings → Advanced → Soft Particles
I'll see if r300g has the same problem, if so it's probably a more general
problem.
System environment:
-- system architecture: 32-bit
-- Linux distribution: Debian unstable
-- GPU: REDWOOD
-- Model: XFX Radeon HD 5670 1GB
-- Display connector: DVI
-- xf86-video-ati: 6.14.1
-- xserver: 1.10.1
-- mesa: 27d3e0b25cc3f2bd9f72778f0c9f54cb90c48622
-- drm: 2.4.25
-- kernel: 2.6.39-rc5
--
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=37826
Summary: piglit: fbo/fbo-maxsize assertion failure
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: sa(a)whiz.se
The piglit test fbo/fbo-maxsize doesn't pass on my Evergreen:
Returncode: -6
Errors:
Failed to allocate :
size : 1431698944 bytes
alignment : 512 bytes
Failed to allocate :
size : 1431698944 bytes
alignment : 512 bytes
fbo-maxsize: /home/sa/Programming/gfx/piglit/tests/fbo/fbo-maxsize.c:115:
create_fbo: Assertion `glGetError() == 0' failed.
dmesg:
Jun 1 19:10:43 zoe kernel: [ 1384.924077] radeon 0000:01:00.0: object_init
failed for (1431699456, 0x00000006)
Jun 1 19:10:43 zoe kernel: [ 1384.924081] [drm:radeon_gem_object_create]
*ERROR* Failed to allocate GEM object (1431699456, 4, 4096, -12)
Jun 1 19:10:43 zoe kernel: [ 1384.926286] radeon 0000:01:00.0: object_init
failed for (1431699456, 0x00000006)
Jun 1 19:10:43 zoe kernel: [ 1384.926289] [drm:radeon_gem_object_create]
*ERROR* Failed to allocate GEM object (1431699456, 4, 4096, -12)
This doesn't seem to be a new problem, it fails with 7.10 too, but the kernel
message is different: "[drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation
-12!".
System environment:
-- system architecture: 32-bit
-- Linux distribution: Debian unstable
-- GPU: REDWOOD
-- Model: XFX Radeon HD 5670 1GB
-- Display connector: DVI
-- xf86-video-ati: 6.14.2
-- xserver: 1.10.1
-- mesa: git-c5903ed
-- drm: 2.4.25
-- kernel: 2.6.39
--
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=38220
Summary: [wine] Left 4 Dead: Crash in r600_set_constant_buffer
with multicore rendering
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: sa(a)whiz.se
Created an attachment (id=47874)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47874)
backtrace of crash
The game Left 4 Dead (running in Wine) crashes in r600_set_constant_buffer if
the option "Multicore rendering" is enabled.
Backtrace from Wine:
=>0 0x7b343de7 r600_set_constant_buffer+0x117(ctx=0x7c1b2728, shader=0,
index=0, buffer=0x7cc3fbfc)
[/home/sa/Programming/gfx/mesa/mesa/src/gallium/drivers/r600/r600_state_common.c:413]
in r600_dri.so (0x7c1bd880)
1 0x7b4aecd6 st_upload_constants+0xe5(st=0x651138b8, params=0x7c11d8f8,
shader_type=0)
[/home/sa/Programming/gfx/mesa/mesa/src/mesa/state_tracker/st_atom_constbuf.c:92]
in r600_dri.so (0x00000000)
(A backtrace made with gdb is also attached).
Not sure if it's a regression or not, the game suffered from recurring GPU
hangs until just recently.
The following messages are found in the kernel log:
[15632.113691] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 32 !
[15632.113695] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.113697] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.115005] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.115007] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.115009] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.118327] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.118330] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.118331] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.121651] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.121654] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.121655] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.124992] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.124994] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.124996] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.128348] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.128351] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.128352] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[15632.131666] [drm:evergreen_cs_packet_next_reloc] *ERROR* Relocs at 44 after
relocations chunk end 36 !
[15632.131668] [drm:evergreen_packet3_check] *ERROR* bad SET_RESOURCE (tex)
[15632.131670] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
--
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=38740
Summary: [i915g] Ocular view in Stellarium have wrong colour
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/Gallium/i915g
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: pavel.ondracka(a)email.cz
Ocular view in Stellarium is supposed to have small circle with star objects
and black background around. The surrounding colour is grey instead and
flickers black. Classic driver works fine.
kernel: 2.6.38.8-32.fc15
mesa: 062a1e291fdc0ef69b6677f8ae0e3471047e281d
Stellarium: 0.10.6
Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
--
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=30931
Summary: mesa gallium r600 driver (7.10-devel) crashes the
system
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: wolput(a)onsneteindhoven.nl
Created an attachment (id=39488)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39488)
xorg.log
All 3D apps crash the system when using mesa gallium r600 driver git version
7.10-devel, no crash using version 7.9.
I am using Debian/Sid, kernel 2.6.35-amd64, xserver 1.9.99.1 (git)
OpenGL renderer string: Gallium 0.4 on RS780
OpenGL version string: 2.1 Mesa 7.10-devel
--
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=38367
Summary: System hangs on running nexuiz
Product: Mesa
Version: 7.10
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: high
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=48032)
--> (https://bugs.freedesktop.org/attachment.cgi?id=48032)
Xorg.log
KMS Driver Stack Details:
=========================
1) Kernel- 2.6.38-8-generice
2) Libdrm-2.4.23
3) Mesa-7.10.1
4) Xorg-server-1.10.0
5) ddx: xf86-video-ati-6.14.99
System Environment:
===================
O.S. - Ubuntu-11.04(64 bit)
ASIC – NI BARTS PRO (6739)
CPU - Intel(R) Core(TM) 2 CPU 6300 @1.86GHz
Steps to Reproduce:
===================
1) Install phoronix test suite from the attachment and resolve any dependency
related to PHP with synaptic
2) Install nexuiz with
phoronix-test-suite install nexuiz
3) Run nexuiz application as below using phoronix-test-suite
HDR:
1: Yes
2: No
3: Test All Options
(Select 1: Yes)
Sound:
1: On
2: Off
3: Test All Options
(Select 2: Off)
# FORCE_TIMES_TO_RUN=1 phoronix-test-suite run nexuiz
Observation: Test runs for some time and after that system hangs.
--
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=30507
Summary: Caster (commercial game) crash.
Product: Mesa
Version: unspecified
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: regnak90(a)gmail.com
Created an attachment (id=39075)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39075)
Xorg.0.log
The game crash as soon as 3D is needed, the menu is working fine.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.