[gtk] (73 commits) Non-fast-forward update to branch wip/otte/gleanup



The branch 'wip/otte/gleanup' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  2c6d66a... build: Build demos before tools
  6011bae... x11: Move code where it belongs
  6e6a3b3... x11: Remove unused function
  062e75e... x11: Stop reordering visuals
  68b85a4... x11: Reorder code
  3385db2... x11: Don't share cached GLX visuals with GTK3
  6688248... x11: Initialize GL at startup
  afea152... glx: Don't initialize GLX multiple times.
  25357fc... x11: Move function call
  17dd8ea... x11: Simplify code
  41fcb96... x11: Pass the display, not the screen
  e752f01... x11: Move the EGL display into the private struct
  638ca01... x11: Store the EGL config in the display
  70b6fdf... x11: Store the EGL surface in the GdkSurfaceX11
  b7c64e9... x11: Move GL init code into the GL context
  c5595df... glx: Remove Visual cache
  ba04527... x11: Rework Visual selection
  c59607b... x11: Remove GdkVisual
  55df42b... x11: Remove the dummy surface
  59143c8... Revert "x11: Always fall back to GLX on NVIDIA"
  502c083... x11: Remove unused struct member
  4b7085a... x11: Remove glx version check
  680df26... x11: Use single GLX fbconfig and store it in the display
  d9446b1... x11: Store the GLX drawable in the surface
  96fbc19... x11: Get Visual from EGL directly
  028e155... x11: Do not call glXQueryExtension()
  43788c4... x11: Properly record the error when initializing GL
  631b72e... x11: Redo choice between EGL and GLX
  477bffe... gdk: Add a private struct to GdkDisplay
  5e5185e... gdk: Allow GdkDrawContext with a %NULL surface
  dbd90e5... wayland: Move fbconfig into the display
  2bc306b... wayland: Don't pass GL config to get_egl_surface()
  d7b2b7a... gdk: Add GdkDisplay::init_gl vfunc
  e03e92f... gdk: Require EGL version 1.4 across the board
  5dc6391... ngl: Store the shared driver in the display
  690eac2... gdk: Add gdk_gl_context_is_shared()
  22e69a4... gl: Deprecate gdk_gl_context_get_shared_context()
  9b2f353... gl: Store the context::in-frame state in the current contex
  fe69435... gdk: Get rid of paint contexts
  f14b4a7... gl: Require EGL_KHR_surfaceless_context with egl
  895129e... gl: Move vfunc
  b873a34... gdk: Move GL context construction to GdkGLContext
  89b4b02... inspector: Add support for displaying GL errors
  eaeb435... gdk: Add a GL workaround for nvidia
  e0eeef2... Revert "gdk: Add a GL workaround for nvidia"
  0646235... gl: Fix issue with EGL + nvidia
  ae1a362... x11: Move code from GdkGLContextX11
  a2f2abd... display: Move GL selection code into gdkdisplay-x11.c

Commits added to the branch:

  76133db... menubutton: Make menu buttons activatable again (*)
  271afb7... font button: Make font buttons activatable again (*)
  fc65d63... colorbutton: Make color buttons activatable again (*)
  f328175... appchooserbutton: Make buttons activatable again (*)
  d5f2b69... build: Get typelib dir dynamically using gobject-introspect (*)
  d63d9b2... joinedmenu: add helper to join menus instead of nesting (*)
  10bdf8c... textbtree: Initialize to zero the tags counting array (*)
  2784b03... gdkkeys-win32.c: fix initialisation of key_state in update_ (*)
  c1af63d... Merge branch 'invisible-char-fix' into 'master' (*)
  c86631b... Merge branch 'dynamic-typelib-path' into 'master' (*)
  d755327... Merge branch 'gdkkeys-m' into 'master' (*)
  c85f3f4... Merge branch 'wip/chergert/fix-4094' into 'master' (*)
  a64087d... Merge branch 'activatable-buttons' into 'master' (*)
  0f9d39c... Update Brazilian Portuguese translation (*)
  2d092ea... Update Brazilian Portuguese translation (*)
  ae21f66... Add GTK_DEBUG_ICONFALLBACK Since: 4.2 annotation (*)
  ab908c2... Add GtkMenuButton:primary Since: annotation (*)
  a009e26... gtk: fix GtkPasswordEntryBuffer introspection (*)
  28cdd3f... Merge branch 'gi-fixes' into 'master' (*)
  fc9c348... ngl: Make the C half-float implementation accessible (*)
  fab82a7... tests: Add some fp16 tests (*)
  e7f228e... Merge branch 'fp16-tests' into 'master' (*)
  eacfa2a... doc: Syntax fixes (*)
  c09718b... Merge branch 'doc-fixes' into 'master' (*)
  984ab1e... build: Build demos before tools
  9307475... x11: Move code where it belongs
  06e6680... x11: Remove unused function
  a990138... x11: Stop reordering visuals
  038ab35... x11: Reorder code
  5627731... x11: Don't share cached GLX visuals with GTK3
  de04b9b... x11: Initialize GL at startup
  902fb9c... glx: Don't initialize GLX multiple times.
  3115e9e... x11: Move function call
  0c796c8... x11: Simplify code
  f23c813... x11: Pass the display, not the screen
  111cb57... x11: Move the EGL display into the private struct
  af0f5b9... x11: Store the EGL config in the display
  e5f5fb6... x11: Store the EGL surface in the GdkSurfaceX11
  de6cb51... x11: Move GL init code into the GL context
  f23aa58... glx: Remove Visual cache
  5a96c4d... x11: Rework Visual selection
  8c57c25... x11: Remove GdkVisual
  6eee6ff... x11: Remove the dummy surface
  003e4d9... Revert "x11: Always fall back to GLX on NVIDIA"
  c91ae75... x11: Remove unused struct member
  ceb4fbd... x11: Remove glx version check
  99b9811... x11: Use single GLX fbconfig and store it in the display
  17d0a0b... x11: Store the GLX drawable in the surface
  e6da1fb... x11: Get Visual from EGL directly
  88df5a4... x11: Do not call glXQueryExtension()
  4bcbde8... x11: Properly record the error when initializing GL
  3f43109... x11: Redo choice between EGL and GLX
  1325fe9... gdk: Add a private struct to GdkDisplay
  4f65cee... gdk: Allow GdkDrawContext with a %NULL surface
  477ad6f... wayland: Move fbconfig into the display
  d36f503... wayland: Don't pass GL config to get_egl_surface()
  f41b396... gdk: Add GdkDisplay::init_gl vfunc
  063489f... gdk: Require EGL version 1.4 across the board
  98d597d... ngl: Store the shared driver in the display
  14e9362... gdk: Add gdk_gl_context_is_shared()
  763796d... gl: Deprecate gdk_gl_context_get_shared_context()
  6b861d3... gl: Store the context::in-frame state in the current contex
  18af89c... gdk: Get rid of paint contexts
  4074ef5... gl: Require EGL_KHR_surfaceless_context with egl
  1512172... gl: Move vfunc
  fee1750... gdk: Move GL context construction to GdkGLContext
  c728f35... inspector: Add support for displaying GL errors
  3591cf3... gdk: Add a GL workaround for nvidia
  97c2db5... Revert "gdk: Add a GL workaround for nvidia"
  bd8b4da... gl: Fix issue with EGL + nvidia
  c8b09e0... x11: Move code from GdkGLContextX11
  90fac09... display: Move GL selection code into gdkdisplay-x11.c
  8ea4026... GDK-Win32: Move some functions out of gdkglcontext-win32.c

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]