All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 104790] When using OpenGL 4.x some applications crash
@ 2018-01-25 15:50 bugzilla-daemon
  2018-01-25 22:37 ` bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-01-25 15:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1229 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

            Bug ID: 104790
           Summary: When using OpenGL 4.x some applications crash
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: lei.pero@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 136962
  --> https://bugs.freedesktop.org/attachment.cgi?id=136962&action=edit
screenshot of artifact with compatibility profile

While enabling GL 4.x core profiles on Radeon HD 6770 (Juniper), applications
such as genymotion and most wine games crash without any error. WHen using
4.xCOMPAT profile instead of core, they do not crash, however, some games in
wine have serious graphical corruption (such as in atachment).

This is with mesa-git (with all commits to this date) and earlier versions,
just to report it so it can be solved before enabling core profiles by default.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2789 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
@ 2018-01-25 22:37 ` bugzilla-daemon
  2018-01-25 23:17 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-01-25 22:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 318 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #1 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
Are you running Wine-Nine?
I remember such 'red'ich' colors with Nine.
Then it could be the current Mesa git Nine bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1096 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
  2018-01-25 22:37 ` bugzilla-daemon
@ 2018-01-25 23:17 ` bugzilla-daemon
  2018-01-25 23:22 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-01-25 23:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 935 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #2 from lei.pero@gmail.com ---
