ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmapcolrs.c
Revision 3.30 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 21:11:04 2011 UTC (12 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.29: +2 -2 lines
Diff to previous 3.29
Minor compile fixes

Revision 3.29 - (view) (download) (annotate) - [select for diffs]
Fri May 20 02:06:38 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.28: +12 -12 lines
Diff to previous 3.28
Changed every instance of BYTE to uby8 to avoid conflicts

Revision 3.28 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 17:06:26 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.27: +23 -26 lines
Diff to previous 3.27
Improved accuracy of color for wide-gamut monitor spaces

Revision 3.27 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 18:10:40 2010 UTC (13 years, 3 months ago) by greg
Branch: MAIN
Changes since 3.26: +3 -3 lines
Diff to previous 3.26
Changed ordering of header inclusion to avoid compile issue

Revision 3.26 - (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.25: +2 -1 lines
Diff to previous 3.25
Eliminated redefinition of malloc(3)

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Wed May 31 19:27:42 2006 UTC (17 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9
Changes since 3.24: +1 -2 lines
Diff to previous 3.24
Removed forgotten debug statement

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Thu May 18 01:58:18 2006 UTC (17 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.23: +8 -7 lines
Diff to previous 3.23
Minor improvements to luminance accuracy

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Tue Nov 15 06:53:00 2005 UTC (18 years, 4 months ago) by greg
Branch: MAIN
Changes since 3.22: +2 -3 lines
Diff to previous 3.22
Added tmCvLuminance() call

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 04:25:01 2005 UTC (18 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.21: +7 -7 lines
Diff to previous 3.21
Minor fix to avoid generating black pixels at gamut extremes

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 20:15:54 2005 UTC (18 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.20: +44 -35 lines
Diff to previous 3.20
Eliminated TM_PIC_CTRANS macro and made color transforms work in integer

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 00:08:08 2005 UTC (19 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 3.19: +2 -2 lines
Diff to previous 3.19
Made it so tmLoadPicture() opens files as binary under Windows

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 22:05:30 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 3.18: +2 -2 lines
Diff to previous 3.18
Added client data pointer to tmSetSpace() call

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

Revision 3.17 - (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.16: +42 -35 lines
Diff to previous 3.16
Modernized tone-mapping routines with structure pointer r.t. stack

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 18:55:52 2004 UTC (19 years, 5 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6P1
Changes since 3.15: +3 -1 lines
Diff to previous 3.15
Compatibility fixes as suggested by Siegbert Debatin.

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 11:36:26 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6
Changes since 3.14: +9 -10 lines
Diff to previous 3.14
Fixed typing/prototype of getheader() and its callback.

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:01 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.13: +8 -8 lines
Diff to previous 3.13
Added grouping parens to reduce ambiguity warnings.

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
Changes since 3.12: +2 -2 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]
Fri Jun 20 00:25:49 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.11: +4 -4 lines
Diff to previous 3.11
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.11 - (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.10: +1 -56 lines
Diff to previous 3.10
Replaced inline copyright notice with #include "copyright.h"

Revision 3.10 - (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.9: +83 -21 lines
Diff to previous 3.9
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.9 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 09:26:03 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.8: +18 -14 lines
Diff to previous 3.8
made pcond calling optional

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 09:32:54 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.7: +4 -2 lines
Diff to previous 3.7
fixed tone mapping for TM_F_BW back the way it was in 3.4

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 09:16:53 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.6: +4 -3 lines
Diff to previous 3.6
changed getheader() to listen to return value of passed function

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 13:53:19 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.5: +18 -12 lines
Diff to previous 3.5
minor fixes

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 16:31:02 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.4: +2 -4 lines
Diff to previous 3.4
minor adjustment in tmCvColrs() when TM_F_BW is set

Revision 3.4 - (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.3: +3 -3 lines
Diff to previous 3.3
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.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 13:59:46 1997 UTC (26 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.2: +71 -12 lines
Diff to previous 3.2
added notion of conversion packages with private data

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 20:28:05 1997 UTC (26 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.1: +8 -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:02 1997 UTC (26 years, 11 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