OrcaSlicer/lib/Slic3r/GUI
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
..
Controller Looks like the reworked C++ preferences start to work again. 2017-11-02 16:21:34 +01:00
OptionsGroup Looks like the reworked C++ preferences start to work again. 2017-11-02 16:21:34 +01:00
Plater A workaround of the dreaded Intel HD Graphics driver issue at least 2018-02-22 18:56:37 +01:00
2DBed.pm Reduced the content of Geometry.pm, removed unused Perl subroutines. 2017-07-19 10:45:39 +02:00
3DScene.pm A workaround of the dreaded Intel HD Graphics driver issue at least 2018-02-22 18:56:37 +01:00
AboutDialog.pm Another step towards C++ presets. 2017-10-25 12:53:31 +02:00
BedShapeDialog.pm Humbly re-added the BedShapeDialog.pm. Even though we have a C++ 2018-02-16 17:20:34 +01:00
BonjourBrowser.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
ConfigWizard.pm Implemented a "Reset user profile" on the first page of the configuration 2017-12-19 19:51:22 +01:00
Controller.pm Updated Controller after the presets C++ port. 2017-11-02 21:51:06 +01:00
MainFrame.pm Merged the C++ port of the GUI Tabs / OptionGroup / Option classes 2018-02-15 18:13:37 +01:00
Notifier.pm Another step towards C++ presets. 2017-10-25 12:53:31 +02:00
OptionsGroup.pm get_option moved from Tab to ConfigOptionsGroup and extended. Added change_opt_value to changing option value in config 2018-01-07 18:41:40 +01:00
Plater.pm Merge remote-tracking branch 'origin/gui_translate_to_cpp' 2018-02-16 11:38:11 +01:00
Preferences.pm When the legacy OpenGL 1.2 is enforced, suppress anti aliasing as well. 2017-12-12 20:47:36 +01:00
ProgressStatusBar.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
SystemInfo.pm System Info dialog made nicer. 2017-02-19 19:08:58 +01:00