ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/context.c
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:02 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 1.27: +12 -12 lines
Diff to previous 1.27
Added grouping parens to reduce ambiguity warnings.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 20:11:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 1.26: +1 -4 lines
Diff to previous 1.26
Updates for 3.5 release

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 09:41:37 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25
added stdlib.h for better reliability on some systems

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 16:45:51 1997 UTC (26 years, 6 months ago) by gregl
Branch: MAIN
Changes since 1.24: +10 -6 lines
Diff to previous 1.24
Added client data pointers to context structures (vertex, color, material).

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 11:38:52 1997 UTC (27 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.23: +7 -6 lines
Diff to previous 1.23
allow negative weights in cmix entity

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 16:44:12 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
allow negative values for spectral components

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed May 10 17:46:09 1995 UTC (28 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.21: +6 -0 lines
Diff to previous 1.21
added check for illegal names and identifiers

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 12:11:26 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 1.20: +11 -0 lines
Diff to previous 1.20
added material index of refraction

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 17:16:33 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 1.19: +9 -5 lines
Diff to previous 1.19
improved box filtering of detailed spectra in setspectrum()

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 13:00:34 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.18: +57 -15 lines
Diff to previous 1.18
added conversion from (x,y) chromaticities to spectral color

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 14:53:20 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.17: +54 -9 lines
Diff to previous 1.17
added cct entity

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 16:50:08 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.16: +42 -19 lines
Diff to previous 1.16
fixed context handlers for spectral power distribution data

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 16:04:19 1994 UTC (29 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.15: +20 -7 lines
Diff to previous 1.15
corrected problems with cmix function (I think -- needs checking!)

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 12:50:24 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14
added clearing of current names to c_clearall()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 17:27:58 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.13: +6 -3 lines
Diff to previous 1.13
bug fix in setting of current names

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 18:06:56 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.12: +14 -0 lines
Diff to previous 1.12
added "sides" entity for one- vs. two-sided surfaces

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 10:18:38 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.11: +9 -12 lines
Diff to previous 1.11
changed context names from struct members to extern variables

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 11:07:36 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.10: +12 -0 lines
Diff to previous 1.10
added c_getmaterial() call

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 19:31:14 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.9: +16 -13 lines
Diff to previous 1.9
fixed bugs made worse by last change

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 16:33:14 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.8: +34 -27 lines
Diff to previous 1.8
bug fixes and enhancements

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 11:55:45 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.7: +14 -2 lines
Diff to previous 1.7
added name and clock members to C_COLOR and C_VERTEX structures

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 09:48:01 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.6: +12 -0 lines
Diff to previous 1.6
minor fixes and enhancements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 17:15:47 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
minor bug fix

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 16:28:15 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.4: +189 -0 lines
Diff to previous 1.4
added cspec and cmix entities

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 09:32:49 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3
added prism entity and minor changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 07:48:39 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.2: +6 -15 lines
Diff to previous 1.2
improved table lookup routines with new delete function

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 15:33:44 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.1: +8 -0 lines
Diff to previous 1.1
various enhancements and fixes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 14:45:43 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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