All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 101325] UE4Editor crash after pressing "play" with radeon southern island card (7850 HD)
Date: Mon, 10 Jul 2017 11:31:35 +0000	[thread overview]
Message-ID: <bug-101325-502-XHT4zUEGHu@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-101325-502@http.bugs.freedesktop.org/>


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

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

--- Comment #13 from Julien Isorce <julien.isorce@gmail.com> ---
apitrace dump:

94 glShaderSource(shader = 2, count = 2, string = {"#version 150

#define PLATFORM_USES_ES2 0

#define PLATFORM_LINUX 1
", "
#if PLATFORM_USES_ES2
precision highp float;
#else
// #version 120 at the beginning is added in
FSlateOpenGLShader::CompileShader()
#extension GL_EXT_gpu_shader4 : enable
#endif

varying vec2 textureCoordinate;

uniform sampler2D SplashTexture;

void main() 
{
        // OpenGL has 0,0 the \"math\" way
        vec2 tc = vec2(textureCoordinate.s, 1.0-textureCoordinate.t);

        gl_FragColor = texture2D(SplashTexture, tc);

}"}, length = NULL)

So it does not look that GL_EXT_gpu_shader4 is really used.
Also I wonder if you can configure UE4Editor to use egl/gles2 and see if it
still hangs.

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

[-- Attachment #1.2: Type: text/html, Size: 1872 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

  parent reply	other threads:[~2017-07-10 11:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-07  1:19 [Bug 101325] UE4Editor crash after pressing "play" with radeon southern island card (7850 HD) bugzilla-daemon
2017-06-07  1:20 ` bugzilla-daemon
2017-06-07  1:20 ` bugzilla-daemon
2017-06-07  9:47 ` bugzilla-daemon
2017-06-08  1:47 ` bugzilla-daemon
2017-06-08  1:52 ` bugzilla-daemon
2017-06-08  2:26 ` bugzilla-daemon
2017-06-08 21:28 ` bugzilla-daemon
2017-06-10  2:16 ` bugzilla-daemon
2017-06-10  2:18 ` bugzilla-daemon
2017-06-13 16:30 ` bugzilla-daemon
2017-06-15  0:24 ` bugzilla-daemon
2017-06-15  1:08 ` bugzilla-daemon
2017-07-10 11:31 ` bugzilla-daemon [this message]
2017-07-10 11:46 ` bugzilla-daemon
2017-07-10 11:48 ` bugzilla-daemon
2017-08-07 21:21 ` bugzilla-daemon
2017-08-07 21:31 ` bugzilla-daemon
2017-08-07 21:37 ` bugzilla-daemon
2017-08-08  1:07 ` bugzilla-daemon
2017-08-08  1:36 ` bugzilla-daemon
2017-08-08  1:48 ` bugzilla-daemon
2017-08-08 23:35 ` bugzilla-daemon
2017-08-09 13:35 ` bugzilla-daemon
2017-08-26 23:26 ` bugzilla-daemon
2017-08-27  0:03 ` bugzilla-daemon
2019-06-25  1:30 ` bugzilla-daemon
2019-09-25 17:59 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-101325-502-XHT4zUEGHu@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.