Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 832
    • Issues 832
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • VTKVTK
  • VTKVTK
  • Issues
  • #15852
Closed
Open
Issue created Nov 25, 2015 by Kitware Robot@kwrobotOwner

vtkOpenGLRenderWindow::GetColorBufferSizes (OpenGL2, VTK 6.3) fails on a quadro 4000M

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


With a quadro-4000M card under windows 7 64 bits, the glGetFramebufferAttachmentParameteriv calls in GetColorBufferSizes raise a GL_INVALID_ENUM.

I tried various tweaks (like not fixing attachment), to no avail.

It is the same graphics card for which I reported a non standard behaviour in 0015784, so it is definitely a flaky card, but the problem remains.

I modified the code to return 8-8-8-8 in case the glGetFramebufferAttachmentParameteriv calls fail, and everything now seems to be working fine on this machine.

I know it's ugly, but it's better than failing.

Assignee
Assign to
Time tracking