Page MenuHomePhabricator

PlanarFigureMapper causes flickering when using MESA OpenGL implementation
Closed, ResolvedPublic

Description

The flickering of closed PlanarFigures that was described in T14146 is back in the current master.

Should be fixed again.

Event Timeline

User engelm has pushed new remote branch:

bug-17365-no-flickering-with-mesa

User engelm has pushed new remote branch:

bug-17365-no-planarfigure-flicker-with-mesa

I have re-fixed the problem by always using 'GL_LINE_STRIP' as this GL method does not cause the flickering effect when using MESA.

I tried to merge the changes into master using branch 'bug-17365-no-planarfigure-flicker-with-mesa' but was not able to do so due to the red dashboard. Has to be done later...

Current release is finished. Resetting target milestone

[c307a7]: Merge branch 'bug-17365-no-planarfigure-flicker-with-mesa'

Merged commits:

2014-02-27 14:36:28 Markus Engel [3b1a75]
always using 'GL_LINE_STRIP' for rendering PlanarFigures

[5f67db]: COMP: Merge branch 'bug-17365-no-planarfigure-flicker-with-mesa'

Merged commits:

2014-06-18 13:31:00 Markus Engel [c2dc94]
dummy commit