https://bugs.freedesktop.org/show_bug.cgi?id=43341
Bug #: 43341
Summary: CoreBreach: Crash in r600_update_derived_state
Classification: Unclassified
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 attachment 53956
--> https://bugs.freedesktop.org/attachment.cgi?id=53956
backtrace
Hi,
The game CoreBreach crashes when the ships guns are fired, or when the walls of
the racetrack are hit. This only happens when Post Processing is turned on
(which it is by default). The crash happens with both git master and in Mesa
7.11.1.
The game is so far only available as a beta:
http://phoronix.com/forums/showthread.php?65016-A-New-Commercial-Game-For-L…
A backtrace is attached.
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.11.1.902
-- mesa: c8db5a3d535c347193556c0d4a8fad83d96be184
-- drm: 2.4.27
-- kernel: 3.1.1
--
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=59721
Priority: medium
Bug ID: 59721
Assignee: dri-devel(a)lists.freedesktop.org
Summary: drm_mm_remove_node oops GPU hang while restoring
firefox windows
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: shawn.starr(a)rogers.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: 9.0
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 73462
--> https://bugs.freedesktop.org/attachment.cgi?id=73462&action=edit
Kernel messages from session from start to crash point
While the laptop was left on overnight, monitor VGA port was in DPMS, LVDS was
disabled (I disable this output so as to not keep laptop lid open)
After the external LCD monitor via VGA woke up from DPMS mode, I viewed some
emails, then I tried to restore firefox windows, to which the screen froze then
it went into a GPU reset until i managed to switch VT to console
complete kernel message from that days session is attached to bug
kernel: 3.8.0-0.rc4.git1.1.fc19.x86_64
drm: libdrm-2.4.40-1.fc18.x86_64
mesa: mesa-dri-drivers-9.0.1-3.fc18.x86_64
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=39156
Summary: [r600g] minor glyph corruption seen in Second Life
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: shawn.starr(a)rogers.com
Created an attachment (id=48991)
--> (https://bugs.freedesktop.org/attachment.cgi?id=48991)
Image showing glyph corruption
This is seen in git master, but also in 7.10/7.11.
Pixels are cut off below gylphs in some letters.
See attach screenshot for corruption.
--
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=62976
Priority: medium
Bug ID: 62976
Assignee: dri-devel(a)lists.freedesktop.org
Summary: UEFI + SUMO [6550D] freeze after loading radeon
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: d.okias(a)gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
HW: Motheboard asus f1a75-v pro, cpu a3870k.
Kernel 3.8.5, direct boot from BIOS.
EFI framebuffer OK.
radeon DRM - nothing displayed, only some strong garbage in center (100% width,
2/3 height).
EFI fb + radeon DRM: some messages, freeze on "takeover from EFI"
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=58925
Priority: medium
Bug ID: 58925
Assignee: dri-devel(a)lists.freedesktop.org
Summary: compis/kwin crashes on nouveau due to msaa
Severity: normal
Classification: Unclassified
OS: All
Reporter: bobahu4(a)gmail.com
Hardware: Other
Status: NEW
Version: XOrg CVS
Component: General
Product: DRI
Here compiz/kwin crashes when tries to run with weird assertion on msaa
textures.
Found that msaa can be swithced off with enviroment variable
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d0bf69f831e138a05a282e597…
but GALLIUM_MSAA = 0 doesnt help at all.
so I edited dri_fill_st_visual in dri_screen.c to disable msaa at all
if (mode->sampleBuffers) {
- stvis->samples = mode->samples;
+ stvis->samples = 1;
}
Now compiz/kwin work fine.
kernel 3.8-git from ubuntu daily kernel-ppa, ubuntu 12.10, nvidia gtx670
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Bug #: 43861
Summary: Build error in latest git master
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
URL: https://build.opensuse.org/package/rawlog?arch=i586&pa
ckage=Mesa&project=home%3Ajobermayr&repository=openSUS
E_12.1
OS/Version: Linux (All)
Status: NEW
Severity: blocker
Priority: highest
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: johannesobermayr(a)gmx.de
r600_shader.c: At top level:
r600_shader.c:190:44: error: array size missing in
'r600_shader_tgsi_instruction'
r600_shader.c:190:76: error: array size missing in 'eg_shader_tgsi_instruction'
r600_shader.c:190:106: error: array size missing in
'cm_shader_tgsi_instruction'
--
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=62226
Priority: medium
Bug ID: 62226
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Build Fails with LLVM
Severity: normal
Classification: Unclassified
OS: All
Reporter: serkan(a)hosca.com
Hardware: Other
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 76398
--> https://bugs.freedesktop.org/attachment.cgi?id=76398&action=edit
build log
llvm is from git mirror as of git-svn-id
https://llvm.org/svn/llvm-project/llvm/trunk@176858
and mesa is as of 6173cc19
The build config is:
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--enable-gallium-llvm \
--enable-egl \
--enable-gallium-egl \
--with-egl-platforms=drm,x11,wayland \
--enable-shared-glapi \
--enable-gbm \
--enable-glx-tls \
--enable-dri \
--enable-glx \
--enable-osmesa \
--enable-gles1 \
--enable-gles2 \
--enable-texture-float \
--enable-xa \
--enable-xvmc \
--enable-vdpau \
--with-llvm-shared-libs \
--enable-r600-llvm-compiler
and the failure is:
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_llvm.o): In function
`r600_tgsi_llvm':
r600_llvm.c:(.text+0x15ff): undefined reference to `radeon_llvm_create_func'
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(radeonsi_shader.o):
In function `si_pipe_shader_create':
radeonsi_shader.c:(.text+0x1dc6): undefined reference to
`radeon_llvm_create_func'
radeonsi_shader.c:(.text+0x1ddd): undefined reference to
`radeon_llvm_shader_type'
radeonsi_shader.c:(.text+0x200d): undefined reference to
`radeon_llvm_create_func'
collect2: error: ld returned 1 exit status
libtool: install: error: relink `egl_gallium.la' with the above command before
installing it
make[4]: *** [install-eglLTLIBRARIES] Error 1
make[4]: Leaving directory
`/home/serkan/tmp/mesa-git/src/mesa/src/gallium/targets/egl-static'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/home/serkan/tmp/mesa-git/src/mesa/src/gallium/targets/egl-static'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/serkan/tmp/mesa-git/src/mesa/src/gallium/targets'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/serkan/tmp/mesa-git/src/mesa/src'
make: *** [install-recursive] Error 1
attached is the full build log. The error happens in make install
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=53511
Bug #: 53511
Summary: r600g llvm backend doesn't support indirect addressing
Classification: Unclassified
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: aaalmosss(a)gmail.com
According to the warning message it falls back to the TGSI backend. I have seen
the warning with Sauerbraten, Unigine Tropics, and Stalker: SoC with Wine (full
dynamic lighting).
--
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=54143
Bug #: 54143
Summary: Error when running GLSL_deferred
Classification: Unclassified
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: alexandre.f.demers(a)gmail.com
Download and compile GLSL_deferred from
http://www.autistici.org/encelo/prog_gldemos.php
Mesa: User error: GL_INVALID_VALUE in glDisableVertexAttribArrayARB(index)
EE r600_shader.c:1700 r600_shader_from_tgsi - GPR limit exceeded - shader
requires 147 registers
EE r600_shader.c:141 r600_pipe_shader_create - translation from TGSI failed !
EE r600_state_common.c:738 r600_shader_select - Failed to build shader variant
(type=1, key=0) -12
With mesa git f9767dac9a06aad93a9d61d108055ad673498bf8
drm git 7080bfdfd9b6c5f003daaef37ae9c329f2d46a6c
kernel 3.6.0-rc2
Using HD6950
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.