ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo2.c
Revision 3.28 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.27: +47 -28 lines
Diff to previous 3.27 , to selected 3.13
Ansification and prototypes.

Revision 3.27 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:02 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.26: +3 -3 lines
Diff to previous 3.26 , to selected 3.13
Added grouping parens to reduce ambiguity warnings.

Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:18 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.25: +2 -2 lines
Diff to previous 3.25 , to selected 3.13
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 17:21:51 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.24: +2 -2 lines
Diff to previous 3.24 , to selected 3.13
Compile fixes noticed on Compaq

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:12 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.23: +2 -2 lines
Diff to previous 3.23 , to selected 3.13
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.22: +2 -2 lines
Diff to previous 3.22 , to selected 3.13
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:25 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.21: +1 -4 lines
Diff to previous 3.21 , to selected 3.13
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 16:56:08 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.20: +108 -43 lines
Diff to previous 3.20 , to selected 3.13
went to more sophisticated cone extrema for view vicinity ray samples

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 15:21:05 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.19: +67 -74 lines
Diff to previous 3.19 , to selected 3.13
improved sampling in packrays() but still not perfect

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 15:47:05 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +162 -44 lines
Diff to previous 3.18 , to selected 3.13
eliminated rejection sampling, but problems remain

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Wed Nov 25 17:20:25 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +13 -18 lines
Diff to previous 3.17 , to selected 3.13
eliminated unnecessary sort on distance list

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 17:38:09 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +12 -10 lines
Diff to previous 3.16 , to selected 3.13
changed to RMS distance

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 17:05:36 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.15: +54 -20 lines
Diff to previous 3.15 , to selected 3.13
added eyepoint vicinity restriction for interactive samples

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 18:17:53 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.14: +10 -51 lines
Diff to previous 3.14 , to selected 3.13
took duplicate ray checking out again (too expensive)

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 17:50:26 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.13: +51 -10 lines
Diff to previous 3.13
added duplicate ray checking

Revision 3.13 - (view) (download) (annotate) - [selected]
Mon Jul 6 18:17:20 1998 UTC (25 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 3.12: +4 -6 lines
Diff to previous 3.12
fixed bug by eliminated exit code check on rad

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 17:46:21 1998 UTC (25 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 3.11: +2 -2 lines
Diff to previous 3.11 , to selected 3.13
allowed for new rad EYESEP variable

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 16:37:10 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.10: +4 -2 lines
Diff to previous 3.10 , to selected 3.13
made loading of rad input file optional

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 09:33:35 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +2 -2 lines
Diff to previous 3.9 , to selected 3.13
changed user messages slightly

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 21:04:24 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +6 -4 lines
Diff to previous 3.8 , to selected 3.13
only report starting/stopping rtrace if REPORT variable set

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 10:30:55 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.7: +3 -1 lines
Diff to previous 3.7 , to selected 3.13
allow OBSTRUCTIONS to be undefined, and use random offset in that case

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 19:52:32 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.6: +2 -0 lines
Diff to previous 3.6 , to selected 3.13
modified hdsync() to optionally sync all unflushed beams

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 18:33:50 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.5: +21 -1 lines
Diff to previous 3.5 , to selected 3.13
reset start time and ray counts in new_rtrace()

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 18:23:09 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.4: +88 -0 lines
Diff to previous 3.4 , to selected 3.13
moved a few routines from rholo.c to rholo2.c

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 16:34:36 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +10 -7 lines
Diff to previous 3.3 , to selected 3.13
changed ray sampling to low discrepency sequence

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 16:37:45 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +1 -1 lines
Diff to previous 3.2 , to selected 3.13
changed BCOORD to GCOORD[2]

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 11:44:09 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 3.1: +6 -1 lines
Diff to previous 3.1 , to selected 3.13
initial bug fixes

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 10:23:29 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Diff to selected 3.13
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R2P2: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a