From 3aa929b6f6b05a49ec5c6cc5ba267e7543a3e125 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Wed, 3 Feb 2021 19:22:47 +0000 Subject: [PATCH] Roll third_party/glfw/ d973acc12..947731113 (157 commits) https://chromium.googlesource.com/external/github.com/glfw/glfw/+log/d973acc12382..94773111300f $ git log d973acc12..947731113 --date=short --no-merges --format='%ad %ae %s' 2021-01-18 elmindreda Update changelog and add credit 2019-06-14 laurent.aphecetche Cocoa: Fix install name for installed dylib 2021-01-18 elmindreda Simplify references in CMake if-statements 2021-01-17 elmindreda Cocoa: Unify CG display to NS screen mapping 2021-01-18 elmindreda Update changelog and add credit 2021-01-11 nevyn.jpg Cocoa: Use modern API to get display name 2021-01-18 elmindreda Cocoa: Fix duplicate monitor connection events 2020-12-08 elmindreda Cocoa: Fix menubar for unbundled apps on 10.15 2021-01-18 elmindreda Update changelog 2021-01-05 philiprideout Cocoa: Fix duplicate video mode detection 2021-01-03 elmindreda Update repo URL for Nuklear 2021-01-02 lukebayes Added 2 entries to the gitignores file. 2020-12-15 elmindreda Add credit 2020-12-10 66940640+ashishgamedev Fix indentation in internal.h 2020-12-14 me Fix minor typo: If if -> If. 2020-10-19 caramelli.devel Wayland: Move 96 DPI default to outputHandleMode 2020-07-23 luflosi Use switch statement instead of if-else-chain for cursor shapes 2020-11-19 elmindreda Add missing changelog issue number 2020-10-28 leonard.r.koenig Wayland: Fix destroying CSDs in the correct order 2020-10-18 elmindreda Cocoa: Fix ObjC being built as C with CMake 3.19 2020-10-12 elmindreda Add credit 2020-10-12 elmindreda Wayland: Simplify adding of protocol sources 2020-10-12 elmindreda Wayland: Fix indentation 2020-10-12 elmindreda Wayland: Scanner tool has input and output args 2020-10-12 elmindreda Wayland: Ensure paths are passed on in quoted form 2020-10-12 elmindreda Fix unquoted paths with variable references 2020-10-08 joel.winarske Wayland: Fix CMake binary dir when built as subdir 2020-10-07 elmindreda Win32: Filter out duplicate size events 2020-10-07 elmindreda Win32: Fix clang-cl interpreting -Wall as /Wall 2020-10-07 elmindreda Win32: Enable /W3 on VS for library sources 2020-10-07 elmindreda Remove ignored Clang compiler flag 2020-10-20 elmindreda Update changelog and add credit 2020-10-14 andy Fix macOS Print Screen 2020-10-14 caramelli.devel Wayland: Assume 96 DPI if physical size is <= 0 2020-10-05 elmindreda Add credit 2020-10-04 caramelli.devel Update test SPIR-V shader code 2020-09-29 elmindreda Update changelog and add credit 2020-09-29 snark.gm Win32: Fix value for _WIN32_WINNT_WINBLUE 2020-09-23 elmindreda Update changelog 2020-09-04 doug Win32: Update all monitor handles on config change 2020-10-03 caramelli.devel Wayland: Remove FindWaylandProtocols.cmake and FindXKBCommon.cmake (not used anymore) 2020-09-30 linkmauve Docs: Remove mentions of extra-cmake-modules 2020-09-30 linkmauve Wayland: Remove extra-cmake-modules from CI 2020-09-30 linkmauve Wayland: Remove extra trailing whitespace 2020-09-28 joel.winarske Wayland: Remove extra-cmake-modules dependency 2020-09-23 elmindreda Make unsupported versions of CMake fail early 2020-09-23 elmindreda Specify maximum version of CMake known to work 2020-09-22 elmindreda Update CODEOWNERS for move to SCSS 2020-09-18 luflosi Use consistent indentation for Doxygen custom stylesheet 2020-09-03 siavashserver Migrate to Sass for Doxygen custom stylesheets (...) 2020-05-25 elmindreda Move more compiler workarounds to library setup 2020-05-25 elmindreda Only look for OSMesa module if building examples 2020-05-25 elmindreda Fix MinGW linker flag tests breaking later tests 2020-06-05 elmindreda Refresh Doxygen file with version 1.8.18 2020-05-21 elmindreda Null: Make platform more conformant 2020-06-02 elmindreda Wayland: Fix repeated keys reported to NULL window 2020-05-28 elmindreda Clarify docs on default GL header inclusion 2020-05-20 elmindreda Add feature available/implemented errors 2020-05-28 elmindreda Fix typo in header option macro docs 2020-05-22 lazylumpster+github Add statement to docs for glfwTerminate 2020-05-26 elmindreda Fix desktop GL header not always being suppressed 2020-05-25 ben135 Win32: Fix VS /W4 compile warnings 2020-05-25 luflosi Use the correct type in a for loop 2020-05-25 luflosi Replace %m conversion specifier with %s and strerror() 2020-04-19 corentin Use CALayer instead of NSView for EGLNativeWindowType 2020-05-20 elmindreda Win32: Remove checks for pre-XP Windows 2020-05-19 elmindreda X11: Clarify function name and comment 2020-05-19 elmindreda Note removal of wl_shell support in release notes 2020-05-19 elmindreda X11: Clarify code flow for Clang static analysis 2020-05-19 elmindreda X11: Fix XKB events being passed on to core path 2020-05-19 elmindreda X11: Fix XKB state event bits being overwritten 2020-05-19 elmindreda X11: Remove duplicate XKB group initialization 2020-05-19 elmindreda X11: Fix XKB group event depending on state query 2020-05-19 elmindreda Add null platform to Travis CI 2020-04-15 63736956+gre-42 Correct sign in mat4x4_rotate_Y 2020-04-30 elmindreda Update community resource links 2020-05-04 elmindreda Disambiguate Vulkan support reference link 2020-04-30 elmindreda Cocoa: Fix call to NSWindow from non-main threads 2020-04-23 elmindreda X11: Improve non-XKB fallback for key mapping 2020-04-23 elmindreda X11: Add additional XKB key names for Right Alt 2020-03-31 elmindreda X11: Use XKB key name MENU for Menu key 2020-03-25 elmindreda X11: Check XKB key aliases in addition to names 2020-03-17 elmindreda X11: Fix X keycode ranges for XKB and core 2020-03-31 elmindreda Update changelog and add credit 2019-11-21 42585895+ZenulAbidin X11: Fix function keys mapped to GLFW_KEY_UNKNOWN 2020-03-19 elmindreda X11: Improve window handle race condition 2020-03-16 elmindreda X11: Filter out Xlib errors from other connections 2020-01-22 elmindreda X11: Add support for XIM callbacks 2020-03-02 elmindreda Update linmath.h 2020-03-12 elmindreda Fix unclear language in build guide 2020-03-05 elmindreda Cocoa: Finish launching NSApp in glfwInit 2020-02-12 elmindreda Wayland: Remove unused link-time dependency 2020-02-06 elmindreda X11: Fix CJK IME input when locale CTYPE is "C" 2020-02-06 elmindreda WGL: Remove unused constants 2020-02-05 elmindreda Fix rendering race in offscreen example 2019-12-16 elmindreda X11: Make libX11 dynamically loaded 2020-01-24 elmindreda X11: Fix setting the clipboard string to itself 2020-02-10 elmindreda Put docs target in GLFW3 folder 2020-01-20 elmindreda Move more non-source template files to CMake dir 2020-02-06 linkmauve Mention that xdg-shell is mandatory on Wayland Bug: dawn:447 Change-Id: I8f91688f562b55141a67e4e9bb4452afb6517bd0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/40241 Reviewed-by: Austin Eng Commit-Queue: Stephen White --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 094fc3bfb7..6b243cd8e3 100644 --- a/DEPS +++ b/DEPS @@ -70,7 +70,7 @@ deps = { # GLFW for tests and samples 'third_party/glfw': { - 'url': '{chromium_git}/external/github.com/glfw/glfw@d973acc123826666ecc9e6fd475682e3d84c54a6', + 'url': '{chromium_git}/external/github.com/glfw/glfw@94773111300fee0453844a4c9407af7e880b4df8', 'condition': 'dawn_standalone', },