[gimp/gimp-2-10] app: in the prefs dialog, warn that OpenCL support is experimental
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: in the prefs dialog, warn that OpenCL support is experimental
- Date: Mon, 4 Feb 2019 09:41:00 +0000 (UTC)
commit 79454e2bf36da42e7f3977fd10cf9c69f3ba0872
Author: Michael Natterer <mitch gimp org>
Date: Mon Feb 4 10:38:43 2019 +0100
app: in the prefs dialog, warn that OpenCL support is experimental
(cherry picked from commit 7998a27b8b0fe993b4f82c3fe2fc747ece75f6f8)
app/dialogs/preferences-dialog.c | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index d3bf053fd5..6172e8edda 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1194,6 +1194,12 @@ prefs_dialog_new (Gimp *gimp,
_("Use OpenCL"),
GTK_BOX (vbox2));
+ hbox = prefs_hint_box_new (GIMP_ICON_DIALOG_WARNING,
+ _("OpenCL drivers and support are experimental, "
+ "expect slowdowns and possible crashes "
+ "(please report)."));
+ gtk_box_pack_start (GTK_BOX (vbox2), hbox, FALSE, FALSE, 0);
+
/* Image Thumbnails */
vbox2 = prefs_frame_new (_("Image Thumbnails"), GTK_CONTAINER (vbox), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]