[gtk] (69 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:

  2bd6fe2... build: Build demos before tools
  d8e955e... x11: Move code where it belongs
  9324793... x11: Remove unused function
  32191bc... x11: Stop reordering visuals
  f6932cf... x11: Reorder code
  5f1bee6... x11: Don't share cached GLX visuals with GTK3
  1446d9c... x11: Initialize GL at startup
  0771ef8... glx: Don't initialize GLX multiple times.
  9064bd4... x11: Move function call
  e06d616... x11: Simplify code
  942a9e4... x11: Pass the display, not the screen
  f2764af... x11: Move the EGL display into the private struct
  1534485... x11: Store the EGL config in the display
  09c1d69... x11: Store the EGL surface in the GdkSurfaceX11
  18900e7... x11: Move GL init code into the GL context
  31c8c44... glx: Remove Visual cache
  823b483... x11: Rework Visual selection
  fb956df... x11: Remove GdkVisual
  dce9879... x11: Remove the dummy surface
  53ed969... Revert "x11: Always fall back to GLX on NVIDIA"
  324c5a6... x11: Remove unused struct member
  5cf133b... x11: Remove glx version check
  85c3cff... x11: Use single GLX fbconfig and store it in the display
  0935a68... x11: Store the GLX drawable in the surface
  5a19908... x11: Get Visual from EGL directly
  c18de0d... x11: Do not call glXQueryExtension()
  128d689... x11: Properly record the error when initializing GL
  8822073... x11: Redo choice between EGL and GLX
  70a9469... gdk: Add a private struct to GdkDisplay
  906f4cb... gdk: Allow GdkDrawContext with a %NULL surface
  f7074ef... wayland: Move fbconfig into the display
  ecd6c38... wayland: Don't pass GL config to get_egl_surface()
  b7b5e39... gdk: Add GdkDisplay::init_gl vfunc
  22f8155... gdk: Require EGL version 1.4 across the board
  d4fe85a... ngl: Store the shared driver in the display
  d596c13... gdk: Add gdk_gl_context_is_shared()
  ce03214... gl: Deprecate gdk_gl_context_get_shared_context()
  aaaef01... gl: Store the context::in-frame state in the current contex
  cb8df55... gdk: Get rid of paint contexts
  6217af0... gl: Require EGL_KHR_surfaceless_context with egl
  3f34385... gl: Move vfunc
  f4f80f2... gdk: Move GL context construction to GdkGLContext
  73bbe10... inspector: Add support for displaying GL errors
  afea571... gdk: Add a GL workaround for nvidia
  9f401fc... Revert "gdk: Add a GL workaround for nvidia"
  ce78e87... x11: Move code from GdkGLContextX11
  6e73b18... display: Move GL selection code into gdkdisplay-x11.c
  e2a7072... GDK-Win32: Move some functions out of gdkglcontext-win32.c
  d528fb3... GDK: Add debug option for WGL usage
  2b593c6... gl: Fix issue with EGL + nvidia
  56f112e... Split out WGL/EGL stuff and simplify things
  719dd0c... GDK-Win32: Fixup, and cleanup WGL HDC handling
  739c35e... GDK-Win32: init_gl(): Default to WGL for now
  5909532... gdkdisplay-win32.c: Don't call ReleaseDC() unnecessarily

Commits added to the branch:

  ead31db... password_entry: Header Capitalization on tooltip (*)
  8669e8a... Merge branch 'tooltip-hig' into 'master' (*)
  aa6a9de... gtk/builder: Port example to GTK 4 (*)
  9b44965... Update Ukrainian translation (*)
  3883a98... Merge branch 'fix-dialog-docs' into 'master' (*)
  9f6fb16... build: Set proper defaults for media backends (*)
  4d5dc18... build: disable Vulkan by default (*)
  af0c95c... build: Remove sassc option (*)
  e544c89... build: Make all X11 extensions mandatory (*)
  afc5f46... x11: Remove unused headers (*)
  0ae2acf... x11: Remove XComposite (*)
  94eb3d7... Merge branch 'wip/otte/build' into 'master' (*)
  bdee75c... Sync included icons from adwaita-icon-theme (*)
  bcc7028... Merge branch 'sync-icons' into 'master' (*)
  2c023cd... gdk/wayland: Clean up gestures if pointer capability is wit (*)
  a555594... Merge branch 'destroy-pointer-gestures' into 'master' (*)
  f2b41e7... build: Build demos before tools
  1347573... x11: Move code where it belongs
  74e01dd... x11: Remove unused function
  5784f8c... x11: Stop reordering visuals
  7d32ec5... x11: Reorder code
  8bfe82f... x11: Don't share cached GLX visuals with GTK3
  0fce300... x11: Initialize GL at startup
  8dfc627... glx: Don't initialize GLX multiple times.
  8a2f3e1... x11: Move function call
  c5df081... x11: Simplify code
  1d448a2... x11: Pass the display, not the screen
  bdb4972... x11: Move the EGL display into the private struct
  c787fe7... x11: Store the EGL config in the display
  b1fbc2e... x11: Store the EGL surface in the GdkSurfaceX11
  0ddd061... x11: Move GL init code into the GL context
  62bac44... glx: Remove Visual cache
  ca8d9fb... x11: Rework Visual selection
  ccd5992... x11: Remove GdkVisual
  04c2093... x11: Remove the dummy surface
  eb34233... Revert "x11: Always fall back to GLX on NVIDIA"
  485dae9... x11: Remove unused struct member
  82eb947... x11: Remove glx version check
  1c55b32... x11: Use single GLX fbconfig and store it in the display
  215f792... x11: Store the GLX drawable in the surface
  6d5ba95... x11: Get Visual from EGL directly
  37ba057... x11: Do not call glXQueryExtension()
  74288ec... x11: Properly record the error when initializing GL
  5a3b4de... x11: Redo choice between EGL and GLX
  581e01b... gdk: Add a private struct to GdkDisplay
  01e9fa9... gdk: Allow GdkDrawContext with a %NULL surface
  7cd4282... wayland: Move fbconfig into the display
  ba3e80c... wayland: Don't pass GL config to get_egl_surface()
  430b6f8... gdk: Add GdkDisplay::init_gl vfunc
  e4f0418... gdk: Require EGL version 1.4 across the board
  dd666e4... ngl: Store the shared driver in the display
  c7320df... gdk: Add gdk_gl_context_is_shared()
  2c98786... gl: Deprecate gdk_gl_context_get_shared_context()
  a27434a... gl: Store the context::in-frame state in the current contex
  5054363... gdk: Get rid of paint contexts
  15ed1a3... gl: Require EGL_KHR_surfaceless_context with egl
  9f1d6e1... gl: Move vfunc
  e06e0e8... gdk: Move GL context construction to GdkGLContext
  72e2a46... inspector: Add support for displaying GL errors
  30aaab5... x11: Move code from GdkGLContextX11
  6b8bc83... display: Move GL selection code into gdkdisplay-x11.c
  65c6af3... GDK-Win32: Move some functions out of gdkglcontext-win32.c
  969b325... GDK: Add debug option for WGL usage
  9c4c4ea... gl: Fix issue with EGL + nvidia
  6c00117... Split out WGL/EGL stuff and simplify things
  8648486... GDK-Win32: Fixup, and cleanup WGL HDC handling
  bd69d7e... GDK-Win32: init_gl(): Default to WGL for now
  4b12dc6... gdkdisplay-win32.c: Don't call ReleaseDC() unnecessarily
  620ccda... glx: Get rid fo DrawableInfo

(*) 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]