From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 89069] Lack of grass in The Talos Principle on radeonsi (native\wine\nine)
Date: Tue, 17 Feb 2015 03:23:31 +0000 [thread overview]
Message-ID: <bug-89069-502-8egPlyrVOG@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-89069-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89069
--- Comment #20 from Michel Dänzer <michel@daenzer.net> ---
(In reply to smoki from comment #19)
> if (type != TGSI_PROCESSOR_COMPUTE && TGSI_PROCESSOR_FRAGMENT) {
That always evaluates as false, because TGSI_PROCESSOR_FRAGMENT is 0. You
probably meant
if (type != TGSI_PROCESSOR_COMPUTE && type != TGSI_PROCESSOR_FRAGMENT) {
but that might not work, I suspect this problem is more likely related to the
vertex shader.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1481 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
next prev parent reply other threads:[~2015-02-17 3:23 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 20:01 [Bug 89069] Lack of grass in The Talos Principle on radeonsi (native\wine\nine) bugzilla-daemon
2015-02-11 0:29 ` bugzilla-daemon
2015-02-11 3:39 ` bugzilla-daemon
2015-02-11 3:51 ` bugzilla-daemon
2015-02-11 10:57 ` bugzilla-daemon
2015-02-11 14:56 ` bugzilla-daemon
2015-02-12 4:42 ` bugzilla-daemon
2015-02-12 7:16 ` bugzilla-daemon
2015-02-12 7:35 ` bugzilla-daemon
2015-02-12 8:43 ` bugzilla-daemon
2015-02-12 9:00 ` bugzilla-daemon
2015-02-12 9:09 ` bugzilla-daemon
2015-02-12 10:53 ` bugzilla-daemon
2015-02-12 14:18 ` bugzilla-daemon
2015-02-12 14:23 ` bugzilla-daemon
2015-02-12 14:26 ` bugzilla-daemon
2015-02-12 14:39 ` bugzilla-daemon
2015-02-13 2:48 ` bugzilla-daemon
2015-02-14 8:12 ` bugzilla-daemon
2015-02-17 3:17 ` bugzilla-daemon
2015-02-17 3:23 ` bugzilla-daemon [this message]
2015-02-17 4:34 ` bugzilla-daemon
2015-02-18 16:21 ` bugzilla-daemon
2015-02-18 18:31 ` bugzilla-daemon
2015-02-21 10:07 ` bugzilla-daemon
2015-02-21 13:36 ` bugzilla-daemon
2015-02-21 13:54 ` bugzilla-daemon
2015-02-21 14:19 ` bugzilla-daemon
2015-05-02 0:33 ` bugzilla-daemon
2015-05-02 0:38 ` bugzilla-daemon
2015-05-02 0:43 ` bugzilla-daemon
2015-05-02 0:44 ` bugzilla-daemon
2015-05-02 0:53 ` bugzilla-daemon
2015-05-03 11:30 ` bugzilla-daemon
2015-05-04 22:47 ` bugzilla-daemon
2015-05-08 23:09 ` 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-89069-502-8egPlyrVOG@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