View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015791ParaView(No Category)public2015-10-20 14:272015-12-15 20:21
ReporterUtkarsh Ayachit 
Assigned ToDan Lipsa 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version5.0 
Summary0015791: EGLRenderWindow creates new context when the window is resized
DescriptionEGLRenderWindow creates new context when the window is resized. A new context is expensive since mappers have to create create textures etc. Can you check if there's some way to avoid that? Can we create a bigger context by default?
TagsNo tags attached.
ProjectKitware
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035320)
Dan Lipsa (developer)
2015-10-21 10:17

It turns out that I don't recreate a new context when I resize an EGL window. I only recreate a new (offscreen) window. It does not seem to be a way to resize an already created offscreen window. You always create a new offscreen window and specify the size at creation time.
See:
https://www.khronos.org/registry/egl/sdk/docs/man/ [^]
eglCreatePbufferSurface
(0035321)
Utkarsh Ayachit (administrator)
2015-10-21 10:50

Can you see if we can avoid having vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::LoadVolume() getting called when volume rendering and resizing the render window?
(0035355)
Dan Lipsa (developer)
2015-10-21 14:05

https://gitlab.kitware.com/vtk/vtk/merge_requests/795 [^]
https://gitlab.kitware.com/paraview/paraview/merge_requests/441 [^]
(0035566)
Alan Scott (manager)
2015-12-15 20:21

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2015-10-20 14:27 Utkarsh Ayachit New Issue
2015-10-20 14:27 Utkarsh Ayachit Assigned To => Dan Lipsa
2015-10-21 10:17 Dan Lipsa Note Added: 0035320
2015-10-21 10:50 Utkarsh Ayachit Note Added: 0035321
2015-10-21 14:05 Dan Lipsa Note Added: 0035355
2015-10-21 14:06 Dan Lipsa Status backlog => active development
2015-11-02 10:22 Dan Lipsa Status active development => gatekeeper review
2015-12-11 14:58 Utkarsh Ayachit Status gatekeeper review => customer review
2015-12-11 14:58 Utkarsh Ayachit Resolution open => fixed
2015-12-11 14:58 Utkarsh Ayachit Fixed in Version => 5.0
2015-12-15 20:21 Alan Scott Note Added: 0035566
2015-12-15 20:21 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team