ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/raypcalls.c
Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 18:23:38 2011 UTC (12 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.27: +9 -4 lines
Diff to previous 2.27
Improved random sampling

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 06:05:53 2011 UTC (12 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.26: +3 -1 lines
Diff to previous 2.26
Added reinitialization of random number generator in child processes with -u+

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Wed Dec 16 01:06:50 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.25: +7 -4 lines
Diff to previous 2.25
Added check for calling ray_pclose() in child

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 18:21:53 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.24: +15 -10 lines
Diff to previous 2.24
Final fix to problem of queue overflow (I hope)

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 23:08:13 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.23: +9 -8 lines
Diff to previous 2.23
Bug fixes and performance improvements to rtrace -n option

Revision 2.23 - (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.22: +14 -17 lines
Diff to previous 2.22
Added -n option to rtrace and moved quit() funciton out of raypcalls

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 05:20:10 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.21: +10 -11 lines
Diff to previous 2.21
Created FIFO calls for ray multiprocessing

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 00:03:42 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.20: +15 -11 lines
Diff to previous 2.20
Created RNUMBER type (#define) in preparation for 64-bit compiling

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 23:28:34 2008 UTC (15 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.19: +7 -7 lines
Diff to previous 2.19
Delayed loading of object data until it is needed

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 05:21:29 2008 UTC (16 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.18: +6 -9 lines
Diff to previous 2.18
Changed back to old queuing behavior

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 18:27:31 2008 UTC (16 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.17: +3 -5 lines
Diff to previous 2.17
Created stub routines as placeholder for Windows version of raypcalls

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 19:10:02 2007 UTC (16 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.16: +4 -1 lines
Diff to previous 2.16
Fixed potential bug where send queue gets jammed in ray_pqueue()

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Sat Sep 15 02:47:56 2007 UTC (16 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.15: +4 -1 lines
Diff to previous 2.15
Eliminated unnecessary call to select(2) for single process

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 03:57:00 2007 UTC (16 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.14: +5 -1 lines
Diff to previous 2.14
Added check for parent process to close children before exit

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 17:36:06 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.13: +9 -13 lines
Diff to previous 2.13
Minor cosmetic changes

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 20:36:44 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.12: +14 -13 lines
Diff to previous 2.12
Added ambient file synchronization and minor fixes

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 22:17:51 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.11: +6 -7 lines
Diff to previous 2.11
Fixed bug in reading of ray buffers

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 01:15:06 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
Extensive changes to enable rtrace -oTW option for tracking ray contributions

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 04:44:51 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -2 lines
Diff to previous 2.9
Eliminated revf member from RAY struct, as it was never really needed

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 16:26:58 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.8: +7 -1 lines
Diff to previous 2.8
Added close-on-exec flag to pipes to prevent possible deadlocks

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 21:43:50 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +3 -3 lines
Diff to previous 2.7
Added -n option to mkillum for multiprocessing on shared memory machine

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:27:33 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.6: +14 -10 lines
Diff to previous 2.6
Fixed up comments in header

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.5: +45 -29 lines
Diff to previous 2.5
Continued ANSIfication. There are only bits and pieces left now.

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

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

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 15:00:19 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.2: +34 -34 lines
Diff to previous 2.2
Added -N option to rad for parallel rendering (preliminary w/o using -PP)

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