* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
@ 2014-06-05 7:35 ` bugzilla-daemon
2014-06-05 18:50 ` bugzilla-daemon
` (17 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-05 7:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 928 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Looks like it's failing to compile some (all?) fragment shaders:
GLShader::loadFragment(): error in
"core/shaders/default/sky/fragment_volume_ambient.shader" file
defines:
UNKNOWN,QUALITY_LOW,QUALITY_MEDIUM,QUALITY_HIGH,MULTISAMPLE_0,USE_INSTANCING,USE_GEOMETRY_SHADER,USE_TEXTURE_3D,USE_TEXTURE_ARRAY,USE_ALPHA_FADE,USE_REFLECTION,USE_OCCLUSION,HAS_DEFERRED_COLOR,HAS_DEFERRED_NORMAL,USE_RGB10A2,USE_ENVIRONMENT,USE_NORMALIZATION,USE_DIRECTIONAL_LIGHTMAPS,USE_SHADOW_KERNEL,OPENGL,HAS_ARB_DRAW_INSTANCED,HAS_ARB_TEXTURE_SNORM,SHADING_LANGUAGE=330,USE_ARB_BLEND_FUNC_EXTENDED,USE_ARB_SHADER_BIT_ENCODING,USE_ARB_SAMPLE_SHADING,,TURBULENCE
0:170(1): error: syntax error, unexpected EXTENSION, expecting $end
... and so on.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1786 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
2014-06-05 7:35 ` [Bug 79659] " bugzilla-daemon
@ 2014-06-05 18:50 ` bugzilla-daemon
2014-06-05 22:52 ` bugzilla-daemon
` (16 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-05 18:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1419 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #2 from José Suárez <j.suarez.agapito@gmail.com> ---
I have been experiencing the same problem both with Unigine Heaven and Unigine
Valley since 2 June git version. I had not been able to identify the commit
which was causing the problem, but given that mesa 10.3 git of 28 May works OK,
while git of 2 June (and subsequent days git versions) does not, I presume the
problem must be caused by the radeonsi related commits applied on 2 June.
Particularly, the 'radeonsi: enable ARB_sample_shading' commit was applied on 2
June, so I presume Andy Furniss' guess is correct (not sure if he had
bisected).
I'm also getting the
"UNKNOWN,QUALITY_LOW,QUALITY_MEDIUM,QUALITY_HIGH,MULTISAMPLE_0,USE_INSTANCING,USE_GEOMETRY_SHADER,USE_TEXTURE_3D,USE_TEXTURE_ARRAY,USE_ALPHA_FADE,USE_REFLECTION,USE_OCCLUSION,HAS_DEFERRED_COLOR,HAS_DEFERRED_NORMAL,USE_RGB10A2,USE_ENVIRONMENT,USE_NORMALIZATION,USE_DIRECTIONAL_LIGHTMAPS,USE_SHADOW_KERNEL,OPENGL,HAS_ARB_DRAW_INSTANCED,HAS_ARB_TEXTURE_SNORM,SHADING_LANGUAGE=330,USE_ARB_BLEND_FUNC_EXTENDED,USE_ARB_SHADER_BIT_ENCODING,USE_ARB_SAMPLE_SHADING,,TURBULENCE
0:170(1): error: syntax error, unexpected EXTENSION, expecting $end" kind of
log on the console from which I launch heaven or valley.
I'm using a Radeon HD 7870.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2284 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
2014-06-05 7:35 ` [Bug 79659] " bugzilla-daemon
2014-06-05 18:50 ` bugzilla-daemon
@ 2014-06-05 22:52 ` bugzilla-daemon
2014-06-06 3:03 ` bugzilla-daemon
` (15 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-05 22:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 279 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #3 from Marek Olšák <maraeo@gmail.com> ---
What happens if you set this environment variable?
force_glsl_extensions_warn=true
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1124 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (2 preceding siblings ...)
2014-06-05 22:52 ` bugzilla-daemon
@ 2014-06-06 3:03 ` bugzilla-daemon
2014-06-11 0:05 ` bugzilla-daemon
` (14 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-06 3:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 379 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #4 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #3)
> force_glsl_extensions_warn=true
That's enabled by default for Heaven in /etc/drirc, but I just tried setting it
explicitly just in case. Doesn't help.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1297 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (3 preceding siblings ...)
2014-06-06 3:03 ` bugzilla-daemon
@ 2014-06-11 0:05 ` bugzilla-daemon
2014-06-11 2:20 ` bugzilla-daemon
` (13 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-11 0:05 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 659 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #5 from Marek Olšák <maraeo@gmail.com> ---
The problem is Unigine don't know how to use GLSL, again.
There is "#extension GL_ARB_sample_shading : enable" in the middle of (all?)
shaders. This is not allowed by any GLSL specification. All #extension
directives must occur before any non-preprocessor tokens, which pretty much
means "at the beginning of shader code".
What I see: Valley is loading. Then there is hang and it recovers successfully.
After that, Valley seems to have exited. That's all.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1524 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (4 preceding siblings ...)
2014-06-11 0:05 ` bugzilla-daemon
@ 2014-06-11 2:20 ` bugzilla-daemon
2014-06-11 9:50 ` bugzilla-daemon
` (12 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-11 2:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 370 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #6 from Matt Turner <mattst88@gmail.com> ---
If you only want to run the application and don't care about a fix, you can run
with
MESA_EXTENSION_OVERRIDE=-GL_ARB_sample_shading
We should implement a driconf workaround for this.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1195 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (5 preceding siblings ...)
2014-06-11 2:20 ` bugzilla-daemon
@ 2014-06-11 9:50 ` bugzilla-daemon
2014-06-11 9:58 ` bugzilla-daemon
` (11 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-11 9:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 463 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #7 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #6)
> If you only want to run the application and don't care about a fix, you can
> run with
>
> MESA_EXTENSION_OVERRIDE=-GL_ARB_sample_shading
>
> We should implement a driconf workaround for this.
Thanks, that works and is also needed for heaven 4.0
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1375 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (6 preceding siblings ...)
2014-06-11 9:50 ` bugzilla-daemon
@ 2014-06-11 9:58 ` bugzilla-daemon
2014-07-11 14:49 ` bugzilla-daemon
` (10 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-11 9:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1276 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #8 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #5)
> The problem is Unigine don't know how to use GLSL, again.
>
> There is "#extension GL_ARB_sample_shading : enable" in the middle of (all?)
> shaders. This is not allowed by any GLSL specification. All #extension
> directives must occur before any non-preprocessor tokens, which pretty much
> means "at the beginning of shader code".
>
> What I see: Valley is loading. Then there is hang and it recovers
> successfully. After that, Valley seems to have exited. That's all.
It's repeatedly more serious than that for me - maybe because I am fullscreen?
But anyway if I don't sysrq quickly enough when the monitor goes off I am in
ext4 bitching about disk errors territory after I hard reset, so no waiting to
see if the GPU reset works for me (which it never seems to do on SI - but then
I haven't had this card for long).
Heaven 4.0 is also affected, but I don't lock with that - it renders junk but I
can quit OK, after that there is a 90% chance my display is mostly trash. fbcon
is OK when I quit X, but restarting X will still result in trashed display.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2217 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (7 preceding siblings ...)
2014-06-11 9:58 ` bugzilla-daemon
@ 2014-07-11 14:49 ` bugzilla-daemon
2014-07-11 16:21 ` bugzilla-daemon
` (9 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-07-11 14:49 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 271 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #9 from Marek Olšák <maraeo@gmail.com> ---
The hangs are gone if I apply my workaround which fixes the compile failures.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1116 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (8 preceding siblings ...)
2014-07-11 14:49 ` bugzilla-daemon
@ 2014-07-11 16:21 ` bugzilla-daemon
2014-07-13 18:05 ` bugzilla-daemon
` (8 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-07-11 16:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 648 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #10 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #9)
> The hangs are gone if I apply my workaround which fixes the compile failures.
If you mean -
st/mesa, gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0
I hadn't tried, I assumed they would go in, and now it looks like the stuff in
common has moved up a level.
Checking patch src/gallium/state_trackers/dri/common/dri_context.c...
error: src/gallium/state_trackers/dri/common/dri_context.c: No such file or
directory
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1546 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (9 preceding siblings ...)
2014-07-11 16:21 ` bugzilla-daemon
@ 2014-07-13 18:05 ` bugzilla-daemon
2014-07-18 13:12 ` bugzilla-daemon
` (7 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-07-13 18:05 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 323 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #11 from Ed Tomlinson <edt@aei.ca> ---
On a r7 260x this bug leads to a dead system and a reboot. From my pov its
fine if the demo fails but its NOT fine if it brings down my box...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1142 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (10 preceding siblings ...)
2014-07-13 18:05 ` bugzilla-daemon
@ 2014-07-18 13:12 ` bugzilla-daemon
2014-07-18 21:59 ` bugzilla-daemon
` (6 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-07-18 13:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 639 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #12 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #9)
> The hangs are gone if I apply my workaround which fixes the compile failures.
Working for me now the workaround is in.
One nit WRT drirc, I don't know what the expected behavior is, but Mesa doesn't
use the configured/installed location.
So for me who configures --prefix=/usr and so gets the default
--sysconfdir=PREFIX/etc drirc ends up in /usr/etc/ but doesn't get read from
there by the same mesa - is that expected?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1537 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (11 preceding siblings ...)
2014-07-18 13:12 ` bugzilla-daemon
@ 2014-07-18 21:59 ` bugzilla-daemon
2014-10-08 13:18 ` bugzilla-daemon
` (5 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-07-18 21:59 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 761 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #13 from Marek Olšák <maraeo@gmail.com> ---
(In reply to comment #12)
> (In reply to comment #9)
> > The hangs are gone if I apply my workaround which fixes the compile failures.
>
> Working for me now the workaround is in.
>
> One nit WRT drirc, I don't know what the expected behavior is, but Mesa
> doesn't use the configured/installed location.
>
> So for me who configures --prefix=/usr and so gets the default
> --sysconfdir=PREFIX/etc drirc ends up in /usr/etc/ but doesn't get read from
> there by the same mesa - is that expected?
This is weird. It should have been installed in /etc.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1750 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (12 preceding siblings ...)
2014-07-18 21:59 ` bugzilla-daemon
@ 2014-10-08 13:18 ` bugzilla-daemon
2014-10-09 6:08 ` bugzilla-daemon
` (4 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-10-08 13:18 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 447 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #14 from Alexander Tsoy <alexander@tsoy.me> ---
Interesting.. My Bonaire XTX (R7 260X) is not affected by this bug. How is this
possible? Cape Verde PRO (HD 7750) is affected and workaround from comment 6
fixes the problem. On both systems I have mesa-10.3 which contains the commit
mentioned in comment 0.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1345 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (13 preceding siblings ...)
2014-10-08 13:18 ` bugzilla-daemon
@ 2014-10-09 6:08 ` bugzilla-daemon
2014-10-09 8:35 ` bugzilla-daemon
` (3 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-10-09 6:08 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 466 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #15 from Alexander Tsoy <alexander@tsoy.me> ---
Ah.. "st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0"
is also included in mesa-10.3. So both Heaven 4.0 and Valley 1.0 should just
work. The question is why ARB_sample_shading is causing GPU lockup on VERDE.
Should I open a separate bug for this issue?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1296 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (14 preceding siblings ...)
2014-10-09 6:08 ` bugzilla-daemon
@ 2014-10-09 8:35 ` bugzilla-daemon
2014-10-09 13:25 ` bugzilla-daemon
` (2 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-10-09 8:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 752 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #16 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to Alexander Tsoy from comment #15)
> Ah.. "st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley
> 1.0" is also included in mesa-10.3. So both Heaven 4.0 and Valley 1.0 should
> just work. The question is why ARB_sample_shading is causing GPU lockup on
> VERDE. Should I open a separate bug for this issue?
Maybe check that the your /etc/drirc has the workaround and/or if you have a
.drirc in your home dir that it has it also, though I haven't tested if having
a .drirc under $HOME without the workaround overrides one in /etc with it.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1662 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (15 preceding siblings ...)
2014-10-09 8:35 ` bugzilla-daemon
@ 2014-10-09 13:25 ` bugzilla-daemon
2014-10-10 16:30 ` bugzilla-daemon
2014-11-11 2:41 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-10-09 13:25 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 295 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #17 from Alexander Tsoy <alexander@tsoy.me> ---
(In reply to Andy Furniss from comment #16)
drirc was the first thing I checked. I filed a new bug 84836.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1330 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (16 preceding siblings ...)
2014-10-09 13:25 ` bugzilla-daemon
@ 2014-10-10 16:30 ` bugzilla-daemon
2014-11-11 2:41 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-10-10 16:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 891 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
--- Comment #18 from Marek Olšák <maraeo@gmail.com> ---
(In reply to Alexander Tsoy from comment #15)
> Ah.. "st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley
> 1.0" is also included in mesa-10.3. So both Heaven 4.0 and Valley 1.0 should
> just work. The question is why ARB_sample_shading is causing GPU lockup on
> VERDE. Should I open a separate bug for this issue?
I can re-test VERDE when I get home.
I haven't investigated why the hw hangs, because it only happens if shader
compilation fails and so none of the sample_shading shader stuff makes it to
the driver. I think the likely cause is that Unigine attempted to do rendering
with a shader that hasn't actually been compiled and things went wrong after
that.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1819 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] 20+ messages in thread* [Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading
2014-06-04 22:58 [Bug 79659] New: R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading bugzilla-daemon
` (17 preceding siblings ...)
2014-10-10 16:30 ` bugzilla-daemon
@ 2014-11-11 2:41 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-11-11 2:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79659
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #19 from Michel Dänzer <michel@daenzer.net> ---
Resolving per comment #12.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2151 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] 20+ messages in thread