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=64913
Priority: medium
Bug ID: 64913
Assignee: dri-devel(a)lists.freedesktop.org
Summary: [r600] KSP 0.20 crashes when entering settings /
starting new game.
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: knut.tidemann(a)gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 79702
--> https://bugs.freedesktop.org/attachment.cgi?id=79702&action=edit
Backtrace of crash from gdb
I tested Kerbal Space Program today (after the new 0.20 updated) and it crashes
when entering 'Settings' or starting the actual game from the menu.
I've attached a backtrace, and the crash seems to be the same in both cases.
Atleast the same function is involved.
I was running mesa from git. Last commit was:
7bfb4bea6562b2e69d0376f15224c3811da42167
Running kernel 3.8.8.
The last version of the game (0.19.1) works without problems.
--
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.
https://bugs.freedesktop.org/show_bug.cgi?id=43655
Bug #: 43655
Summary: Latest radeon dri driver on HD6950 with kernel 3.2
flickers
Classification: Unclassified
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: alexandre.f.demers(a)gmail.com
My new HD6950 flickers like hell right from the initialization. Using kernel
3.1.0 is just fine, but kernels 3.2.0-rc3 and over make the screen flicker (I
can't tell for versions in between for now). Also, the screen seems shifted by
a bit more than half my monitor's width.
I also have an integrated HD3200 and I have no problem at all when selecting
this integrated chipset over my PCI-E 6950 with the same driver and kernel
combinations.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.