From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 70009] [r300g, bisected] some wine apps renders black
Date: Wed, 02 Oct 2013 16:07:47 +0000 [thread overview]
Message-ID: <bug-70009-502-9ONZFlNXtY@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-70009-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1639 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=70009
--- Comment #4 from Pavel Ondračka <pavel.ondracka@email.cz> ---
(In reply to comment #3)
> (In reply to comment #2)
> > So is seems, that when I record a trace using r300g driver (RV530) and
> > replay it using either llvmpipe or i965, it works fine. Probably this is
> > just some issue in the r300g driver, uncovered by core mesa changes...
> > EVE online apitrace uploaded here: http://pavel.ondracka.cz/EVE.trace
>
> llvmpipe and i965 support more temps than r300 class hw so they don't cross
> the limit.
Yeah, thats why they show no errors and promblems when launching EVE directly,
because wine detects this and generate valid shaders...
However the main problem is a little bit different. Citing one sample shader
from bug 42514:
The shader declares the array VC to have 245 elements:
uniform vec4 VC[245];
then it tries to access the 246th element of the array:
R0.xyz = (VC[245].xyz);
Also citing from wine bug 29146:
Yeah, we should be better about this. The reason we don't already do this is
that a shader like this may still work if it doesn't actually use the constants
near the end that we remove. We should probably print a message mentioning
something along those lines when such a shader fails to compile or link.
So when i generate the apitrace with r300g in already contains the invalid
shaders, however llvmpipe and softpipe still handle things correctly (e.g.
display majority of stuff) and also r300g did so before the mentioned bad
commit.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2977 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:[~2013-10-02 16:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-70009-502@http.bugs.freedesktop.org/>
2013-10-02 14:33 ` [Bug 70009] [r300g, bisected] some wine apps renders black bugzilla-daemon
2013-10-02 15:12 ` bugzilla-daemon
2013-10-02 16:07 ` bugzilla-daemon [this message]
2013-10-02 23:36 ` bugzilla-daemon
2013-10-03 6:36 ` bugzilla-daemon
2013-10-04 21:06 ` bugzilla-daemon
2013-10-04 22:18 ` bugzilla-daemon
2013-10-05 14:20 ` bugzilla-daemon
2013-10-05 15:00 ` bugzilla-daemon
2013-10-06 10:09 ` bugzilla-daemon
2019-09-18 18:52 ` 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-70009-502-9ONZFlNXtY@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).