PrusaSlicer-NonPlainar/lib/Slic3r/GUI/Plater
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
..
2D.pm Looks like the reworked C++ preferences start to work again. 2017-11-02 16:21:34 +01:00
2DToolpaths.pm A workaround of the dreaded Intel HD Graphics driver issue at least 2018-02-22 18:56:37 +01:00
3D.pm New hot key for auto arrange: 'a'. 2017-11-30 17:45:03 +01:00
3DPreview.pm Disable some of the G-code preview controls for the old 3D path preview, 2018-02-15 16:30:35 +01:00
LambdaObjectDialog.pm Reduced the content of Geometry.pm, removed unused Perl subroutines. 2017-07-19 10:45:39 +02:00
ObjectCutDialog.pm Fixed "upscaled objects cannot be cut above original height" 2017-07-12 23:28:11 +02:00
ObjectPartsPanel.pm Fix of the previous commit: Slic3r::Config::new_from_defaults_keys 2017-10-27 22:49:59 +02:00
ObjectSettingsDialog.pm A bit of refactoring and beautification. 2017-09-18 10:01:37 +02:00
OverrideSettingsPanel.pm Another step towards C++ presets. 2017-10-25 12:53:31 +02:00