ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rtmain.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 05:10:09 2013 UTC (10 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2
Changes since 2.21: +3 -3 lines
Diff to previous 2.21
Eliminated a number of minor warnings (all innocuous)

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 15:51:15 2010 UTC (13 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.20: +4 -3 lines
Diff to previous 2.20
Added checknorm() macro to avoid normalization errors with gcc --fast-math

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 19:39:51 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.19: +2 -1 lines
Diff to previous 2.19
Reset default -u+ setting

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 19:13:04 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.18: +2 -6 lines
Diff to previous 2.18
Eliminated restriction with -n and -I in rtrace

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 19:01:00 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.17: +54 -17 lines
Diff to previous 2.17
Added -n option to rtrace and moved quit() funciton out of raypcalls

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 20:52:56 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.16: +1 -2 lines
Diff to previous 2.16
Bug fix in -P option implementation

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 18:06:29 2008 UTC (15 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.15: +3 -3 lines
Diff to previous 2.15
Modified rtcontrib -c option to accumulate a specified number of rays

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 20:02:11 2007 UTC (16 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.14: +3 -2 lines
Diff to previous 2.14
Added ambient pre-synchronization in parallel persist mode

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 06:22:57 2006 UTC (17 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.13: +8 -3 lines
Diff to previous 2.13
Made -u+ option truly random

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sun Feb 5 22:22:20 2006 UTC (18 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.12: +3 -2 lines
Diff to previous 2.12
Added -V option to rtcontrib and -oV option to rtrace to report contributions

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 15:36:52 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.11: +2 -2 lines
Diff to previous 2.11
Added seeding of random number generator with -u+ rendering option

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 04:47:27 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -5 lines
Diff to previous 2.10
Added binary i/o options to total and piped output to rtcontrib

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed May 25 04:44:26 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +11 -5 lines
Diff to previous 2.9
Created rtcontrib program for computing ray contributions and coefficients

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.8: +23 -23 lines
Diff to previous 2.8
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:19:28 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.7: +5 -5 lines
Diff to previous 2.7
Various platform compatibility fixes.

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:30 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.6: +2 -4 lines
Diff to previous 2.6
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 2.6 - (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 2.5: +4 -1 lines
Diff to previous 2.5
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.5 - (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 2.4: +9 -1 lines
Diff to previous 2.4
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.3: +8 -11 lines
Diff to previous 2.3
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +2 -2 lines
Diff to previous 2.2
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:23 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.1: +1 -56 lines
Diff to previous 2.1
Replaced inline copyright notice with #include "copyright.h"

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
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

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