* [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI
@ 2013-05-21 4:58 bugzilla-daemon
2013-05-22 11:15 ` [Bug 64810] " bugzilla-daemon
` (37 more replies)
0 siblings, 38 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-21 4:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1408 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Priority: medium
Bug ID: 64810
Assignee: dri-devel@lists.freedesktop.org
Summary: EGL/Gles/Weston give segfault on RADEONSI
Severity: enhancement
Classification: Unclassified
OS: Linux (All)
Reporter: jrch2k10@gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/radeonsi
Product: Mesa
Just informing since i can't see it in the TODO[i assume they aren't ready], so
just for the info.
glx and OpenGL works good enough
Hardware
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape
Verde XT [Radeon HD 7770 GHz Edition]
Linux localhost 3.10.0-rc1 #1 SMP PREEMPT Sun May 12 11:20:57 VET 2013 x86_64
AMD FX(tm)-6100 Six-Core Processor AuthenticAMD GNU/Linux
Software
mesa/libdrm/glamor/ddx/llvm/wayand/weston all daily git builded
Issue
Egl is not working beyond eglinfo, eglgears and eglscreen_XX segfault
GLES is not working at all, any related command segfaults either es1_ or es2_
Wayland/Weston logically doesn't work either
GDB throws
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4346cde in r600_init_query_functions () from
/usr/lib64/egl/egl_gallium.so
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2705 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
@ 2013-05-22 11:15 ` bugzilla-daemon
2013-05-22 23:28 ` bugzilla-daemon
` (36 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-22 11:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 260 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Does setting the environment variable EGL_DRIVER=egl_dri2 help?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1038 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
2013-05-22 11:15 ` [Bug 64810] " bugzilla-daemon
@ 2013-05-22 23:28 ` bugzilla-daemon
2013-05-23 7:33 ` [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so bugzilla-daemon
` (35 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-22 23:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 389 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #2 from Rafael Castillo <jrch2k10@gmail.com> ---
yes, effectively setting this environment variable works fine it seems.
only thing is weston give this warning, not sure if important
EGL_EXT_buffer_age not supported. Performance could be affected
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1148 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
2013-05-22 11:15 ` [Bug 64810] " bugzilla-daemon
2013-05-22 23:28 ` bugzilla-daemon
@ 2013-05-23 7:33 ` bugzilla-daemon
2013-05-23 7:35 ` bugzilla-daemon
` (34 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-23 7:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 704 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|EGL/Gles/Weston give |EGL/Gles/Weston give
|segfault on RADEONSI |segfault on RADEONSI with
| |egl_gallium.so
--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
I think the problem is that egl_gallium.so links both radeonsi and r600g, which
have some conflicting symbols.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2004 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (2 preceding siblings ...)
2013-05-23 7:33 ` [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so bugzilla-daemon
@ 2013-05-23 7:35 ` bugzilla-daemon
2013-05-23 14:51 ` bugzilla-daemon
` (33 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-23 7:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 337 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #4 from Michel Dänzer <michel@daenzer.net> ---
BTW, if you don't need OpenVG support, building Mesa without
--enable-gallium-egl (or with --disable-gallium-egl) might avoid this problem.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (3 preceding siblings ...)
2013-05-23 7:35 ` bugzilla-daemon
@ 2013-05-23 14:51 ` bugzilla-daemon
2013-05-23 15:31 ` bugzilla-daemon
` (32 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-23 14:51 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 554 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #5 from Rafael Castillo <jrch2k10@gmail.com> ---
well im using gentoo so /etc/env.d/00egl did the trick to make it global, so
its working that way it seems[kwin_gles works fine now].
should i close the report?
many thanks for your help
btw i hit this other bug https://bugzilla.kernel.org/show_bug.cgi?id=58621
maybe you know someone who could check it out or give me some advice's in how
to debug it further?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1417 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (4 preceding siblings ...)
2013-05-23 14:51 ` bugzilla-daemon
@ 2013-05-23 15:31 ` bugzilla-daemon
2013-08-19 13:17 ` bugzilla-daemon
` (31 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-05-23 15:31 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 294 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #6 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #5)
> should i close the report?
No. It's just a workaround, not a fix.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1182 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (5 preceding siblings ...)
2013-05-23 15:31 ` bugzilla-daemon
@ 2013-08-19 13:17 ` bugzilla-daemon
2013-08-22 14:55 ` bugzilla-daemon
` (30 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-19 13:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 511 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Laurent carlier <lordheavym@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eseifert@error-reports.org
--- Comment #7 from Laurent carlier <lordheavym@gmail.com> ---
*** Bug 68273 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2067 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (6 preceding siblings ...)
2013-08-19 13:17 ` bugzilla-daemon
@ 2013-08-22 14:55 ` bugzilla-daemon
2013-08-27 22:00 ` bugzilla-daemon
` (29 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-22 14:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 410 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #8 from Johannes Obermayr <johannesobermayr@gmx.de> ---
(In reply to comment #3)
> I think the problem is that egl_gallium.so links both radeonsi and r600g,
> which have some conflicting symbols.
Maybe this patch helps:
https://github.com/jobermayr/mesa/commit/27db605
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1352 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (7 preceding siblings ...)
2013-08-22 14:55 ` bugzilla-daemon
@ 2013-08-27 22:00 ` bugzilla-daemon
2013-08-28 1:08 ` bugzilla-daemon
` (28 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-27 22:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1025 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #9 from tux_mind <massimo.dragano@gmail.com> ---
hello there, i'm having the same issue and i recompiled mesa with debugging
symbols.
i'm using mesa-9.2.0_rc1 on gentoo.
i attached gdb and i found that the issue is at
src/gallium/drivers/r600/r600_query.c:743.
735 void r600_init_query_functions(struct r600_context *rctx)
736 {
737 rctx->context.create_query = r600_create_query;
738 rctx->context.destroy_query = r600_destroy_query;
739 rctx->context.begin_query = r600_begin_query;
740 rctx->context.end_query = r600_end_query;
741 rctx->context.get_query_result = r600_get_query_result;
742
743 if (rctx->screen->info.r600_num_backends > 0)
breaking gdb on line 743 i got this: http://pastebin.com/A4JANB5F
as you can see rctx->screen is null ( 0x0 ), please, can you fix that?
i hope this helps.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1894 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (8 preceding siblings ...)
2013-08-27 22:00 ` bugzilla-daemon
@ 2013-08-28 1:08 ` bugzilla-daemon
2013-08-28 2:25 ` bugzilla-daemon
` (27 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-28 1:08 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 425 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #10 from tux_mind <massimo.dragano@gmail.com> ---
(In reply to comment #3)
> I think the problem is that egl_gallium.so links both radeonsi and r600g,
> which have some conflicting symbols.
you're right!
http://pastebin.com/Zq3NDDeX
i'm patching mesa 9.2.0_rc1 to get this working.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1341 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (9 preceding siblings ...)
2013-08-28 1:08 ` bugzilla-daemon
@ 2013-08-28 2:25 ` bugzilla-daemon
2013-08-28 7:51 ` bugzilla-daemon
` (26 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-28 2:25 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 311 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #11 from tux_mind <massimo.dragano@gmail.com> ---
Created attachment 84756
--> https://bugs.freedesktop.org/attachment.cgi?id=84756&action=edit
fix multiple symbols bug
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1334 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (10 preceding siblings ...)
2013-08-28 2:25 ` bugzilla-daemon
@ 2013-08-28 7:51 ` bugzilla-daemon
2013-08-29 13:35 ` bugzilla-daemon
` (25 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-28 7:51 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 487 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #12 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #11)
> fix multiple symbols bug
Thanks for the patch, but I think it's more invasive than necessary. We'd like
to retain the possibility of sharing code between radeonsi and r600g in the
future.
Can you try if Johannes' patch from comment 8 fixes the problem?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1416 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (11 preceding siblings ...)
2013-08-28 7:51 ` bugzilla-daemon
@ 2013-08-29 13:35 ` bugzilla-daemon
2013-08-29 13:40 ` bugzilla-daemon
` (24 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-29 13:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 328 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #13 from tux_mind <massimo.dragano@gmail.com> ---
Created attachment 84840
--> https://bugs.freedesktop.org/attachment.cgi?id=84840&action=edit
move shared data on the top
just an hint
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1357 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (12 preceding siblings ...)
2013-08-29 13:35 ` bugzilla-daemon
@ 2013-08-29 13:40 ` bugzilla-daemon
2013-08-29 21:55 ` bugzilla-daemon
` (23 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-29 13:40 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 965 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #14 from tux_mind <massimo.dragano@gmail.com> ---
(In reply to comment #12)
> Can you try if Johannes' patch from comment 8 fixes the problem?
i tried the to use the relevant part of the patch:
i added '__attribute__((visibility("default")))' in front of
r600_init_query_functions.
but it didn't works.
i'm not a mesa developer but i think that you should do something like this:
edit shared structs to have shared data at the top: see attached #84840
find every shared function and check that data accessed from function it's in
the shared ones.
if not you have to do an "if(sizeof(arg) == sizeof(struct r600_struct))" to
determine how to read/write that data.
a well-done job it's to make a folder with all the shared code ( function and
structs ) and use hardware-specific wrappers functions.
happy developing guys :)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1895 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (13 preceding siblings ...)
2013-08-29 13:40 ` bugzilla-daemon
@ 2013-08-29 21:55 ` bugzilla-daemon
2013-08-29 23:51 ` bugzilla-daemon
` (22 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-29 21:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1091 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #15 from Johannes Obermayr <johannesobermayr@gmx.de> ---
(In reply to comment #14)
> (In reply to comment #12)
> > Can you try if Johannes' patch from comment 8 fixes the problem?
>
> i tried the to use the relevant part of the patch:
> i added '__attribute__((visibility("default")))' in front of
> r600_init_query_functions.
> but it didn't works.
No. The relevant part of my patch is to build libllvmradeon shared again.
It seems sb. ignored my warning:
https://bugs.freedesktop.org/show_bug.cgi?id=62226#c12
in this commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=914d797
>
> i'm not a mesa developer but [...]
you should try this patch:
https://github.com/jobermayr/mesa/commit/619c251
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2968 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (14 preceding siblings ...)
2013-08-29 21:55 ` bugzilla-daemon
@ 2013-08-29 23:51 ` bugzilla-daemon
2013-08-29 23:56 ` bugzilla-daemon
` (21 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-29 23:51 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1899 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #16 from tux_mind <massimo.dragano@gmail.com> ---
applied your patch, got a missing mesalibdir error in automake.
added this:
dnl Where to install internal libraries
mesalibdir="\$(libdir)/mesa-${VERSION}"
AC_SUBST([mesalibdir])
to configure.ac to get automake works fine.
after a bit of compiling i get:
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC
.libs/libllvmradeon9.2.0-rc1_la-radeon_uvd.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_setup_tgsi_llvm.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_llvm_emit.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_llvm_util.o -Wl,--whole-archive
../../../../src/gallium/auxiliary/.libs/libgallium.a -Wl,--no-whole-archive
-L/usr/lib64/llvm -lz -lpthread -lffi -ldl -lm -Wl,--as-needed -lrt -lelf
-march=corei7 -O0 -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64/llvm -Wl,-O1
-Wl,-soname -Wl,libllvmradeon9.2.0-rc1.so -o .libs/libllvmradeon9.2.0-rc1.so
.libs/libllvmradeon9.2.0-rc1_la-radeon_setup_tgsi_llvm.o: In function
`tgsi2llvmtype':
/var/tmp/portage/media-libs/mesa-9.2.0_rc1/work/Mesa-9.2.0-rc1/src/gallium/drivers/radeon/radeon_llvm.h:139:
undefined reference to `LLVMInt32TypeInContext'
followed by hundreds of:
undefined reference to `LLVM$whatever'
probably it's missing a -lllvm when making the shared object.
but i read that llvm ldflag it's something special and need to be taken from
llvm-config --ldflags output.
after a little search in mesa sources i find that a scons script ( never heard
of this language before ) call env.ParseConfig on llvm-config output:
http://www.scons.org/doc/1.2.0/HTML/scons-user/c1814.html
https://github.com/jobermayr/mesa/blob/master/scons/llvm.py
how can i fix that?
thanks for your support :)
PS: i'm keeping using my dirty-patched version without problems ;)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2875 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (15 preceding siblings ...)
2013-08-29 23:51 ` bugzilla-daemon
@ 2013-08-29 23:56 ` bugzilla-daemon
2013-08-30 16:36 ` bugzilla-daemon
` (20 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-29 23:56 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 331 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #17 from tux_mind <massimo.dragano@gmail.com> ---
i forget to give you the output of my llvm-config --ldflags:
-L/usr/lib64/llvm -Wl,-R -Wl,/usr/lib64/llvm -lz -lpthread -lffi -lrt -ldl -lm
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1151 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (16 preceding siblings ...)
2013-08-29 23:56 ` bugzilla-daemon
@ 2013-08-30 16:36 ` bugzilla-daemon
2013-09-10 11:44 ` bugzilla-daemon
` (19 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-08-30 16:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 603 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johannesobermayr@gmx.de
--- Comment #18 from Johannes Obermayr <johannesobermayr@gmx.de> ---
This one should compile (I forgot to adapt a few things after I moved it up in
my patch series):
https://github.com/jobermayr/mesa/commit/7e31d65
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2059 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (17 preceding siblings ...)
2013-08-30 16:36 ` bugzilla-daemon
@ 2013-09-10 11:44 ` bugzilla-daemon
2013-09-18 2:03 ` bugzilla-daemon
` (18 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-10 11:44 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #84756|0 |1
is obsolete| |
Attachment #84840|0 |1
is obsolete| |
--- Comment #19 from Johannes Obermayr <johannesobermayr@gmx.de> ---
Created attachment 85550
--> https://bugs.freedesktop.org/attachment.cgi?id=85550&action=edit
link libradeon only once
Please try this patch.
libradeon will be linked in egl_gallium.so only once.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2468 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (18 preceding siblings ...)
2013-09-10 11:44 ` bugzilla-daemon
@ 2013-09-18 2:03 ` bugzilla-daemon
2013-09-18 2:09 ` bugzilla-daemon
` (17 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 2:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 198 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #20 from Rafael Castillo <jrch2k10@gmail.com> ---
testing
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1018 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (19 preceding siblings ...)
2013-09-18 2:03 ` bugzilla-daemon
@ 2013-09-18 2:09 ` bugzilla-daemon
2013-09-18 2:46 ` bugzilla-daemon
` (16 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 2:09 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2930 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #21 from Rafael Castillo <jrch2k10@gmail.com> ---
bOOM
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In
function `r600_blit_decompress_depth':
r600_blit.c:(.text+0x1f00): multiple definition of `r600_blit_decompress_depth'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_blit.o):r600_blit.c:(.text+0x1fa0):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In
function `r600_decompress_color_textures':
r600_blit.c:(.text+0x23c0): multiple definition of
`r600_decompress_color_textures'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_blit.o):r600_blit.c:(.text+0x2780):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_query.o): In
function `r600_init_query_functions':
r600_query.c:(.text+0x280): multiple definition of `r600_init_query_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_query.o):r600_query.c:(.text+0x2000):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_resource.o):
In function `r600_init_screen_resource_functions':
r600_resource.c:(.text+0x40): multiple definition of
`r600_init_screen_resource_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_resource.o):r600_resource.c:(.text+0x80):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_resource.o):
In function `r600_init_context_resource_functions':
r600_resource.c:(.text+0x80): multiple definition of
`r600_init_context_resource_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_resource.o):r600_resource.c:(.text+0xc0):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_texture.o):
In function `r600_init_flushed_depth_texture':
r600_texture.c:(.text+0x14e0): multiple definition of
`r600_init_flushed_depth_texture'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_texture.o):r600_texture.c:(.text+0x2e60):
first defined here
../../../../src/gallium/drivers/radeon/.libs/libradeon.a(libradeon_la-radeon_llvm_emit.o):
In function `radeon_llvm_compile':
radeon_llvm_emit.c:(.text+0x1eb): undefined reference to `elf_version'
radeon_llvm_emit.c:(.text+0x243): undefined reference to `elf_memory'
radeon_llvm_emit.c:(.text+0x255): undefined reference to `elf_getshdrstrndx'
radeon_llvm_emit.c:(.text+0x267): undefined reference to `elf_nextscn'
radeon_llvm_emit.c:(.text+0x27e): undefined reference to `gelf_getshdr'
radeon_llvm_emit.c:(.text+0x29b): undefined reference to `elf_strptr'
radeon_llvm_emit.c:(.text+0x2cf): undefined reference to `elf_getdata'
radeon_llvm_emit.c:(.text+0x37e): undefined reference to `elf_getdata'
collect2: error: ld returned 1 exit status
gmake[3]: *** [egl_gallium.la] Error 1
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3750 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (20 preceding siblings ...)
2013-09-18 2:09 ` bugzilla-daemon
@ 2013-09-18 2:46 ` bugzilla-daemon
2013-09-18 3:32 ` bugzilla-daemon
` (15 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 2:46 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 713 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #85550|0 |1
is obsolete| |
--- Comment #22 from Johannes Obermayr <johannesobermayr@gmx.de> ---
Created attachment 86034
--> https://bugs.freedesktop.org/attachment.cgi?id=86034&action=edit
new attemp with LIBADD += $(ELF_LIB)
I hate this automake / libtool because mine seems to be smart and I don't see
this errors ...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2326 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (21 preceding siblings ...)
2013-09-18 2:46 ` bugzilla-daemon
@ 2013-09-18 3:32 ` bugzilla-daemon
2013-09-18 3:47 ` bugzilla-daemon
` (14 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 3:32 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2743 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #23 from Rafael Castillo <jrch2k10@gmail.com> ---
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In
function `r600_blit_decompress_depth':
r600_blit.c:(.text+0x1f00): multiple definition of `r600_blit_decompress_depth'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_blit.o):r600_blit.c:(.text+0x1fa0):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_blit.o): In
function `r600_decompress_color_textures':
r600_blit.c:(.text+0x23c0): multiple definition of
`r600_decompress_color_textures'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_blit.o):r600_blit.c:(.text+0x2780):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_query.o): In
function `r600_init_query_functions':
r600_query.c:(.text+0x280): multiple definition of `r600_init_query_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_query.o):r600_query.c:(.text+0x2000):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_resource.o):
In function `r600_init_screen_resource_functions':
r600_resource.c:(.text+0x40): multiple definition of
`r600_init_screen_resource_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_resource.o):r600_resource.c:(.text+0x80):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_resource.o):
In function `r600_init_context_resource_functions':
r600_resource.c:(.text+0x80): multiple definition of
`r600_init_context_resource_functions'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_resource.o):r600_resource.c:(.text+0xc0):
first defined here
../../../../src/gallium/drivers/radeonsi/.libs/libradeonsi.a(r600_texture.o):
In function `r600_init_flushed_depth_texture':
r600_texture.c:(.text+0x14e0): multiple definition of
`r600_init_flushed_depth_texture'
../../../../src/gallium/drivers/r600/.libs/libr600.a(r600_texture.o):r600_texture.c:(.text+0x2e60):
first defined here
collect2: error: ld returned 1 exit status
gmake[3]: *** [egl_gallium.la] Error 1
gmake[3]: Leaving directory
`/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999-amd64/src/gallium/targets/egl-static'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999-amd64/src/gallium/targets'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999-amd64/src'
make: *** [all-recursive] Error 1
im using gentoo with mesa-9999 from x11 overlay and llvm-9999 as well, maybe is
that
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3563 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (22 preceding siblings ...)
2013-09-18 3:32 ` bugzilla-daemon
@ 2013-09-18 3:47 ` bugzilla-daemon
2013-09-18 4:43 ` bugzilla-daemon
` (13 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 3:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 389 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #24 from Johannes Obermayr <johannesobermayr@gmx.de> ---
$ find src/gallium/drivers/ -name "*.la" -delete -o -name "*.a" -delete -o
-name "*.so" -delete
$ make
to rebuild libradeon as well as libr600 and libradeonsi without linked-in
libradeon ...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1246 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (23 preceding siblings ...)
2013-09-18 3:47 ` bugzilla-daemon
@ 2013-09-18 4:43 ` bugzilla-daemon
2013-09-20 1:09 ` bugzilla-daemon
` (12 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-18 4:43 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 280 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #25 from Rafael Castillo <jrch2k10@gmail.com> ---
nope the same, i guess you have something in your branch different than mesa
master maybe
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1100 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (24 preceding siblings ...)
2013-09-18 4:43 ` bugzilla-daemon
@ 2013-09-20 1:09 ` bugzilla-daemon
2013-09-20 14:24 ` bugzilla-daemon
` (11 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-20 1:09 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1151 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #86034|0 |1
is obsolete| |
--- Comment #26 from Johannes Obermayr <johannesobermayr@gmx.de> ---
Created attachment 86169
--> https://bugs.freedesktop.org/attachment.cgi?id=86169&action=edit
New version.
I renamed r600_ functions to si_ in radeonsi to avoid duplicate symbols.
Some duplicate code is now in radeon/r600_{blit,texture}_common.{c,h}.
Tested on AMD Fusion [Radeon HD 6310].
Built with:
../configure --enable-xvmc --enable-vdpau --enable-texture-float --enable-debug
--with-dri-drivers="" --with-gallium-drivers=r600,radeonsi --enable-dri
--enable-glx --enable-osmesa --enable-gles1 --enable-gles2 --enable-openvg
--enable-gbm --enable-xa --enable-gallium-egl --enable-gallium-llvm
--enable-gallium-gbm --enable-r600-llvm-compiler --enable-opencl
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2726 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (25 preceding siblings ...)
2013-09-20 1:09 ` bugzilla-daemon
@ 2013-09-20 14:24 ` bugzilla-daemon
2013-09-20 23:44 ` bugzilla-daemon
` (10 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-20 14:24 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #27 from Rafael Castillo <jrch2k10@gmail.com> ---
many thanks for your hard work, ill test it tonight and report back
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1078 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (26 preceding siblings ...)
2013-09-20 14:24 ` bugzilla-daemon
@ 2013-09-20 23:44 ` bugzilla-daemon
2013-09-23 16:02 ` bugzilla-daemon
` (9 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-20 23:44 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #28 from Rafael Castillo <jrch2k10@gmail.com> ---
Sadly this patch breaks mesa to the point glamor/xinit/weston hangs my 7770
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1086 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (27 preceding siblings ...)
2013-09-20 23:44 ` bugzilla-daemon
@ 2013-09-23 16:02 ` bugzilla-daemon
2013-11-03 12:48 ` bugzilla-daemon
` (8 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-09-23 16:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #29 from Rafael Castillo <jrch2k10@gmail.com> ---
I have a working memory saving patch but I am not authorised to publish it.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1086 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (28 preceding siblings ...)
2013-09-23 16:02 ` bugzilla-daemon
@ 2013-11-03 12:48 ` bugzilla-daemon
2013-11-04 16:19 ` bugzilla-daemon
` (7 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-11-03 12:48 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #30 from Fabio Pedretti <fabio.ped@libero.it> ---
Is this still an issue?
(In reply to comment #29)
> I have a working memory saving patch but I am not authorised to publish it.
What do you mean?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1229 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (29 preceding siblings ...)
2013-11-03 12:48 ` bugzilla-daemon
@ 2013-11-04 16:19 ` bugzilla-daemon
2014-01-12 22:13 ` bugzilla-daemon
` (6 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2013-11-04 16:19 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 552 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #31 from Rafael Castillo <jrch2k10@gmail.com> ---
(In reply to comment #30)
> Is this still an issue?
>
> (In reply to comment #29)
> > I have a working memory saving patch but I am not authorised to publish it.
>
> What do you mean?
yes is still an issue
that Johannes Obermayr gave me a patch that fixed it but seems there is some
issue with upstream and i don't have his autorization to publish the patch
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1501 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (30 preceding siblings ...)
2013-11-04 16:19 ` bugzilla-daemon
@ 2014-01-12 22:13 ` bugzilla-daemon
2014-01-14 9:17 ` bugzilla-daemon
` (5 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-12 22:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 631 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
farmboy0+freedesktop@googlemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |farmboy0+freedesktop@google
| |mail.com
--- Comment #32 from farmboy0+freedesktop@googlemail.com ---
I have a Radeon HD 7750 and I am hit by the same problem with Mesa 10.0.2.
Is there anything I can do to help you fix this bug?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1980 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (31 preceding siblings ...)
2014-01-12 22:13 ` bugzilla-daemon
@ 2014-01-14 9:17 ` bugzilla-daemon
2014-01-14 9:52 ` bugzilla-daemon
` (4 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-14 9:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 324 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #33 from Michel Dänzer <michel@daenzer.net> ---
Does this still happen with current Mesa Git master? There should no longer be
any symbol clashes between radeonsi and r600g.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1163 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (32 preceding siblings ...)
2014-01-14 9:17 ` bugzilla-daemon
@ 2014-01-14 9:52 ` bugzilla-daemon
2014-01-14 10:48 ` bugzilla-daemon
` (3 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-14 9:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #34 from Laurent carlier <lordheavym@gmail.com> ---
(In reply to comment #33)
> Does this still happen with current Mesa Git master? There should no longer
> be any symbol clashes between radeonsi and r600g.
Yes, fixed here with radeonsi and mesa-git
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1288 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (33 preceding siblings ...)
2014-01-14 9:52 ` bugzilla-daemon
@ 2014-01-14 10:48 ` bugzilla-daemon
2014-01-14 12:20 ` bugzilla-daemon
` (2 subsequent siblings)
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-14 10:48 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 757 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |FIXED
--- Comment #35 from Marek Olšák <maraeo@gmail.com> ---
(In reply to comment #34)
> (In reply to comment #33)
> > Does this still happen with current Mesa Git master? There should no longer
> > be any symbol clashes between radeonsi and r600g.
>
> Yes, fixed here with radeonsi and mesa-git
I'm closing this then.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2426 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (34 preceding siblings ...)
2014-01-14 10:48 ` bugzilla-daemon
@ 2014-01-14 12:20 ` bugzilla-daemon
2014-01-14 15:41 ` bugzilla-daemon
2014-01-15 23:17 ` bugzilla-daemon
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-14 12:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 733 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #36 from Rafael Castillo <jrch2k10@gmail.com> ---
Yes seems fully fuixed
El 14/01/2014 04:47, <bugzilla-daemon@freedesktop.org> escribió:
> *Comment # 33 <https://bugs.freedesktop.org/show_bug.cgi?id=64810#c33>
> on bug 64810 <https://bugs.freedesktop.org/show_bug.cgi?id=64810> from
> Michel Dänzer <michel@daenzer.net> *
>
> Does this still happen with current Mesa Git master? There should no longer be
> any symbol clashes between radeonsi and r600g.
>
> ------------------------------
> You are receiving this mail because:
>
> - You reported the bug.
>
>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2504 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (35 preceding siblings ...)
2014-01-14 12:20 ` bugzilla-daemon
@ 2014-01-14 15:41 ` bugzilla-daemon
2014-01-15 23:17 ` bugzilla-daemon
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-14 15:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #37 from Johannes Obermayr <johannesobermayr@gmx.de> ---
(In reply to comment #36)
> Yes seems fully fuixed
Is runtime memory usage as low as with my patch?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1220 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
* [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
` (36 preceding siblings ...)
2014-01-14 15:41 ` bugzilla-daemon
@ 2014-01-15 23:17 ` bugzilla-daemon
37 siblings, 0 replies; 39+ messages in thread
From: bugzilla-daemon @ 2014-01-15 23:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 386 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #38 from Rafael Castillo <jrch2k10@gmail.com> ---
(In reply to comment #37)
> (In reply to comment #36)
> > Yes seems fully fuixed
>
> Is runtime memory usage as low as with my patch?
seems so, but im not really sure if ksysguard is that exact
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1353 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 39+ messages in thread
end of thread, other threads:[~2014-01-15 23:17 UTC | newest]
Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
2013-05-22 11:15 ` [Bug 64810] " bugzilla-daemon
2013-05-22 23:28 ` bugzilla-daemon
2013-05-23 7:33 ` [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so bugzilla-daemon
2013-05-23 7:35 ` bugzilla-daemon
2013-05-23 14:51 ` bugzilla-daemon
2013-05-23 15:31 ` bugzilla-daemon
2013-08-19 13:17 ` bugzilla-daemon
2013-08-22 14:55 ` bugzilla-daemon
2013-08-27 22:00 ` bugzilla-daemon
2013-08-28 1:08 ` bugzilla-daemon
2013-08-28 2:25 ` bugzilla-daemon
2013-08-28 7:51 ` bugzilla-daemon
2013-08-29 13:35 ` bugzilla-daemon
2013-08-29 13:40 ` bugzilla-daemon
2013-08-29 21:55 ` bugzilla-daemon
2013-08-29 23:51 ` bugzilla-daemon
2013-08-29 23:56 ` bugzilla-daemon
2013-08-30 16:36 ` bugzilla-daemon
2013-09-10 11:44 ` bugzilla-daemon
2013-09-18 2:03 ` bugzilla-daemon
2013-09-18 2:09 ` bugzilla-daemon
2013-09-18 2:46 ` bugzilla-daemon
2013-09-18 3:32 ` bugzilla-daemon
2013-09-18 3:47 ` bugzilla-daemon
2013-09-18 4:43 ` bugzilla-daemon
2013-09-20 1:09 ` bugzilla-daemon
2013-09-20 14:24 ` bugzilla-daemon
2013-09-20 23:44 ` bugzilla-daemon
2013-09-23 16:02 ` bugzilla-daemon
2013-11-03 12:48 ` bugzilla-daemon
2013-11-04 16:19 ` bugzilla-daemon
2014-01-12 22:13 ` bugzilla-daemon
2014-01-14 9:17 ` bugzilla-daemon
2014-01-14 9:52 ` bugzilla-daemon
2014-01-14 10:48 ` bugzilla-daemon
2014-01-14 12:20 ` bugzilla-daemon
2014-01-14 15:41 ` bugzilla-daemon
2014-01-15 23:17 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).