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

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

Parent Directory Parent Directory


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

Revision 1147 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 16:39:21 2007 UTC (5 weeks, 2 days ago) by eile
File length: 4673 byte(s)
Diff to previous 1044
Cleanup namespace usage in eqPly
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation

Revision 1044 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 18 13:38:00 2007 UTC (2 months, 3 weeks ago) by eile
File length: 4651 byte(s)
Diff to previous 940
Create first version of OpenGL object manager and use it in eqPly
Add new config for L-shaped projection table (TAN Holobench)
Clean up drawableconfig
Put eqPly classes into own eqPly namespace (needed for Window)
Revert stencil buffer default to off
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation

Revision 940 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 20 16:31:19 2007 UTC (3 months, 3 weeks ago) by eile
File length: 4630 byte(s)
Diff to previous 783
[x] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Description: 
  Add support and example for resident render client processes. Refactor
  eqPly example to be able to run as resident render client (-c). Add
  loader support for TCPIP port.
  Win32 build untested.
  Bugfixes:
  - Fix GLX event thread exit memory leaks
  - Potential STL allocation problem on Win32 (Node::addConnectionDescription)
  - Add '--' before remote launched client args to un-confuse eqPly command
    line parser
  - Call Thread::exit when Thread::run returns

Revision 783 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 9 16:46:28 2007 UTC (4 months, 4 weeks ago) by eile
File length: 4580 byte(s)
Diff to previous 776
Cleanup eqPly: move tracker code to config, encapsulate command line parsing in config, add command line switch to ignore colors from ply file

Revision 776 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 7 14:09:34 2007 UTC (5 months ago) by eile
File length: 3573 byte(s)
Diff to previous 764
Cleanup distributed objects: remove auto instanciation, cleanup subscription semantics by introducing the pair register/deregisterObject, map/unmapObject, attach/detachObject

Revision 764 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 1 11:19:07 2007 UTC (5 months, 1 week ago) by eile
File length: 3812 byte(s)
Diff to previous 741
Win32 port:
o Fix window fullscreen hint
o Fix window decoration hint
o Fix window title
o remove TYPE_ from event type enums for better readability
o introduce window close event
o handle window closure with [x] title bar button

Revision 741 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 12:20:38 2007 UTC (5 months, 2 weeks ago) by eile
File length: 3723 byte(s)
Diff to previous 730
Rename Config::beginFrame to Config::startFrame for consistency with other pipe and window startFrame methods

Revision 730 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 15 08:03:18 2007 UTC (5 months, 3 weeks ago) by eile
File length: 3718 byte(s)
Diff to previous 573
Some code cleanup in eqPly

Revision 573 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 23 18:35:22 2006 UTC (7 months, 2 weeks ago) by eile
File length: 3125 byte(s)
Diff to previous 559
First (and so far only) working 2D/sort-first config: rename frame format to frame buffers and frame buffer to frame data for less ambiguity and OpenGL-like naming, implement 2D assemble operation and assembly state setup, atomic send of image data, related documentation and website updates

Revision 559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 19 14:05:36 2006 UTC (7 months, 3 weeks ago) by eile
File length: 3121 byte(s)
Diff to previous 532
Refactor packet reception and handling to handle big packets introduced by compound frame transmission, update documentation, rename packet handling functions for consistency with new command handling naming

Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 1 08:21:46 2006 UTC (8 months, 1 week ago) by eile
File length: 3115 byte(s)
Diff to previous 527
Update website to announce v0.1, merge release-1.0 changes back to trunk

Revision 527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 31 14:49:46 2006 UTC (8 months, 1 week ago) by eile
File length: 3111 byte(s)
Diff to previous 503
use new preRotate functions for mouse interaction

Revision 503 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 19 09:26:21 2006 UTC (8 months, 3 weeks ago) by eile
File length: 3099 byte(s)
Diff to previous 493
missing file for step2

Revision 493 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 16 10:04:28 2006 UTC (8 months, 3 weeks ago) by dustin82
File length: 3041 byte(s)
Diff to previous 431
Mouse-based exit, useful for fullscreen X11 windows

Revision 431 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 17 13:03:17 2006 UTC (10 months, 3 weeks ago) by dustin82
File length: 2746 byte(s)
Diff to previous 415
generic scaling, matrix multiplication

Revision 415 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 10 10:56:50 2006 UTC (11 months ago) by eile
File length: 2751 byte(s)
Diff to previous 401
move head matrix and eqPly init and frame data to use RefPtr's

Revision 401 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 4 09:50:33 2006 UTC (11 months ago) by dustin82
File length: 2779 byte(s)
Diff to previous 396
new matrix class

Revision 396 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 2 09:42:11 2006 UTC (11 months, 1 week ago) by dustin82
File length: 3532 byte(s)
Diff to previous 366
better rotation with rotation matrix

Revision 366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 12 12:29:48 2006 UTC (11 months, 4 weeks ago) by eile
File length: 2768 byte(s)
Diff to previous 338
eqPly: implement view reset

Revision 338 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 11:45:48 2006 UTC (12 months, 1 week ago) by eile
File length: 2577 byte(s)
Diff to previous 333
Working towards single-process SSI support: refactor eqs::Node to be an ordinary object using a eqNet::Node instead of being a eqNet::Node), implement eq::Node thread, subdir-related logging refinements, replace eqBase::Gate by a more generic monitor class, documentation of thread terminology, appNode loader support

Revision 333 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 29 15:41:35 2006 UTC (12 months, 1 week ago) by eile
File length: 2570 byte(s)
Diff to previous 332
Improve event system: add pointer button support, compute mouse deltas, add mouse interaction to eqPly

Revision 332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 29 12:30:05 2006 UTC (12 months, 1 week ago) by eile
File length: 736 byte(s)
Diff to previous 327
implement window system independent key code mapping

Revision 327 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 29 07:49:21 2006 UTC (12 months, 1 week ago) by eile
File length: 638 byte(s)
First usable event system for GLX. Added event selection for windows and event processing to glXEventThread. Added default implementation for Window::processEvent and Config::handleEvents. Added simple event handling in eqPly to be able to quit app. Simplified Session packet generation by automating session ID setting, other packet processing will be changed later accordingly.

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