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:59 -------
(In reply to comment #12)
> The failing assertion:
> 
> arbvptest1: r200_vertprog.c:564: r200_translate_vertex_program: Assertion
> `mesa_vp->Base.OutputsWritten & (1 << 0)' failed.
> 
> might be an invalid assertion.  I just double-checked the GL_ARB_v_p spec and
> apparently it's not an error to use a vertex program that does not write to
> result.position.  It IS an error for GL_NV_v_p.  The spec says the results 
> will
> be undefined if result.position is not written (but we shouldn't crash).
> 
> The arbvptest1.c program tests several program strings, one of which does not
> write result.position.  That's probably the one that's failing.
Yes. I'm going to add a fallback instead. I'll also fix up writing to the BFC
outputs just the same (this is actually strange, r200 can handle that with tnl,
but I _never_ got fglrx to write a vertex prog to the hardware which writes that
- the instruction to write it gets optimized away completely, and if you
actually enable two-side lighting for vertex progs it runs a lot slower so
presumably hits a fallback).
          
     
     
--           
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
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to