ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glareval.c
Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:30 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.5: +2 -6 lines
Diff to previous 2.5 , to selected 1.2
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 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 08:47:18 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 2.4: +2 -0 lines
Diff to previous 2.4 , to selected 1.2
changed getheader() to listen to return value of passed function

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 11:22:11 1997 UTC (26 years, 8 months ago) by gregl
Branch: MAIN
Changes since 2.3: +2 -2 lines
Diff to previous 2.3 , to selected 1.2
changed rtrace behavior to send bogus record when ray dir==0

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 10:53:45 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.2: +1 -1 lines
Diff to previous 2.2 , to selected 1.2
minor bug fix

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 17:52:58 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.1: +7 -4 lines
Diff to previous 2.1 , to selected 1.2
changed malloc() to bmalloc() calls

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:19:21 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.21: +0 -0 lines
Diff to previous 1.21 , to selected 1.2
changed revision number for 2.0 release

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 15:09:42 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.20: +8 -7 lines
Diff to previous 1.20 , to selected 1.2
changed call to viewpixel() -> viewloc()

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 12:56:36 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 , to selected 1.2
added zeroing of position to rt_compute()

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 09:40:20 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.18: +26 -94 lines
Diff to previous 1.18 , to selected 1.2
moved rtrace i/o routines to library

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 13:35:16 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 , to selected 1.2
fixed minor bug in fork_rtrace

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed May 1 08:50:49 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.2
fixed syntax error

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Apr 22 15:43:21 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 , to selected 1.2
increased scanline buffer to .75 Meg

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Apr 22 15:41:01 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.14: +6 -8 lines
Diff to previous 1.14 , to selected 1.2
changed reporting of scanline reclamation

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 17:41:06 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.13: +3 -6 lines
Diff to previous 1.13 , to selected 1.2
fixed computation of solid angle changed compdir()

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 15:18:25 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.12: +12 -3 lines
Diff to previous 1.12 , to selected 1.2
added format information to headers

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Apr 12 10:28:34 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.11: +6 -7 lines
Diff to previous 1.11 , to selected 1.2
minor changes and bug fixes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:57:28 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10 , to selected 1.2
reduced scanline buffer size and added debugging output for reclaims

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:41:55 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.9: +20 -26 lines
Diff to previous 1.9 , to selected 1.2
improved and debugged retirescans()

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 15:43:12 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.8: +7 -5 lines
Diff to previous 1.8 , to selected 1.2
fixed bug in scanretire and increased scanline buffer lims

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 15:20:35 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.7: +157 -40 lines
Diff to previous 1.7 , to selected 1.2
added rather sophisticated LRU scanline replacement scheme

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Apr 2 14:29:17 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 , to selected 1.2
added test for insufficient data

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 16:46:25 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 , to selected 1.2
fixed debug reporting

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 12:28:23 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.4: +24 -12 lines
Diff to previous 1.4 , to selected 1.2
fixed bug in getpictscan()

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 13:20:06 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3 , to selected 1.2
reduced volume of verbose reporting except when DEBUG defined

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 19 17:06:27 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.2: +21 -21 lines
Diff to previous 1.2
various bug fixes and enhancements

Revision 1.2 - (view) (download) (annotate) - [selected]
Mon Mar 18 14:33:53 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.1: +28 -13 lines
Diff to previous 1.1
bug fixes and enhancements

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 12:15:41 1991 UTC (33 years ago) by greg
Branch: MAIN
Diff to selected 1.2
Initial revision

Convenience Links

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