ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhdriver.h
Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Fri May 20 02:06:39 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0, rad5R1, rad5R2, rad5R3, rad5R4
Changes since 3.25: +3 -3 lines
Diff to previous 3.25 , to selected 3.6
Changed every instance of BYTE to uby8 to avoid conflicts

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 17:52:04 2006 UTC (17 years, 9 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R8, rad3R9, rad4R0
Changes since 3.24: +2 -2 lines
Diff to previous 3.24 , to selected 3.6
Eliminated some compiler warnings.

Revision 3.24 - (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, rad3R7P1, rad3R7P2
Changes since 3.23: +16 -2 lines
Diff to previous 3.23 , to selected 3.6
Ansification and prototypes.

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

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: +2 -2 lines
Diff to previous 3.21 , to selected 3.6
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:25 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.20: +1 -4 lines
Diff to previous 3.20 , to selected 3.6
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.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 10:29:23 1999 UTC (25 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 3.19: +2 -2 lines
Diff to previous 3.19 , to selected 3.6
created rhpict program and viewbeams.c module to replace rhdisp3.c

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 20:39:31 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +17 -12 lines
Diff to previous 3.18 , to selected 3.6
added new "portals" variable for multiple section geometry

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:56:10 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +19 -0 lines
Diff to previous 3.17 , to selected 3.6
created new ogl driver with direct geometry rendering

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 10:45:55 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +18 -13 lines
Diff to previous 3.16 , to selected 3.6
created "frame" command to focus calculation

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 17:43:08 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.15: +4 -2 lines
Diff to previous 3.15 , to selected 3.6
added odev.inpready member and periodic input checking to rhdisp

Revision 3.15 - (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.14: +4 -3 lines
Diff to previous 3.14 , to selected 3.6
changed dev_value() interface so NULL is passed for infinite points

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 15:44:07 1998 UTC (25 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 3.13: +13 -1 lines
Diff to previous 3.13 , to selected 3.6
added dev_auxcom() for auxiliary command handling

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Thu May 14 13:06:32 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.12: +22 -8 lines
Diff to previous 3.12 , to selected 3.6
added multiple device view capability

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 05:26:20 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.11: +7 -0 lines
Diff to previous 3.11 , to selected 3.6
created dev_clear() routine to clear device ray cache

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:06:54 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +4 -1 lines
Diff to previous 3.10 , to selected 3.6
hack so dev_value() doesn't drop leaves in immediate mode

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 09:45:48 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +1 -1 lines
Diff to previous 3.9 , to selected 3.6
fixed wrong character command

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 11:13:16 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +8 -5 lines
Diff to previous 3.8 , to selected 3.6
implemented kill, clobber and restart commands

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 16:45:59 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.7: +21 -10 lines
Diff to previous 3.7 , to selected 3.6
normalized commands between driver and standard input

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 09:34:51 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.6: +6 -2 lines
Diff to previous 3.6
added DEV_LASTVIEW return flag for dev_input()
added comment about dev_view() new behavior

Revision 3.6 - (view) (download) (annotate) - [selected]
Mon Dec 8 18:51:15 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.5: +1 -0 lines
Diff to previous 3.5
added command reading from server's stdin

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 10:54:23 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.4: +2 -1 lines
Diff to previous 3.4 , to selected 3.6
added direction vector to dev_value() call

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 16:10:18 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +4 -3 lines
Diff to previous 3.3 , to selected 3.6
added server-driven redraw function to replace display quadtree

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 15:11:43 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +1 -0 lines
Diff to previous 3.2 , to selected 3.6
stopped pause function from resuming upon iconification and
interfering with full view updates

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 18:06:16 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.1: +1 -0 lines
Diff to previous 3.1 , to selected 3.6
added pause function

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.6
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