|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[Bug 16611] New: parse vertex program errorhttp://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: mesa3d-dev@... ReportedBy: nian.wu@... CC: haihao.xiang@... 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 Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
[Bug 16611] parse vertex program errorhttp://bugs.freedesktop.org/show_bug.cgi?id=16611
Brian Paul <brian.paul@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Brian Paul <brian.paul@...> 2008-07-09 07:36:00 PST --- fixed in git. -- 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 Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
[Bug 16611] parse vertex program errorhttp://bugs.freedesktop.org/show_bug.cgi?id=16611
WuNian <nian.wu@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #2 from WuNian <nian.wu@...> 2008-07-14 00:14:11 PST --- verified against master and mesa_7_0. -- 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 Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
| Free Forum Powered by Nabble | Forum Help |