ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glareval.c
Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 20:45:21 2022 UTC (15 months, 4 weeks ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.18: +16 -16 lines
Diff to previous 2.18 , to selected 1.14
refactor(findglare): Removed outdated type modifiers

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu May 14 20:58:03 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.17: +2 -2 lines
Diff to previous 2.17 , to selected 1.14
Fixed return-value checking for viewloc()

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 05:18:49 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.16: +3 -4 lines
Diff to previous 2.16 , to selected 1.14
Added filtering capabilities to Unix version of open_process()

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 18:33:50 2018 UTC (5 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.15: +2 -2 lines
Diff to previous 2.15 , to selected 1.14
Created MAXFMTLEN to guard against buffer overrun attacks in header input

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 04:39:52 2018 UTC (6 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -4 lines
Diff to previous 2.14 , to selected 1.14
Further tweaked viewloc() output to be 1 only if in view frame

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 21:41:02 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0, rad5R1
Changes since 2.13: +4 -2 lines
Diff to previous 2.13 , to selected 1.14
Fixed array-underflow (original bug discovered by Pally Sandher)

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 18:08:11 2010 UTC (13 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.12: +3 -1 lines
Diff to previous 2.12 , to selected 1.14
Fixed bug in findglare under Windows

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon May 29 16:47:54 2006 UTC (17 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9, rad4R0
Changes since 2.11: +2 -2 lines
Diff to previous 2.11 , to selected 1.14
Fixed -DDEBUG compile

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 12:48:36 2004 UTC (20 years, 2 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.10: +61 -36 lines
Diff to previous 2.10 , to selected 1.14
Ansification and fixed typing/prototype of getheader() and its callback.

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:45 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.9: +2 -1 lines
Diff to previous 2.9 , to selected 1.14
Reduced compile problems on Windows.

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:13 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.8: +6 -2 lines
Diff to previous 2.8 , to selected 1.14
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 06:53:23 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.7: +3 -3 lines
Diff to previous 2.7 , to selected 1.14
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:11 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.6: +10 -8 lines
Diff to previous 2.6 , to selected 1.14
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.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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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
changed reporting of scanline reclamation

Revision 1.14 - (view) (download) (annotate) - [selected]
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
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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.14
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 , to selected 1.14
various bug fixes and enhancements

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
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 , to selected 1.14
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.14
Initial revision

Convenience Links

Links to HEAD: (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