ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/lookamb.c
Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 19 16:26:55 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Officially replaced ambient calculation with new Hessian-based error control

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Sun May 11 19:51:39 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.13: +5 -5 lines
Diff to previous 2.13
Moved blank line to end for annotated output

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed May 7 01:16:03 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +9 -2 lines
Diff to previous 2.12
Added "corral" flags to prevent light leaks in new calculation (-DNEWAMB)

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 06:04:18 2014 UTC (9 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.11: +3 -3 lines
Diff to previous 2.11
Fixed numerous errors in Hessian (-DNEWAMB) calculation, doubtless more to go

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 20:31:37 2014 UTC (9 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.10: +160 -62 lines
Diff to previous 2.10
Partial implementation of Hessian gradient calculation (-DNEWAMB)

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1
Changes since 2.9: +15 -10 lines
Diff to previous 2.9
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.8: +4 -8 lines
Diff to previous 2.8
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.7: +1 -56 lines
Diff to previous 2.7
Replaced inline copyright notice with #include "copyright.h"

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:28 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.6: +60 -12 lines
Diff to previous 2.6
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.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 10:17:33 1994 UTC (30 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.5: +3 -1 lines
Diff to previous 2.5
Added new ID to first line of header and changed use of formatval

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 09:43:02 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -0 lines
Diff to previous 2.4
minor compiler warning fixes

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 21:13:13 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.3: +10 -0 lines
Diff to previous 2.3
added setmode(fd,O_BINARY) where needed for MSDOS

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 12:08:44 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.2: +26 -3 lines
Diff to previous 2.2
added header and magic number to ambient value file

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 16:17:42 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.1: +2 -2 lines
Diff to previous 2.1
made ambient files portable between machines

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 14:24:34 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
fixed small bug

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 10:04:27 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.3: +20 -9 lines
Diff to previous 1.3
created ambient.h and ambcomp.c files

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 10:09:50 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.2: +5 -7 lines
Diff to previous 1.2
changed size of AMBVAL structure

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 00:00:13 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
improved portability and speed of bcopy()

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:25 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

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