Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=8060
------- Additional Comments From [EMAIL PROTECTED] 2006-08-30 16:27 -------
(In reply to comment #9)
> arbvptest1: r200_vertprog.c:564: r200_translate_vertex_program: Assertion
> `mesa_vp->Base.OutputsWritten & (1 << 0)' failed.
> Aborted (core dumped)
> Oops.
It's not really that big of a problem, and moreover it's not exactly new, it
just wasn't exposed previously. arbvptest1 just loads some vertex programs, and
never exececutes them, previous to the last commits such programs were never
translated to hw, but now they are. The driver doesn't handle vertex progs which
don't output position data, we'd need to either output some generated position
data or just do a fallback. Such programs are apparently legal so there
shouldn't be an abort(), though likely don't exist in practice.
(In reply to comment #11)
> Other things to report, from Mesa's test programs:
>
> - arpvptorus is another program like celestia that will lock Warcraft up.
I'd guess any program which will actually run a vertex prog on the hardware
will.
> - arbvpwarpmesh does *not* lock Warcraft up later, although I was worried that
> it might. The Warcraft login screen took slightly longer to appear once I had
> run arbvpwarpmesh, but appear it did...
arbvpwarpmesh uses generic attribs which aren't supported right now in the
driver, thus this test never runs a vertex program on the hardware, just
triggers a fallback. Not sure why arbvptest3 won't lock up later, probably we
get lucky...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel