Module: Mesa Branch: master Commit: b8e389bb0315287b72087b93a089ab944d77ab80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8e389bb0315287b72087b93a089ab944d77ab80
Author: Ian Romanick <[email protected]> Date: Thu Sep 3 14:05:18 2009 -0700 NV fp parser: Support new scalar constant behavior ARBfp requires scalar constants have a '.x' suffix, but NVfp_option does not. This shows up with instructions that require a scalar parameter (e.g., COS). --- src/mesa/shader/program_parse.tab.c | 1482 ++++++++++++++++++----------------- src/mesa/shader/program_parse.y | 17 + 2 files changed, 770 insertions(+), 729 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=b8e389bb0315287b72087b93a089ab944d77ab80 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
