ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_glx.c
Revision 3.31 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 18:33:04 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.30: +3 -1 lines
Diff to previous 3.30 , to selected 3.1
Improved rholo -o ogl interaction under Mac OS X

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

Revision 3.29 - (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.28: +3 -6 lines
Diff to previous 3.28 , to selected 3.1
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.28 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 15:22:21 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 3.27: +57 -39 lines
Diff to previous 3.27 , to selected 3.1
Implemented sample quadtree in place of triangle quadtree
Made geometric predicates more robust
Added #define LORES which utilizes a single precision floating point
  sample array, the default is a double sample array
Added topology DEBUG commands (for DEBUG > 1)
Made code optimizations

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

Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 28 17:58:45 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.25: +3 -5 lines
Diff to previous 3.25 , to selected 3.1
New insertion routine
New Culling routine based on insertion algorithm
Adapted old insertion code: now used by picking
Point location code returns on-vertex,on-edge, or in-triangle
Added on_edge case for subdivision
implemented  unordered sets
Removed deletion from quadtree- added set compression to replace functionality

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:56:09 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.24: +12 -5 lines
Diff to previous 3.24 , to selected 3.1
created new ogl driver with direct geometry rendering

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 10:45:54 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.23: +58 -4 lines
Diff to previous 3.23 , to selected 3.1
created "frame" command to focus calculation

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 19:33:05 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.22: +19 -13 lines
Diff to previous 3.22 , to selected 3.1
improved grid drawing in stereo mode

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 18:11:17 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.21: +72 -67 lines
Diff to previous 3.21 , to selected 3.1
bug fixes and improved interactive drawing

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Fri Aug 21 11:38:21 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.20: +1 -1 lines
Diff to previous 3.20 , to selected 3.1
changed dobj_trace() to return name of intersected object
improved "show" lighting with front-directed light source
changed MINTHRESH and cosmetic fixes

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 09:32:52 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.19: +29 -30 lines
Diff to previous 3.19 , to selected 3.1
bug fix for window resizing

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 17:45:58 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +337 -225 lines
Diff to previous 3.18 , to selected 3.1
first attempt and Delaunay triangulation driver

Revision 3.18 - (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.17: +9 -1 lines
Diff to previous 3.17 , to selected 3.1
added dev_auxcom() for auxiliary command handling

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Thu May 14 13:06:33 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +12 -0 lines
Diff to previous 3.16 , to selected 3.1
added multiple device view capability

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 10:10:49 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.15: +2 -2 lines
Diff to previous 3.15 , to selected 3.1
increased number of vertices in cone approximations

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 13:07:57 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.14: +14 -5 lines
Diff to previous 3.14 , to selected 3.1
added check of DISPLAY_PRIMARIES environment variable

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

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 08:32:00 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.12: +1 -0 lines
Diff to previous 3.12 , to selected 3.1
delay update after ^L

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 16:28:44 1998 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.11: +3 -0 lines
Diff to previous 3.11 , to selected 3.1
added missing test for unmapped window in dev_cone()

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 14:48:46 1998 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +2 -2 lines
Diff to previous 3.10 , to selected 3.1
increased leaf allocation by 50%

Revision 3.10 - (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.9: +7 -2 lines
Diff to previous 3.9 , to selected 3.1
increased interactive update rate with periodic display flushing

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 16:59:46 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +2 -1 lines
Diff to previous 3.8 , to selected 3.1
changed depth epsilon and reduced leaf allocation

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 21:56:43 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.7: +8 -0 lines
Diff to previous 3.7 , to selected 3.1
added resetting of curzmax to ^R and ^L commands

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 16:50:03 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.6: +0 -1 lines
Diff to previous 3.6 , to selected 3.1
removed unnecessary call to glClear()

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 15:33:12 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.5: +2 -2 lines
Diff to previous 3.5 , to selected 3.1
fixed viewport resizing

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 14:46:21 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.4: +1 -1 lines
Diff to previous 3.4 , to selected 3.1
added conservative check for cone radius

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 14:12:37 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.3: +176 -493 lines
Diff to previous 3.3 , to selected 3.1
reverted to using quadtree for GLX driver

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 15:55:43 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.2: +26 -3 lines
Diff to previous 3.2 , to selected 3.1
added fast redraw for mouse-controlled movement

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 14:06:40 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.1: +227 -98 lines
Diff to previous 3.1
first fully working version

Revision 3.1 - (view) (download) (annotate) - [selected]
Tue Dec 23 18:31:00 1997 UTC (26 years, 3 months ago) by gregl
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