Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(529)

Unified Diff: src/liboslexec/master.cpp

Issue 186244: iscameraray and isshadowray (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: raylevel and isshadowray Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/liboslcomp/typecheck.cpp ('k') | src/liboslexec/opattribute.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/liboslexec/master.cpp
===================================================================
--- src/liboslexec/master.cpp (revision 539)
+++ src/liboslexec/master.cpp (working copy)
@@ -256,10 +256,11 @@
{ "hypot", OP_hypot },
{ "if", OP_if },
{ "inversesqrt", OP_inversesqrt },
- { "phong_ramp", OP_phong_ramp },
+ { "iscameraray", OP_iscameraray },
{ "isfinite", OP_isfinite },
{ "isinf", OP_isinf },
{ "isnan", OP_isnan },
+ { "isshadowray", OP_isshadowray },
{ "le", OP_le },
{ "length", OP_length },
{ "log", OP_log },
@@ -286,6 +287,7 @@
{ "normalize", OP_normalize },
{ "or", OP_or },
{ "phong", OP_phong },
+ { "phong_ramp", OP_phong_ramp },
{ "pnoise", OP_pnoise },
{ "point", OP_point },
{ "pow", OP_pow },
« no previous file with comments | « src/liboslcomp/typecheck.cpp ('k') | src/liboslexec/opattribute.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b