ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/holo.h
Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 01:06:19 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 3.24: +2 -2 lines
Diff to previous 3.24 , to selected 3.1
Got rid of silly cost-cutting (and corner-cutting) in hdfiluse()

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
Changes since 3.23: +32 -1 lines
Diff to previous 3.23 , to selected 3.1
Ansification and prototypes.

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 22:24:00 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.22: +14 -1 lines
Diff to previous 3.22 , to selected 3.1
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 00:25:49 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.21: +6 -6 lines
Diff to previous 3.21 , to selected 3.1
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Thu May 29 16:26:21 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.20: +3 -3 lines
Diff to previous 3.20 , to selected 3.1
Changed beam offset from long to off_t, so holodecks can grow to max. length

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.19: +1 -4 lines
Diff to previous 3.19 , to selected 3.1
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.19 - (view) (download) (annotate) - [select for diffs]
Thu Jan 7 22:04:48 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +8 -1 lines
Diff to previous 3.18 , to selected 3.1
created hdfragflags variable for controlling fragment deallocation
added "chunky" sorting mode to rholo to decrease file fragmentation problems

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Fri Dec 4 11:37:47 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +0 -1 lines
Diff to previous 3.17 , to selected 3.1
got rid of unnecessary constants in HOLO struct

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 17:10:53 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +8 -1 lines
Diff to previous 3.16 , to selected 3.1
changed section directory code to write in segments

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 09:09:32 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.15: +2 -2 lines
Diff to previous 3.15 , to selected 3.1
fixed hdflush() and hdclobber() macros

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 17:54:15 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.14: +4 -10 lines
Diff to previous 3.14 , to selected 3.1
moved int2 and int4 definitions to standard.h

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 21:27:29 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.13: +2 -1 lines
Diff to previous 3.13 , to selected 3.1
added declaration of hdfilord()

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 15:08:50 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.12: +5 -3 lines
Diff to previous 3.12 , to selected 3.1
simplified section grid addressing

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 12:32:52 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.11: +1 -1 lines
Diff to previous 3.11 , to selected 3.1
took fragment resource management out of hdsyncbeam()

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 10:12:24 1998 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +1 -1 lines
Diff to previous 3.10 , to selected 3.1
changed magic number to incorporate sizeof(long)

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 10:52:44 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +1 -1 lines
Diff to previous 3.9 , to selected 3.1
changed default int4 from long to int

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 14:45:59 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +8 -2 lines
Diff to previous 3.8 , to selected 3.1
wrote hdloadbeams() routine to load many beams at once

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 15:01:25 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.7: +1 -1 lines
Diff to previous 3.7 , to selected 3.1
added declaration for hdfilen()

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

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 11:47:57 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.5: +3 -2 lines
Diff to previous 3.5 , to selected 3.1
added function to delete beams and clobber holodecks

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 16:59:34 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +1 -1 lines
Diff to previous 3.4 , to selected 3.1
simplified intersection code
added hdgrid() routine to compute grid coordinates

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 15:13:33 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +1 -1 lines
Diff to previous 3.3 , to selected 3.1
added declaration for hdalloc()

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 18:04:05 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.1
fixed macro

Revision 3.2 - (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.1: +1 -1 lines
Diff to previous 3.1
changed BCOORD to GCOORD[2]

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

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R0: (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