ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_qtree.c
Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 20:33:02 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 3.25: +9 -9 lines
Diff to previous 3.25 , to selected 3.16
Modernized tone-mapping routines with structure pointer r.t. stack

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.24: +48 -27 lines
Diff to previous 3.24 , to selected 3.16
Ansification and prototypes.

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:18 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.23: +3 -2 lines
Diff to previous 3.23 , to selected 3.16
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

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

Revision 3.22 - (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.21: +5 -5 lines
Diff to previous 3.21 , to selected 3.16
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:33 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.20: +1 -1 lines
Diff to previous 3.20 , to selected 3.16
Added (void *) cast to realloc calls

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 05:49:21 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.19: +7 -6 lines
Diff to previous 3.19 , to selected 3.16
Moved dircode.c and fixed prototype compiles in hd directory

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.18: +3 -6 lines
Diff to previous 3.18 , to selected 3.16
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.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 10 18:39:46 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +8 -5 lines
Diff to previous 3.17 , to selected 3.16
changed dev_value() interface so NULL is passed for infinite points

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 13:00:15 1998 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.16: +8 -2 lines
Diff to previous 3.16
increased interactive update rate with periodic display flushing

Revision 3.16 - (view) (download) (annotate) - [selected]
Wed Dec 31 09:06:54 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.15: +13 -10 lines
Diff to previous 3.15
hack so dev_value() doesn't drop leaves in immediate mode

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 17:08:37 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.14: +56 -25 lines
Diff to previous 3.14 , to selected 3.16
allow unused leaves to fall into free list for greater efficiency

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 17:31:45 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.13: +6 -18 lines
Diff to previous 3.13 , to selected 3.16
consolidated newleaf() with dev_value()

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 10:50:49 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.12: +0 -90 lines
Diff to previous 3.12 , to selected 3.16
moved direction encoding routines to dircode.c

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 16:22:49 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.11: +15 -12 lines
Diff to previous 3.11 , to selected 3.16
changed logic so rays just off view are still saved

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 15:40:54 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +82 -54 lines
Diff to previous 3.10 , to selected 3.16
change to better, faster angle-difference computation

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 09:40:05 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +103 -14 lines
Diff to previous 3.9 , to selected 3.16
added code for determining closest ray direction in addleaf()

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 16:52:04 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.8: +1 -109 lines
Diff to previous 3.8 , to selected 3.16
moved routines specific to rectangle update to rhd_qtree2r.c

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 14:24:39 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.7: +5 -6 lines
Diff to previous 3.7 , to selected 3.16
improved tree update in update()

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 11:15:20 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.6: +12 -42 lines
Diff to previous 3.6 , to selected 3.16
changed redraw function to simply mark branches and leaves for update

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 15:16:10 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.5: +8 -3 lines
Diff to previous 3.5 , to selected 3.16
moved LFREEPCT to rhd_qtree.c and changed from 15% to 25%
fixed bug in trunk flag settings in qtFreeTree()
fixed bug in tone remapping routine

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 13:35:57 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +152 -111 lines
Diff to previous 3.4 , to selected 3.16
changed definition of global leaf pile to make tone mapping work better

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 09:52:06 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +18 -10 lines
Diff to previous 3.3 , to selected 3.16
fixed bug in newleaf()

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 18:03:43 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +42 -6 lines
Diff to previous 3.2 , to selected 3.16
added qtFindLeaf() and made qtFreeTree() global (dunno why yet)

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 11:38:26 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.1: +12 -15 lines
Diff to previous 3.1 , to selected 3.16
changed routine name and made it so shaketree() doesn't affect flags

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 18:01:03 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Diff to selected 3.16
Initial revision

Convenience Links

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