[gtk+/wip/otte/vulkan: 27/59] gdk: Never draw with GL
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/otte/vulkan: 27/59] gdk: Never draw with GL
- Date: Mon, 5 Dec 2016 12:29:45 +0000 (UTC)
commit 4938400b1c889c39e755de187b136b20ae6e9d66
Author: Benjamin Otte <otte redhat com>
Date: Tue Nov 22 19:45:04 2016 +0100
gdk: Never draw with GL
This is a temporary switch-off of the GL dawing code that will make
things keep running. All GL related code (like the GSK renderer or
GtkGLArea will now fall back to software.
gdk/gdkwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 53079d3..c38261a 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -2723,7 +2723,7 @@ gdk_window_begin_paint_internal (GdkWindow *window,
surface_content = gdk_window_get_content (window);
- window->current_paint.use_gl = window->impl_window->gl_paint_context != NULL;
+ window->current_paint.use_gl = FALSE;
if (window->current_paint.use_gl)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]