- 10 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 04 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 03 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 29 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* each VisualizationProcessor manages its own FBO * instead of creating a whole new FBO each process(), the processors shall only create and attach textures to the FBO * the FramebufferActivationGuard offers automatic (de)activation and detachment of all textures SimpleRaycaster already uses the new concept, the rest still uses the legacy API
-
- 23 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 21 Aug, 2013 3 commits
-
-
Christian Schulte zu Berge authored
This reverts commit 240d7dab.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* added debug output to DataContainerInspector
-
- 19 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 23 Jul, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 22 Jul, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 17 Jul, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 11 Jul, 2013 2 commits
-
-
schultezub authored
fixed possible crash during image representation conversion disk->GL git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@515 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@513 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 28 May, 2013 1 commit
-
-
schultezub authored
* added slice marker rendering to SliceExtractor git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@497 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 14 May, 2013 1 commit
-
-
schultezub authored
further step to OpenGL 3.3 core compatibility in core and modules: Got rid of glPush/PopAttrib in processors, added asserts for correct OpenGL state after processor execution git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@493 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 12 May, 2013 1 commit
-
-
schultezub authored
* Moved destruction of ReferenceCounted object to seperate thread (thus unloading rendering thread) * integration of OpenGL garbage collector into OpenGLJobProcessor (finally, you don't need to care anymore whether your code might call a GL object destructor and hence needs an OpenGL context) * changed DataContainer implementation from mutex/lock to concurrent container * fixing improper order of GL object deinitilization on program exit git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@492 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 09 May, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@489 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 15 Apr, 2013 1 commit
-
-
schultezub authored
* Added GenericPointerData class git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@480 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 14 Apr, 2013 1 commit
-
-
schultezub authored
fixed further 64bit warnings git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@479 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 11 Apr, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@478 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 15 Feb, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@472 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 13 Feb, 2013 1 commit
-
-
schultezub authored
further work on AdvancedUsFusion processor introducing pixelate mode git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@471 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 12 Feb, 2013 1 commit
-
-
schultezub authored
* Fixed wrong DevIL dlls and libs git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@467 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 10 Feb, 2013 1 commit
-
-
schultezub authored
* Fixed Issue #38: Made common GLSL header conform to the standards (no samplers in structs) * Fixed failing destruction of OpenGL buffers when destructing GeometryData from threads without OpenGL context * Fixed wrong pointers in GLContexts due to using this pointer of incompletely constructed class git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@463 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 08 Feb, 2013 2 commits
-
-
schultezub authored
* Pipelines evaluate themselves * removed the PipelineEvaluator * adapted all demo pipelines except OpenCLPipeline git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@462 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@461 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 07 Feb, 2013 2 commits
-
-
schultezub authored
Performance improvenment in ImageData::getRepresentation<T> (using type_info instead of dynamic_cast where possible) git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@459 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@457 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 06 Feb, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@449 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 05 Feb, 2013 1 commit
-
-
schultezub authored
introduced make_job factory method for more convenient creation of jobs (less need of explicitly defining template parameters) git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@444 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 Feb, 2013 2 commits
-
-
schultezub authored
#5: Making constructors of ImageRepresentationXYZ protected - new image representations are to be created via ImageRepresentationXYZ::create(). This makes much more sense, since the pointer of the newly create image representation is owned by the parent ImageData instead of the caller. git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@443 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@441 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@435 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 30 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@429 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 25 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@416 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 24 Jan, 2013 2 commits
-
-
schultezub authored
* added gauss and sobel filter to ItkImageFilter git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@415 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* GenericImageRepresentationItk provides a nice wrapper around the ITK image * ItkImageFilter offers simple filtering using ITK git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@414 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 23 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@412 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-