Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
OpenFlipper-Free
OpenFlipper-Free
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OpenFlipper-Free
  • OpenFlipper-FreeOpenFlipper-Free
  • Issues
  • #130

Closed
Open
Opened Sep 20, 2017 by Martin Schultz@schultzDeveloper

CoreProfile multisampling is not working on OSX

when a coreprofile is used on osx, reading the z value from the depthbuffer for picking, the glReadPixels call from glViewer::handleNormalNavigation QtBaseViewer.cc:1924 causes a glerror.

as a temporary workaround multisampling was disabled by setting the sample count to 0 in coreWidget.cc:220 this value should be a setting anyways, so when it is properly implemented as a setting also fix the DepthBuffer reading. a potential solution would be something similar to the snapshot function, but rendering everythign twice for mouse movement handling seems quite bad for performance.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: OpenFlipper-Free/OpenFlipper-Free#130