ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/colortab.c
Revision 2.9 - (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
Changes since 2.8: +8 -6 lines
Diff to previous 2.8
Continued ANSIfication. There are only bits and pieces left now.

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

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.6: +5 -5 lines
Diff to previous 2.6
Changed (char *) casts for memory copies to (void *) and other fixes

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

Revision 2.5 - (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.4: +69 -10 lines
Diff to previous 2.4
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.4 - (view) (download) (annotate) - [select for diffs]
Wed May 5 10:18:47 1993 UTC (30 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +1 -1 lines
Diff to previous 2.3
changed int to long in split() (16-bit bug fix)

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 12:37:21 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.2: +3 -1 lines
Diff to previous 2.2
portability fixes (removed gcc warnings)

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 12:13:48 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +4 -5 lines
Diff to previous 2.1
removed redundant (and sometimes conflicting) math declarations

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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 17:16:58 1990 UTC (33 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
minor fixes to gamma correction

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 12:43:07 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
added missing declaration of errmsg

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 10:08:33 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.12: +10 -0 lines
Diff to previous 1.12
added map_color function

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 09:14:52 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
added debugging statements

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

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 16:00:00 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.9: +21 -23 lines
Diff to previous 1.9
got rid of pointer nonsense that was confusing optimizer

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 13:43:26 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Changed histogram type to short to save space.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 12 11:32:09 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.7: +19 -10 lines
Diff to previous 1.7
Dynamic allocation to eliminate cap on color table size.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Oct 12 11:12:48 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.6: +9 -12 lines
Diff to previous 1.6
Changed tree arrangement (for the hell of it).

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 09:23:38 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
Changed new_ctab() error handling

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 16:15:52 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Increased allowed color error before table update.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 14:06:58 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.3: +21 -16 lines
Diff to previous 1.3
Changed calling conventions slightly and added custom color map.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 11:10:10 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.2: +75 -50 lines
Diff to previous 1.2
Improved color table allocation, second cut.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 17:12:42 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
New adaptive color allocation scheme for rview

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 14:10:19 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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