http://bugs.freedesktop.org/show_bug.cgi?id=16611

           Summary: parse vertex program error
           Product: Mesa
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Created an attachment (id=17515)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=17515)
test case

When mesa loads below vertex program:

"!!ARBvp1.0\n\
        ATTRIB ipos = vertex.position;\n\
        ATTRIB tex0 = vertex.texcoord[0];\n\n\
        OUTPUT opos = result.position;\n\
        OUTPUT ocol = result.color;\n\
        OUTPUT otex0 = result.texcoord[0];\n\n\
        PARAM const = { 0.0, -1.0, +1.0, -1.0 };\n\n\
        MOV opos, ipos;\n\
        PARAM clip_param = state.clip[0].plane;\n\
        MOV otex0, clip_param;\n\n\n\
        END\n\n\0";

Mesa failed and report error:

ERROR loading vertex program!  Error position = 269
Error info: Unexpected token (in parse_param_elements())


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to