(In reply to Dieter Nützel from comment #1)
> Are you running Wine-Nine?
> I remember such 'red'ich' colors with Nine.
> Then it could be the current Mesa git Nine bug.

No, this glitch is under Wine CSMT D3D, when using nine it is actually proper
picture with compatibility mode, with core profile, it is irrelevant what I use
(nine or wine d3d) it would crash instantly without any trace in terminal, but
standard wine output error in "Windows like" dialog.

With core profile, same would happen to native GNU/Linux application
genymotion, but it does work with COMPAT profile.

If you are asking me is wine patched with nine, yes it is, but that should be
irrelevant when "nine" is unticked and CSMT or non-CSMT wine translation is
used.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1785 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
  2018-01-25 22:37 ` bugzilla-daemon
  2018-01-25 23:17 ` bugzilla-daemon
@ 2018-01-25 23:22 ` bugzilla-daemon
  2018-01-26  0:08 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-01-25 23:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1098 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #3 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to lei.pero from comment #2)
> (In reply to Dieter Nützel from comment #1)
> > Are you running Wine-Nine?
> > I remember such 'red'ich' colors with Nine.
> > Then it could be the current Mesa git Nine bug.
> 
> No, this glitch is under Wine CSMT D3D, when using nine it is actually
> proper picture with compatibility mode, with core profile, it is irrelevant
> what I use (nine or wine d3d) it would crash instantly without any trace in
> terminal, but standard wine output error in "Windows like" dialog.
> 
> With core profile, same would happen to native GNU/Linux application
> genymotion, but it does work with COMPAT profile.
> 
> If you are asking me is wine patched with nine, yes it is, but that should
> be irrelevant when "nine" is unticked and CSMT or non-CSMT wine translation
> is used.

Yes,right.

Is this a regression (worked before)?
Can you bisect?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2061 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-01-25 23:22 ` bugzilla-daemon
@ 2018-01-26  0:08 ` bugzilla-daemon
  2018-05-15  0:45 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-01-26  0:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1820 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #4 from lei.pero@gmail.com ---
(In reply to Dieter Nützel from comment #3)
> (In reply to lei.pero from comment #2)
> > (In reply to Dieter Nützel from comment #1)
> > > Are you running Wine-Nine?
> > > I remember such 'red'ich' colors with Nine.
> > > Then it could be the current Mesa git Nine bug.
> > 
> > No, this glitch is under Wine CSMT D3D, when using nine it is actually
> > proper picture with compatibility mode, with core profile, it is irrelevant
> > what I use (nine or wine d3d) it would crash instantly without any trace in
> > terminal, but standard wine output error in "Windows like" dialog.
> > 
> > With core profile, same would happen to native GNU/Linux application
> > genymotion, but it does work with COMPAT profile.
> > 
> > If you are asking me is wine patched with nine, yes it is, but that should
> > be irrelevant when "nine" is unticked and CSMT or non-CSMT wine translation
> > is used.
> 
> Yes,right.
> 
> Is this a regression (worked before)?
> Can you bisect?

As far as I know it isn't regression, the first time I've tried to enable 4.1
profile it did behave that way, I think it was on Mesa 12.0, but don't hold me
for a word. I did not reported at that time because there was no full support
for r600, but now, I reported it just in case decision comes to enable 4.x
profile by default, not to "slip" in stable realese. With core profile 3.3
(default one) everything works as expected, none of these issues.

I could try to bisect, but I don't think distribution would alow me to go that
far, and if even there is a point of doing so because almost full support for
r600 was added just recently.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2874 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (3 preceding siblings ...)
  2018-01-26  0:08 ` bugzilla-daemon
@ 2018-05-15  0:45 ` bugzilla-daemon
  2018-07-18 11:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-05-15  0:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 690 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #5 from iive@yahoo.com ---
How exactly do you enable compat or core profiles?

Afaik Gallium Nine should not be affected by any OpenGL related options...

Also, when wine program crashes and you refuse the dialog (press ESC?), the
debugger would dump all info (including backtrace) in the terminal.

Since the winedbg does not recognize modern debug symbols, you should compile
mesa3d with only dwarf2, as described in ixit nine website debug section.

Of course, this is if the backtrace is showing mesa3d related functions at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1435 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-05-15  0:45 ` bugzilla-daemon
@ 2018-07-18 11:48 ` bugzilla-daemon
  2018-12-21 23:02 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-07-18 11:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 636 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #6 from lei.pero@gmail.com ---
It doesn't matter how I enabled it, results are the same.

However, I tested now, with Mesa 18.1.4 and it does not crash applications that
were crashing before, everything seems to work fine with any OpenGL CORE
profile from 4.1 to 4.5 (did not test earlier or latter versions). COMPAT
profile still has artifacts but that's to be expected I guess.

So, it seems that problem is resolved, have to test a bit more, if anything
goes wrong I will post.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1389 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (5 preceding siblings ...)
  2018-07-18 11:48 ` bugzilla-daemon
@ 2018-12-21 23:02 ` bugzilla-daemon
  2018-12-22  0:57 ` bugzilla-daemon
  2019-09-18 19:25 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-12-21 23:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

mirh <mirh@protonmail.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #7 from mirh <mirh@protonmail.ch> ---
So... How have we been doing? Can this be closed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1777 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (6 preceding siblings ...)
  2018-12-21 23:02 ` bugzilla-daemon
@ 2018-12-22  0:57 ` bugzilla-daemon
  2019-09-18 19:25 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-12-22  0:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

--- Comment #8 from lei.pero@gmail.com ---
(In reply to mirh from comment #7)
> So... How have we been doing? Can this be closed?

Still keeping Core profile 4.5, no problem so far, as far as I'm concerned, it
can be closed, not sure what fixed it tho.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1236 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug 104790] When using OpenGL 4.x some applications crash
  2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
                   ` (7 preceding siblings ...)
  2018-12-22  0:57 ` bugzilla-daemon
@ 2019-09-18 19:25 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:25 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104790

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEEDINFO                    |RESOLVED

--- Comment #9 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/626.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2436 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-09-18 19:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25 15:50 [Bug 104790] When using OpenGL 4.x some applications crash bugzilla-daemon
2018-01-25 22:37 ` bugzilla-daemon
2018-01-25 23:17 ` bugzilla-daemon
2018-01-25 23:22 ` bugzilla-daemon
2018-01-26  0:08 ` bugzilla-daemon
2018-05-15  0:45 ` bugzilla-daemon
2018-07-18 11:48 ` bugzilla-daemon
2018-12-21 23:02 ` bugzilla-daemon
2018-12-22  0:57 ` bugzilla-daemon
2019-09-18 19:25 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.