Mercurial > hg > orthanc-stone
log Framework/Loaders/LoaderCache.h @ 999:2d69b8bee484
age | author | description |
---|---|---|
Mon, 26 Aug 2019 11:01:53 +0200 | Benjamin Golinvaux | Removed log in IsContextLost (too many calls) + removed glGetError guards on calls (expensive) + added shared_ptr ref count dump in LoaderCache (still needs to figure that one out) toa2019082601 |
Wed, 31 Jul 2019 10:24:09 +0200 | Benjamin Golinvaux | Added getters and notifications to allow clients of the loaders (DicomStructureSetLoader, OrthancSeriesVolumeProgressiveLoader and OrthancMultiframeVolumeLoader) to know when the loading is finished + added ability for SDL event loop to execute a callback repeatedly (used to check the view loading state) |
Wed, 24 Jul 2019 18:45:33 +0200 | Benjamin Golinvaux | Fixed LoaderCache |
Wed, 24 Jul 2019 14:27:06 +0200 | Benjamin Golinvaux | Added Loader cache. Not activated yet. |