dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 98021] Applications and games crash after opengl version overrides
@ 2016-10-03  4:29 bugzilla-daemon
  2016-10-04 14:50 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-10-03  4:29 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 98021
           Summary: Applications and games crash after opengl version
                    overrides
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: step2back+freedesktop@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

I should set mesa version to smooth play in alien isolation (
https://bugs.freedesktop.org/show_bug.cgi?id=93144#c35 ). I set
"MESA_GL_VERSION_OVERRIDE=4.3 MESA_GLSL_VERSION_OVERRIDE=430". Appications and
games start carsh in gl initialization. Some examples: steam, 0ad. glxgear
shows black screen.

I use software from oibaf ppa:

Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD CAPE VERDE (DRM 2.43.0 / 4.4.0-41-generic, LLVM 3.9.0) (0x683d)
    Version: 12.1.0
    Accelerated: yes
    Video memory: 1024MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.3
    Max compat profile version: 4.3
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0

MESA_DEBUG=1 prints

Mesa: User error: GL_INVALID_ENUM in glGetString(GL_EXTENSIONS)

I'm curious why mesa does not set 4.3 already. According mesamatrix (by
features.txt) there are all extensions implemented for radeonsi.

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

[-- Attachment #1.2: Type: text/html, Size: 3228 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] 5+ messages in thread

* [Bug 98021] Applications and games crash after opengl version overrides
  2016-10-03  4:29 [Bug 98021] Applications and games crash after opengl version overrides bugzilla-daemon
@ 2016-10-04 14:50 ` bugzilla-daemon
  2016-10-04 14:50 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-10-04 14:50 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Nicolai Hähnle <nhaehnle@gmail.com> ---
Hi Stepan, it's called an override for a reason. When you enable it, you're
operating outside of the supported parameters, and shouldn't be surprised when
something crashes. Don't report a bug for something like that.

That said, radeonsi has supported OpenGL 4.3 for several months now. For
SI-based cards like yours, you need a more recent kernel. The radeon module of
older kernels lacks some of the functionality that is required for compute
shaders.

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

[-- Attachment #1.2: Type: text/html, Size: 1460 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] 5+ messages in thread

* [Bug 98021] Applications and games crash after opengl version overrides
  2016-10-03  4:29 [Bug 98021] Applications and games crash after opengl version overrides bugzilla-daemon
  2016-10-04 14:50 ` bugzilla-daemon
@ 2016-10-04 14:50 ` bugzilla-daemon
  2016-10-05  6:24 ` bugzilla-daemon
  2016-10-05  7:23 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-10-04 14:50 UTC (permalink / raw)
  To: dri-devel


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

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

Nicolai Hähnle <nhaehnle@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

[-- Attachment #1.2: Type: text/html, Size: 1272 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] 5+ messages in thread

* [Bug 98021] Applications and games crash after opengl version overrides
  2016-10-03  4:29 [Bug 98021] Applications and games crash after opengl version overrides bugzilla-daemon
  2016-10-04 14:50 ` bugzilla-daemon
  2016-10-04 14:50 ` bugzilla-daemon
@ 2016-10-05  6:24 ` bugzilla-daemon
  2016-10-05  7:23 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-10-05  6:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Stepan Bakshaev <step2back+freedesktop@gmail.com> ---
I got it. linux 4.8 is enough for enable 4.3 in stock. Sorry for bother you. I
check time by time https://www.x.org/wiki/RadeonFeature/. it does not mention
about all requirements for opengl 4.3. There is only llmv 3.8 as requirements.
I saw Alex Deucher updates that wiki page. May be he will add next time linux
4.8 in footnotes.

Thank you and whole team for pushing radeon driver forward!

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

[-- Attachment #1.2: Type: text/html, Size: 1531 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] 5+ messages in thread

* [Bug 98021] Applications and games crash after opengl version overrides
  2016-10-03  4:29 [Bug 98021] Applications and games crash after opengl version overrides bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-10-05  6:24 ` bugzilla-daemon
@ 2016-10-05  7:23 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-10-05  7:23 UTC (permalink / raw)
  To: dri-devel


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

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

Christian König <deathsimple@vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

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

[-- Attachment #1.2: Type: text/html, Size: 1112 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] 5+ messages in thread

end of thread, other threads:[~2016-10-05  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03  4:29 [Bug 98021] Applications and games crash after opengl version overrides bugzilla-daemon
2016-10-04 14:50 ` bugzilla-daemon
2016-10-04 14:50 ` bugzilla-daemon
2016-10-05  6:24 ` bugzilla-daemon
2016-10-05  7:23 ` 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).