Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,843
    • Issues 1,843
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #3773

Closed
Open
Created Sep 14, 2006 by Kitware Robot@kwrobotOwner

querying opengl extensions causes a window to popup and go away

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


When running some pqClientClipUndo or maybe other tests, I notice a flash of a window coming and disappearing. Turns out that it comes from vtkPVOpenGLExtensionsInformation::CopyFromObject, which creates a render window and destroys it.

There should be a window coming up like that. Perhaps adding a hide/show to vtkRenderWindow? Set it hidden after creating it. Then when opengl extensions are queried, it won't show the window (call XMapWindow or whatever for the platform). Does there really need to be a vtkRenderWindow::Render to query extensions? Just creating the context should be enough, or maybe just associating the context with the window is enough, right?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking