ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhdisp2.c
Revision 3.37 - (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, rad5R1
Changes since 3.36: +61 -38 lines
Diff to previous 3.36
Ansification and prototypes.

Revision 3.36 - (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.35: +3 -3 lines
Diff to previous 3.35
Added grouping parens to reduce ambiguity warnings.

Revision 3.35 - (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.34: +3 -3 lines
Diff to previous 3.34
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.34 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:33 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.33: +1 -1 lines
Diff to previous 3.33
Added (void *) cast to realloc calls

Revision 3.33 - (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.32: +2 -5 lines
Diff to previous 3.32
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.32 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 10:29:22 1999 UTC (25 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 3.31: +100 -172 lines
Diff to previous 3.31
created rhpict program and viewbeams.c module to replace rhdisp3.c

Revision 3.31 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 10:25:27 1999 UTC (25 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 3.30: +2 -2 lines
Diff to previous 3.30
fixed parameter ordering in addview() call to viewray()

Revision 3.30 - (view) (download) (annotate) - [select for diffs]
Tue Dec 22 15:57:20 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.29: +32 -23 lines
Diff to previous 3.29
added jittering around viewpoint for better beam selection

Revision 3.29 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:56:10 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.28: +21 -10 lines
Diff to previous 3.28
created new ogl driver with direct geometry rendering

Revision 3.28 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 10:45:55 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.27: +2 -2 lines
Diff to previous 3.27
created "frame" command to focus calculation

Revision 3.27 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 15:18:08 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.26: +5 -4 lines
Diff to previous 3.26
minor efficiency hack

Revision 3.26 - (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.25: +39 -6 lines
Diff to previous 3.25
added eyepoint vicinity restriction for interactive samples

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 12:01:17 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.24: +71 -179 lines
Diff to previous 3.24
simplified beam calculation using view ray samples
took out a lot of old, hard-won code!

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Tue Sep 15 15:59:31 1998 UTC (25 years, 6 months ago) by gwlarson
Branch: MAIN
Changes since 3.23: +12 -8 lines
Diff to previous 3.23
changed beam management to allow temporary override

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 6 18:17:00 1998 UTC (25 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 3.22: +1 -1 lines
Diff to previous 3.22
fixed comment

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Fri May 22 15:12:36 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.21: +19 -31 lines
Diff to previous 3.21
got rid of unnecessary "wants" field

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Thu May 14 13:23:00 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.20: +66 -171 lines
Diff to previous 3.20
added multiple device view capability

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Thu May 14 10:13:50 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.19: +30 -17 lines
Diff to previous 3.19
partial edit towards multiple views

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 16:04:14 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.18: +32 -12 lines
Diff to previous 3.18
added code to mvview() to count number of matches for better
performance when the overlap is small or empty

Revision 3.18 - (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.17: +4 -4 lines
Diff to previous 3.17
simplified section grid addressing

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 13:00:16 1998 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.16: +2 -75 lines
Diff to previous 3.16
increased interactive update rate with periodic display flushing

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 11:57:32 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.15: +45 -18 lines
Diff to previous 3.15
add to beam list in two stages -- prioritize bundles through viewpoint

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 20:40:46 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.14: +2 -0 lines
Diff to previous 3.14
fixed bug in orphan sorting

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 12:30:20 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.13: +1 -1 lines
Diff to previous 3.13
increased MAXDIST to 42

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 17:26:55 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.12: +2 -2 lines
Diff to previous 3.12
allow NULL to be passed to beam_view()

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 09:36:59 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.11: +5 -3 lines
Diff to previous 3.11
beam_sync() now returns number of beams

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 13:53:21 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +1 -2 lines
Diff to previous 3.10
minor optimization

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 19:03:01 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +47 -22 lines
Diff to previous 3.9
improved docell() algorithm for better coverage

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 15:50:43 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +16 -2 lines
Diff to previous 3.8
added guard for inappropriate moves

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 15:02:37 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.7: +40 -0 lines
Diff to previous 3.7
made beam list updating more efficient using DR_ADJSET request

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 10:48:38 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.6: +13 -8 lines
Diff to previous 3.6
bug fixes and minor improvements

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 15:17:28 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.5: +12 -15 lines
Diff to previous 3.5
fixed bug in mvview()

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 18:17:37 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +41 -39 lines
Diff to previous 3.4
added check for holodeck behind viewpoint for more robust beam selection

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 16:10:17 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +14 -28 lines
Diff to previous 3.3
added server-driven redraw function to replace display quadtree

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 18:06:35 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +8 -1 lines
Diff to previous 3.2
added warning for leaving or entering holodeck sections

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 14:46:07 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.1: +5 -7 lines
Diff to previous 3.1
added consistency check

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 18:01:03 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Initial revision

Convenience Links

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