|
|
|
@10473
|
[10473]
|
4 years |
robert |
Quitened down debug info.
|
|
|
|
@10421
|
[10421]
|
4 years |
robert |
Fixed warning
|
|
|
|
@10415
|
[10415]
|
4 years |
robert |
From Mathias Froehlich, "We are currently getting issues with locale …
|
|
|
|
@10407
|
[10407]
|
4 years |
robert |
From Ulrich Hertlein, "please find attached some typo fixes in …
|
|
|
|
@10176
|
[10176]
|
4 years |
robert |
Commented out debug messages
|
|
|
|
@10174
|
[10174]
|
4 years |
robert |
Moved Registry::ReadFileCallback? + WriteFileCallback?, and …
|
|
|
|
@10171
|
[10171]
|
4 years |
robert |
Refactored the Registry::ReadFileCallback?, WriteFileCallback? and …
|
|
|
|
@10054
|
[10054]
|
4 years |
robert |
Fixed handling of case of no graphics contexts being assigned
|
|
|
|
@9736
|
[9736]
|
4 years |
robert |
Fixed to DatabasePager::getRequestsInProgress(), merged from:
svn merge …
|
|
|
|
@9630
|
[9630]
|
4 years |
robert |
Warnings fixes for VS.
|
|
|
|
@9546
|
[9546]
|
4 years |
robert |
From Rick Appleton, "In DatabasePager?.cpp I believe there's a copy-paste …
|
|
|
|
@9533
|
[9533]
|
4 years |
robert |
Upped notification level of timing stats
|
|
|
|
@9475
|
[9475]
|
4 years |
robert |
From Andy Skinner, fixes for Solaris build
|
|
|
|
@9460
|
[9460]
|
4 years |
robert |
Fixed warnings
|
|
|
|
@9387
|
[9387]
|
4 years |
robert |
Improved the effectiveness of the new max target number PageLOD's
|
|
|
|
@9384
|
[9384]
|
4 years |
robert |
Fixed inactive PagedLOD removal code
|
|
|
|
@9377
|
[9377]
|
4 years |
robert |
Introduce NodeVisitor::className and libraryName()
|
|
|
|
@9352
|
[9352]
|
4 years |
robert |
Reduced the default number _targetMaximumNumberOfPageLOD to 300 to keep …
|
|
|
|
@9349
|
[9349]
|
4 years |
robert |
Made the folowing changes to make the DatabasePager? more restrained in its …
|
|
|
|
@9343
|
[9343]
|
4 years |
robert |
Where possible moved redundent C header includes from headers to source …
|
|
|
|
@9257
|
[9257]
|
4 years |
robert |
Added DatabasePager::getRequestsInProgress() that return true if there are …
|
|
|
|
@9068
|
[9068]
|
5 years |
robert |
Added --help-env docs for OSG_MAX_PAGEDLOD
|
|
|
|
@9062
|
[9062]
|
5 years |
robert |
Various warning fixes
|
|
|
|
@9055
|
[9055]
|
5 years |
robert |
Improved the support for no pre compile, and configuring the number of …
|
|
|
|
@9048
|
[9048]
|
5 years |
robert |
Changed timing stats to osg::INFO level
|
|
|
|
@9046
|
[9046]
|
5 years |
robert |
Introduced new method of management the number of PagedLOD active, by …
|
|
|
|
@9038
|
[9038]
|
5 years |
robert |
Introduce osgDB::FileCache?, and updated osgfilecache and DatabasePager? to …
|
|
|
|
@8995
|
[8995]
|
5 years |
robert |
From Mathias Froehlich, build fixes
|
|
|
|
@8994
|
[8994]
|
5 years |
robert |
Added the ability to release OpenGL objects in PagedLOD subgrphs that are …
|
|
|
|
@8944
|
[8944]
|
5 years |
robert |
From Lionel Lagarde, "Here is a correction on …
|
|
|
|
@8766
|
[8766]
|
5 years |
robert |
From Maceij Krol, "I have implement frame based expiration of PagedLOD …
|
|
|
|
@8633
|
[8633]
|
5 years |
robert |
First cut of osgDB::ImagePager? for updating osg::ImageSequence?
|
|
|
|
@8543
|
[8543]
|
5 years |
robert |
Added KdTreeBuilder? calls into FindCompileableGLObjectsVisitor, and an …
|
|
|
|
@8541
|
[8541]
|
5 years |
robert |
Changed the DatabasePager? so that it bypasses the Registry::readNode() …
|
|
|
|
@8511
|
[8511]
|
5 years |
robert |
Changed back to use an std::vector<> rather than a std::list for …
|
|
|
|
@8510
|
[8510]
|
5 years |
robert |
Refactored the sort of the requestQueue so that there is single code path …
|
|
|
|
@8434
|
[8434]
|
5 years |
robert |
Refactored the management of the request queues so that the appropraite …
|
|
|
|
@8403
|
[8403]
|
5 years |
robert |
Added missing updateBlock()
|
|
|
|
@8387
|
[8387]
|
5 years |
robert |
Fixed cirular reference in DatabaseRequest?
|
|
|
|
@8328
|
[8328]
|
5 years |
robert |
Reorginaized the DatabaseQueue?'s to avoid warnings under Windows
|
|
|
|
@8327
|
[8327]
|
5 years |
robert |
Fixed warning by adding in missing return
|
|
|
|
@8325
|
[8325]
|
5 years |
robert |
Refactored DatabasePager? and related classes to introduce support for …
|
|
|
|
@8322
|
[8322]
|
5 years |
robert |
Introduced preliminary support for asynchronous file read requests,
…
|
|
|
|
@8007
|
[8007]
|
5 years |
robert |
Rewrote the DatabasePager::removeExpiredSubgraphs(double) routine as it …
|
|
|
|
@7998
|
[7998]
|
5 years |
robert |
Introduce TerrainSystem? node which decorates a complete terrain model made …
|
|
|
|
@7894
|
[7894]
|
5 years |
robert |
Added OSG_EXPIRY_DELAY env var option.
|
|
|
|
@7822
|
[7822]
|
5 years |
robert |
Fixed debugged code path and set the minimum number of display lists to …
|
|
|
|
@7817
|
[7817]
|
5 years |
robert |
Added debugging messages to help monitor expiry of inactive children. …
|
|
|
|
@7679
|
[7679]
|
5 years |
robert |
From Serge Lages, introduce readRef*File() methods which pass back …
|
|
|
|
@7676
|
[7676]
|
5 years |
robert |
Added std:: infront of sort call
|
|
|
|
@7674
|
[7674]
|
5 years |
robert |
Added std:: in front of find enties
|
|
|
|
@7662
|
[7662]
|
5 years |
robert |
From Tim More, "This submission tries to optimize redundant compilation of …
|
|
|
|
@7648
|
[7648]
|
5 years |
robert |
From Roland Smeenk, "Attached you will find a large set of small typo …
|
|
|
|
@7616
|
[7616]
|
5 years |
robert |
From Paul Martz, minor typo fixes in notify messages
|
|
|
|
@7612
|
[7612]
|
5 years |
robert |
From Serge Lages, "Here are some modifications to the DatabasePager?, with …
|
|
|
|
@7287
|
[7287]
|
6 years |
robert |
Added support for setting DatabasePager? thread priority via …
|
|
|
|
@7286
|
[7286]
|
6 years |
robert |
Cleaned up the thread priority management in DatabasePager? and …
|
|
|
|
@7205
|
[7205]
|
6 years |
robert |
Added new statc prototype() and create() methods to CullVisitor? and …
|
|
|
|
@7118
|
[7118]
|
6 years |
robert |
Introduce GraphicsOperation? subclass from osg::Operation, and …
|
|
|
|
@7108
|
[7108]
|
6 years |
robert |
Renamed include/osg/OperationsThread to OperationThread?.
Created a new …
|
|
|
|
@7074
|
[7074]
|
6 years |
robert |
Added include/osg/GLObjects + .cpp which provide …
|
|
|
|
@7038
|
[7038]
|
6 years |
robert |
From Paul Melis, "Here is a list of fixes to misspelled APIs. …
|
|
|
|
@7017
|
[7017]
|
6 years |
robert |
Added ability to compile OpenGL objects via pbuffers in the …
|
|
|
|
@6267
|
[6267]
|
6 years |
robert |
Moved Block, ReentrantMutex? and ReadWriteMutex? into OpenThreads?.
|
|
|
|
@5874
|
[5874]
|
6 years |
robert |
Improved the robustness of thread start and cancellation
|
|
|
|
@5795
|
[5795]
|
6 years |
robert |
From Bryan Thrall, "Currently, the DatabasePager? always loads requested …
|
|
|
|
@5708
|
[5708]
|
7 years |
robert |
Further migration to using RenderInfo?
|
|
|
|
@5391
|
[5391]
|
7 years |
robert |
Added if search for the current databaseRequest in the _fileRequestList to …
|
|
|
|
@4970
|
[4970]
|
7 years |
robert |
Improved the env var reporting to avoid the overlong lines.
|
|
|
|
@4953
|
[4953]
|
7 years |
robert |
Standardised compile code to use _maximumNumOfObjectsToCompilePerFrame.
|
|
|
|
@4824
|
[4824]
|
7 years |
robert |
Added DatabasePager::s/getDrawablePolicy() to allow the way that the …
|
|
|
|
@4476
|
[4476]
|
8 years |
robert |
From Norman Vine, fixed small typo.
|
|
|
|
@4442
|
[4442]
|
8 years |
robert |
Various updates to support the new GraphicsThread? class.
|
|
|
|
@4372
|
[4372]
|
8 years |
robert |
Tweaks for better OSX paging support, 6 and 9 keys for control drive …
|
|
|
|
@4308
|
[4308]
|
8 years |
robert |
Added ability to toggle on/off the pre compile of OpenGL objects in …
|
|
|
|
@4307
|
[4307]
|
8 years |
robert |
Added support for reading:
OSG_MINIMUM_COMPILE_TIME_PER_FRAME …
|
|
|
|
@4289
|
[4289]
|
8 years |
robert |
Added check for an empty compile lists.
|
|
|
|
@4090
|
[4090]
|
8 years |
robert |
Added THREAD_ infront of PRIORITY_MIN settings to reflect changes to …
|
|
|
|
@3999
|
[3999]
|
8 years |
robert |
Added #include <algorithm>
|
|
|
|
@3915
|
[3915]
|
8 years |
robert |
Added extra controls into osgDB::DatabasePager? for customizing how
much …
|
|
|
|
@3678
|
[3678]
|
9 years |
robert |
Removed notify from destructor wait for cancel loop.
|
|
|
|
@3652
|
[3652]
|
9 years |
robert |
Made a few of the public methods virtual, and moved more of the …
|
|
|
|
@3439
|
[3439]
|
9 years |
robert |
Added a mutex and _numFramesActive count to track multiview usages of
the …
|
|
|
|
@3434
|
[3434]
|
9 years |
robert |
Changed the pruning of database requests so that the frame number need
not …
|
|
|
|
@3427
|
[3427]
|
9 years |
robert |
Clean up of new DatabasePager? code, and change of osgProducer so …
|
|
|
|
@3425
|
[3425]
|
9 years |
robert |
Updates for better DatabasePager? peformance w.r.t constant frame rates.
|
|
|
|
@3424
|
[3424]
|
9 years |
robert |
Added a extra debugging comment
|
|
|
|
@3423
|
[3423]
|
9 years |
robert |
Updated to DatabasePager? support
|
|
|
|
@3422
|
[3422]
|
9 years |
robert |
Various improvements to database paing.
|
|
|
|
@3419
|
[3419]
|
9 years |
robert |
Added clear(), setDatabasePagerThreadPause() and …
|
|
|
|
@3416
|
[3416]
|
9 years |
robert |
Various improvements to the DatabasePager? with the aim to achieve
constant …
|
|
|
|
@3328
|
[3328]
|
9 years |
robert |
Removed eroneous cancel() and join() from the DatabasePager::run() method.
|
|
|
|
@3264
|
[3264]
|
9 years |
robert |
Changed the database pager run message to only output at an info level
|
|
|
|
@3171
|
[3171]
|
9 years |
robert |
Added preliminary support for thread safety in various delete GLobjects …
|
|
|
|
@3159
|
[3159]
|
9 years |
robert |
Added support for releasing GLObjects, and renamed DisplayListVisitor? …
|
|
|
|
@3146
|
[3146]
|
9 years |
robert |
Removed enabling of use client stage storage hint.
|
|
|
|
@3145
|
[3145]
|
9 years |
robert |
Added OPTIMIZER_TEXTURE_SETTINGS pass to Optimizer, which enables
unref …
|
|
|
|
@3143
|
[3143]
|
9 years |
robert |
Added unref image data on apply automatically to all textures being …
|
|
|
|
@3008
|
[3008]
|
9 years |
robert |
Added Vec2d, Vec3d and Vec4d classes, and remapped Vec2, Vec3 and Vec4 …
|
|
|
|
@2812
|
[2812]
|
9 years |
robert |
Moved the destructor block->release to after the cancel().
|
|
|
|