ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_ogl.c
Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 18:55:50 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.24: +2 -1 lines
Diff to previous 3.24 , to selected 3.16
Moved paths.h out of rtio.h and included it manually where R_OK was needed

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
Changes since 3.23: +127 -80 lines
Diff to previous 3.23 , to selected 3.16
Ansification and prototypes.

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 18:33:05 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.22: +4 -2 lines
Diff to previous 3.22 , to selected 3.16
Improved rholo -o ogl interaction under Mac OS X

Revision 3.22 - (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.21: +5 -5 lines
Diff to previous 3.21 , to selected 3.16
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Mon May 19 16:32:18 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.20: +0 -1 lines
Diff to previous 3.20 , to selected 3.16
Eliminated unnecessary and problematic external function declarations

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 14 16:56:19 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.19: +1 -1 lines
Diff to previous 3.19 , to selected 3.16
Fixed interaction delay timing (supposed to be 50ms -- was 5ms)

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
CVS Tags: rad3R5
Changes since 3.18: +18 -8 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 Jul 19 20:15:16 1999 UTC (24 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +2 -2 lines
Diff to previous 3.17 , to selected 3.16
changed fore/aft clipping limit

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 16:30:22 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +1 -1 lines
Diff to previous 3.16
eliminated unnecessary argument to setglpersp()

Revision 3.16 - (view) (download) (annotate) - [selected]
Mon Mar 8 17:31:49 1999 UTC (25 years ago) by gwlarson
Branch: MAIN
Changes since 3.15: +0 -1 lines
Diff to previous 3.15
removed unnecessary inclusion of sys/types.h

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Tue Jan 5 18:16:17 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.14: +10 -7 lines
Diff to previous 3.14 , to selected 3.16
made VIEWDIST, MINWIDTH and BORWIDTH command-line definable

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Sun Jan 3 13:40:25 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.13: +6 -6 lines
Diff to previous 3.13 , to selected 3.16
fixed bug in stereo view computation after window resize

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 1 10:41:28 1999 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.12: +2 -2 lines
Diff to previous 3.12 , to selected 3.16
fixed aft clipping plane problem

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 13:24:36 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.11: +12 -6 lines
Diff to previous 3.11 , to selected 3.16
fixed redrawing of local objects in OpenGL driver

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 30 17:13:20 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.10: +9 -17 lines
Diff to previous 3.10 , to selected 3.16
fixed redraw when window is remapped
increased number of samples allocated
turned off incremental updates by default (RAYQLEN)

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 23 17:43:42 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.9: +34 -14 lines
Diff to previous 3.9 , to selected 3.16
numerous bug fixes for stereo and object-drawing drivers

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 22 12:59:17 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.8: +20 -56 lines
Diff to previous 3.8 , to selected 3.16
changed portal code to write and read back buffer

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 22 10:18:44 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.7: +22 -16 lines
Diff to previous 3.7 , to selected 3.16
improved portal code

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 22 09:40:32 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.6: +46 -34 lines
Diff to previous 3.6 , to selected 3.16
simplified view conditions with viewflags variable

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 21 19:17:28 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.5: +40 -34 lines
Diff to previous 3.5 , to selected 3.16
switched to double-buffered display

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Mon Dec 21 15:31:49 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.4: +6 -9 lines
Diff to previous 3.4 , to selected 3.16
replaced error calls with CHECK in some places

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 21 15:10:13 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.3: +5 -9 lines
Diff to previous 3.3 , to selected 3.16
fixed problem with initial drawing

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 21 11:42:38 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.2: +62 -29 lines
Diff to previous 3.2 , to selected 3.16
got portals working with or without alpha buffer

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 20:36:48 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.1: +82 -33 lines
Diff to previous 3.1 , to selected 3.16
added port drawing into alpha buffer mask
changed tone remapping call

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:55:19 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Diff to selected 3.16
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