ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmprivat.h
Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 20:48:08 2009 UTC (15 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 3.18: +1 -5 lines
Diff to previous 3.18
Eliminated redefinition of malloc(3)

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 20:23:51 2009 UTC (15 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.17: +3 -1 lines
Diff to previous 3.17
Made tmNewMap() available to private callers

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 03:35:10 2008 UTC (15 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.16: +2 -1 lines
Diff to previous 3.16
Another cosmetic improvement similar to last

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 03:30:21 2008 UTC (15 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.15: +3 -1 lines
Diff to previous 3.15
Cosmetic simplification to history array access

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 21:41:06 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8, rad3R9
Changes since 3.14: +2 -2 lines
Diff to previous 3.14
Moved error codes inside passed TMstruct

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 20:33:02 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 3.13: +3 -4 lines
Diff to previous 3.13
Modernized tone-mapping routines with structure pointer r.t. stack

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 09:21:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.12: +3 -3 lines
Diff to previous 3.12
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

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

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 04:56:54 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.10: +1 -2 lines
Diff to previous 3.10
Added tone-mapping support for 16-bit/sample int and IEEE float TIFF images

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

Revision 3.9 - (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.8: +5 -8 lines
Diff to previous 3.8
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:38:47 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.7: +9 -5 lines
Diff to previous 3.7
*** empty log message ***

Revision 3.7 - (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 3.6: +2 -57 lines
Diff to previous 3.6
Replaced inline copyright notice with #include "copyright.h"

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.5: +77 -12 lines
Diff to previous 3.5
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.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 17:58:46 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.4: +3 -2 lines
Diff to previous 3.4
took "color.h" include out of tonemap.h and put in tmprivat.h
changed routines so zero-length arrays don't return error

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 13:59:51 1997 UTC (26 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.3: +5 -5 lines
Diff to previous 3.3
added notion of conversion packages with private data

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 19:09:33 1997 UTC (26 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.2: +6 -1 lines
Diff to previous 3.2
put back old defn's of BMESLOWER and BMESUPPER

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 20:28:09 1997 UTC (26 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.1: +10 -2 lines
Diff to previous 3.1
minor bug fixes and added tmDup()

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Tue Apr 15 16:53:05 1997 UTC (26 years, 11 months ago) by greg
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