[svn] / trunk / src / examples / eqPly / plyFileIO.cpp Repository:
ViewVC logotype

Log of /trunk/src/examples/eqPly/plyFileIO.cpp

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1008 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 11 08:23:04 2007 UTC (3 months ago) by eile
File length: 15326 byte(s)
Diff to previous 956
Minor code cleanups
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation

Revision 956 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 28 09:03:57 2007 UTC (3 months, 2 weeks ago) by eile
File length: 14634 byte(s)
Diff to previous 861
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Description: Fix compile warning on Ubuntu 6.10

Revision 861 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 14:28:34 2007 UTC (4 months ago) by eile
File length: 14633 byte(s)
Diff to previous 860
[x] Bugfix
[x] New Feature
[x] Cleanup
[ ] Documentation
[ ] Breaks existing applications
Description:
- Add new datatypes encountered in some files to ply loader
- remove dead code from ply loader
- Fix another uninitialized variable in ply loader

Revision 860 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 13:06:17 2007 UTC (4 months ago) by eile
File length: 14579 byte(s)
Diff to previous 750
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Documentation
[ ] Breaks existing applications
Description: Use of deallocated strings in plyFileIO

Revision 750 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 14:54:30 2007 UTC (5 months, 2 weeks ago) by eile
File length: 14581 byte(s)
Diff to previous 749
Fix eqPly file loading and saving on Win32, Fix C&P bug in stencil buffer request during window creation

Revision 749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 10:51:44 2007 UTC (5 months, 2 weeks ago) by eile
File length: 14411 byte(s)
Diff to previous 744
Convert windows to unix line endings

Revision 744 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 17:19:17 2007 UTC (5 months, 2 weeks ago) by eile
File length: 14433 byte(s)
Diff to previous 743
Fix Darwin build

Revision 743 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 14:53:22 2007 UTC (5 months, 2 weeks ago) by eile
File length: 14427 byte(s)
Diff to previous 608
First step towards Win32 support: Windows VS2005 project files, Windows XP porting w/ event handling, running eqPly with exit crashes, virtually no testing.

Revision 608 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 30 12:30:49 2006 UTC (7 months, 1 week ago) by eile
File length: 16962 byte(s)
Diff to previous 589
Some performance tweaking: socket parameters, eqPly rendering, hactar binary swap config

Revision 589 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 13:18:06 2006 UTC (7 months, 1 week ago) by eile
File length: 17064 byte(s)
Diff to previous 566
Minor eqPly tweaks

Revision 566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 13:26:32 2006 UTC (7 months, 2 weeks ago) by eile
File length: 16960 byte(s)
Diff to previous 563
implement display list usage in eqPly

Revision 563 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 09:16:19 2006 UTC (7 months, 2 weeks ago) by eile
File length: 16984 byte(s)
Diff to previous 385
more compound assembly work

Revision 385 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 21 18:03:33 2006 UTC (11 months, 2 weeks ago) by eile
File length: 16991 byte(s)
Diff to previous 299
Fix serious bug/race in barrier, add barrier optimisation, set window name during window creation, fix debug output during ply parse

Revision 299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 6 09:03:56 2006 UTC (13 months ago) by eile
File length: 16958 byte(s)
Diff to previous 241
complete channel viewport and pvp initialisation, correct vp and pvp computation during frame update for non-fullscreen channels, apply scissor for channels, add default ssh launch command, loader support for channel viewports, rename flip example, add 3-channel cave simulation config, add eqPly README, cleanup eqPly main app code

Revision 241 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 20 14:03:03 2006 UTC (14 months, 3 weeks ago) by eile
Original Path: trunk/src/examples/flip/plyFileIO.cpp
File length: 16958 byte(s)
Diff to previous 240
fix old nasty munmap bug in plyModel, rename begin/endFrame, draft frame data api

Revision 240 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 18 12:51:57 2006 UTC (14 months, 3 weeks ago) by eile
Original Path: trunk/src/examples/flip/plyFileIO.cpp
File length: 16962 byte(s)
Diff to previous 237
first "good" ply rendering: setup gl state properly and fix ply loader

Revision 237 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 13 13:39:12 2006 UTC (14 months, 4 weeks ago) by eile
Original Path: trunk/src/examples/flip/plyFileIO.cpp
File length: 16942 byte(s)
Diff to previous 230
taming getopt(), fix a bug in ply file io, some cleanup

Revision 230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 6 15:20:36 2006 UTC (15 months ago) by eile
Original Path: trunk/src/examples/flip/plyFileIO.cpp
File length: 16940 byte(s)
Diff to previous 229
some flip/ply improvements

Revision 229 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Apr 6 13:59:20 2006 UTC (15 months ago) by eile
Original Path: trunk/src/examples/flip/plyFileIO.cpp
File length: 16837 byte(s)
start to extend flip to load ply models, refactoring of the init and exit process to be more robust

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to Equalizer website
ViewVC Help
Powered by ViewVC 1.0.3