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

Side by Side Diff: testsuite/message/ref/out.txt

Issue 186135: Review: message passing of closures, and bug fixes (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 2 months ago
Left:
Right:
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 unified diff | Download patch
« src/liboslexec/opmessage.cpp ('K') | « testsuite/message/b.osl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Compiled a.osl -> a.oso 1 Compiled a.osl -> a.oso
2 Compiled b.osl -> b.oso 2 Compiled b.osl -> b.oso
3 Connect alayer.f_out to blayer.f_in 3 Connect alayer.f_out to blayer.f_in
4 Connect alayer.c_out to blayer.c_in 4 Connect alayer.c_out to blayer.c_in
5 a: f_out = 0.5, c_out = 0.25 1 1 5 a: f_out = 0.5, c_out = 0.25 1 1
6 a: set message 'foo' to 0.125 0.5 0.5 6 a: set message 'foo' to 0.125 0.5 0.5
7 a: set message 'cc' to (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
8 a: set message 'cc' to (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
9 a: set message 'cc' to (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
10 a: set message 'cc' to (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
7 b: f_in = 0.5, c_in = 0.25 1 1 11 b: f_in = 0.5, c_in = 0.25 1 1
8 b: retrieved message 'foo', result = 1, foo = 0.125 0.5 0.5 12 b: retrieved message 'foo', result = 1, foo = 0.125 0.5 0.5
9 b: retrieved bogus message 'bar', result = 0, bar = 0 13 b: retrieved bogus message 'bar', result = 0, bar = 0
10 b: retrieved message 'foo' with wrong type, result = 0, foo = 0 14 b: retrieved message 'foo' with wrong type, result = 0, foo = 0
15 b: retrieved message 'cc' into Ci: (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
16 b: retrieved message 'cc' into Ci: (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
17 b: retrieved message 'cc' into Ci: (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
18 b: retrieved message 'cc' into Ci: (0.5, 0.5, 0.5) * diffuse ((0, 0, 1))
11 19
OLDNEW
« src/liboslexec/opmessage.cpp ('K') | « testsuite/message/b.osl ('k') | no next file » | no next file with comments »

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