PrusaSlicer-NonPlainar/lib
bubnikv acce8dbff6 A workaround of the dreaded Intel HD Graphics driver issue at least
on the laptop of @roesel.
fixes https://github.com/prusa3d/Slic3r/issues/672

The Intel HD Graphics hangs on the glFinish() call for some reason
with one particular graphics driver revision. Also the glFinish() call
was superfluous and it only may have had negative effect over the performance.

Both glFinish() and glFlush() were removed for performance reasons
where they were not needed, see
https://www.khronos.org/opengl/wiki/Common_Mistakes
2018-02-22 18:56:37 +01:00
..
Slic3r A workaround of the dreaded Intel HD Graphics driver issue at least 2018-02-22 18:56:37 +01:00
Slic3r.pm Merged the C++ port of the GUI Tabs / OptionGroup / Option classes 2018-02-15 18:13:37 +01:00