dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 98664] Fragment shader while loop causes geometry corruption
Date: Wed, 16 Nov 2016 17:03:44 +0000	[thread overview]
Message-ID: <bug-98664-502-s52Orldjo4@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-98664-502@http.bugs.freedesktop.org/>


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

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

--- Comment #8 from Jakob Bornecrantz <wallbraker@gmail.com> ---
(In reply to Ilia Mirkin from comment #7)
> Created attachment 128012 [details]
> last frame with i965/SKL mesa 13.0.1

That is how it should look.



17:02 < nha> funny because Prf_Jakob seems to think it's related to loops in
the pixel shader...

Looks my analysis was wrong. Since the fragment shader in use is trivial, tho
making it even more trivial makes it work (not using inMinEdge).


#version 450 core

layout (location = 0) in vec3 inPosition;
layout (location = 0) out vec4 outColor;


void main(void)
{
        outColor = vec4(inPosition, 1.0);
}

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

[-- Attachment #1.2: Type: text/html, Size: 1884 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:[~2016-11-16 17:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-09 19:17 [Bug 98664] Fragment shader while loop causes geometry corruption bugzilla-daemon
2016-11-09 19:18 ` bugzilla-daemon
2016-11-09 19:18 ` bugzilla-daemon
2016-11-09 19:21 ` bugzilla-daemon
2016-11-16 11:04 ` bugzilla-daemon
2016-11-16 11:44 ` bugzilla-daemon
2016-11-16 15:07 ` bugzilla-daemon
2016-11-16 15:59 ` bugzilla-daemon
2016-11-16 17:03 ` bugzilla-daemon [this message]
2016-11-16 21:09 ` bugzilla-daemon
2016-11-17 15:40 ` bugzilla-daemon
2016-11-17 15:56 ` bugzilla-daemon
2016-11-17 17:01 ` bugzilla-daemon
2016-11-17 17:15 ` bugzilla-daemon
2016-11-17 21:57 ` bugzilla-daemon
2016-11-17 22:34 ` bugzilla-daemon
2016-11-18 21:51 ` 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-98664-502-s52Orldjo4@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 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).