Roll GLFW from 043378876a67 to b00e6a8a88ad (81 revisions)

https://chromium.googlesource.com/external/github.com/glfw/glfw.git/+log/043378876a67..b00e6a8a88ad

2026-03-30 elmindreda@elmindreda.org Update to actions/checkout@v5 from v4
2026-03-27 elmindreda@elmindreda.org Use C99 booleans for Khronos API extensions
2026-03-27 elmindreda@elmindreda.org Wayland: Remove unused struct member
2026-03-20 elmindreda@elmindreda.org Make the empty events test somewhat plausible
2026-03-20 elmindreda@elmindreda.org Wayland: Fix missing flush in glfwHideWindow
2026-03-20 elmindreda@elmindreda.org Wayland: Fix glfwPostEmptyEvent leaking a proxy
2026-03-13 elmindreda@elmindreda.org Wayland: Fix deadlock causing timeout
2026-03-06 elmindreda@elmindreda.org Wayland: Fix EGL buffer swap blocking indefinitely
2026-03-06 elmindreda@elmindreda.org Fix cleanup on success in threaded rendering test
2026-03-06 elmindreda@elmindreda.org Wayland: Improve support for discrete scrolling
2026-03-06 elmindreda@elmindreda.org Use C99 booleans in config structs
2026-03-06 elmindreda@elmindreda.org Use C99 isfinite instead of various ad-hoc tests
2026-03-06 elmindreda@elmindreda.org Wayland: Remove last traces of legacy Unicode path
2026-03-06 elmindreda@elmindreda.org POSIX: Include helper header via platform glue
2026-03-06 elmindreda@elmindreda.org macOS: Fix Vulkan loader loading for Null platform
2026-03-06 elmindreda@elmindreda.org Fix pkgconfig dependency lists treated as strings
2026-03-06 elmindreda@elmindreda.org macOS: Clarify separation between Cocoa and macOS
2026-02-28 ypujante@proton.me Added Emscripten external platform (comment)
2026-02-13 elmindreda@elmindreda.org Null: Disable Vulkan on macOS for the moment
2026-02-13 elmindreda@elmindreda.org Null: Fix dynamic library name selection
2026-02-13 elmindreda@elmindreda.org Wayland: Unify pointer input paths
2026-02-13 elmindreda@elmindreda.org Wayland: Add support for pointer event frames
2026-02-13 elmindreda@elmindreda.org EGL: Try eglGetProcAddress before fallback method
2026-02-13 elmindreda@elmindreda.org Allow NULL argument to _glfwPlatformFreeModule
2026-02-13 elmindreda@elmindreda.org Wayland: Fix libwayland-client not unloaded
2026-02-13 elmindreda@elmindreda.org X11: Fix libXext not unloaded at termination
2026-02-13 elmindreda@elmindreda.org Wayland: Fix key repeat on very old compositors
2026-02-13 elmindreda@elmindreda.org Remove some pointless comments
2026-02-05 elmindreda@elmindreda.org Wayland: Remove duplicate cursor state
2026-02-05 elmindreda@elmindreda.org Wayland: Fix fallback decoration button input
2026-02-04 elmindreda@elmindreda.org Wayland: Release input devices where possible
2026-02-04 elmindreda@elmindreda.org Wayland: Simplify pointer surface state
2026-02-04 elmindreda@elmindreda.org Add update flag to timeout test
2026-01-27 elmindreda@elmindreda.org Documentation work
2026-01-15 elmindreda@elmindreda.org Wayland: Cleanup
2026-01-14 elmindreda@elmindreda.org X11: Place argument assertion after platform check
2026-01-14 elmindreda@elmindreda.org X11: Cleanup
2026-01-12 elmindreda@elmindreda.org X11: Fix window made non-floating by being hidden
2025-12-05 elmindreda@elmindreda.org Formatting
2025-12-04 elmindreda@elmindreda.org Linux: Add missing header for ioctl
2025-12-04 elmindreda@elmindreda.org Wayland: Fix missing checks for optional protocol
2025-11-17 elmindreda@elmindreda.org Simplify test for shared library build
2025-11-14 doug@enkisoftware.com Wayland: free modules at end of terminate function
2025-11-08 doug@enkisoftware.com X11: Clamp w,h in glfwSetWindowSize to >= 1
2025-11-07 dweymouth@users.noreply.github.com X11: check crtcInfo for NULL when polling monitors
2025-11-07 ivor@iwanders.net X11: Prevent BadWindow when creating small windows
2025-09-01 knokogator@hotmail.com Add glfwGetGLXFBConfig native access function
2025-09-01 elmindreda@elmindreda.org Add glfwGetEGLConfig native access function
2025-08-29 elmindreda@elmindreda.org EGL: Fix error return value for glfwGetEGLSurface
2025-08-29 elmindreda@elmindreda.org Remove title member from window config
2025-08-29 elmindreda@elmindreda.org Replace some Doxygen aliases with Markdown
2025-08-29 elmindreda@elmindreda.org Add Markdown files as sources to IDE docs target
2025-08-29 elmindreda@elmindreda.org Fix documentation target dependency
2025-08-28 elmindreda@elmindreda.org Update Doxygen version handling
2025-08-28 elmindreda@elmindreda.org Fix X11 clipboard compatibility description
2025-08-28 elmindreda@elmindreda.org Update README
2025-08-20 elmindreda@elmindreda.org Add and update Wayland-specific notes in docs
2025-08-19 doug@enkisoftware.com Revert readme for "Wayland: Keyboard leave event handler now processes key repeats"
2025-08-18 elmindreda@elmindreda.org Wayland: Fix cursor position after a modal
2025-08-18 elmindreda@elmindreda.org Wayland: Fix fallback decoration cursor updating
2025-08-18 elmindreda@elmindreda.org Wayland: Fix fallback decoration menu placement
2025-08-15 doug@enkisoftware.com Revert "Wayland: Keyboard leave event handler now processes key repeats"
2025-08-14 kernel@jfarr.cc Wayland: Fix key repeat halting
2025-08-12 elmindreda@elmindreda.org Wayland: Fix fallback decoration scroll events
2025-08-12 elmindreda@elmindreda.org Wayland: Cleanup
2025-08-12 elmindreda@elmindreda.org Wayland: Move fallback decoration pointer logic
2025-08-12 elmindreda@elmindreda.org Wayland: Move fallback decoration struct member
2025-08-12 elmindreda@elmindreda.org Wayland: Fix fallback decoration cursor position
2025-08-12 elmindreda@elmindreda.org Formatting
2025-08-10 doug@enkisoftware.com Wayland: Keyboard leave event handler now processes key repeats
2025-07-18 elmindreda@elmindreda.org Wayland: Fix memory leaks in data offer reading
2025-07-17 doug@enkisoftware.com Wayland: Reset key repeat timer on window destruction
2025-07-11 elmindreda@elmindreda.org Win32: Remove support for Windows XP and Vista
2025-07-10 elmindreda@elmindreda.org Win32: Remove support for original MinGW
2025-07-05 GamesTrap@web.de Wayland: Ignore key repeat events when no window has keyboard focus (#2732)
2025-07-05 doug@enkisoftware.com Examples: disable MSVC warning C5287 in nuklear.h
2025-01-13 elmindreda@elmindreda.org Update changelog and add credit
2025-01-13 80633916+er-azh@users.noreply.github.com X11: Fix detectEWMH not releasing error handler
2024-11-29 chernyakin.victor.j@outlook.com Wayland: Replace _glfwKeySym2Unicode with xkbcommon
2024-11-27 elmindreda@elmindreda.org Remove unused CMake find module for OSMesa
2024-11-27 elmindreda@elmindreda.org Update minimum CMake version to 3.16

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/glfw-dawn
Please CC chouinard@google.com,webgpu-dev-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in GLFW: https://github.com/glfw/glfw/issues/new
To file a bug in Dawn: https://crbug.com/dawn

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: chouinard@google.com
Change-Id: Ie6c1cb685724e4ec4b095363fa9969ba220480bb

Fix build file

Change-Id: Ife9b0123f989ef10fb27016e37a157197d1b882c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/302398
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: James Price <jrprice@google.com>
Auto-Submit: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
3 files changed
tree: cc17ceda74e912625302a64260033e7c64cf61ad
  1. .github/
  2. .vscode/
  3. build_overrides/
  4. docs/
  5. generator/
  6. include/
  7. infra/
  8. scripts/
  9. src/
  10. test/
  11. third_party/
  12. tools/
  13. webgpu-cts/
  14. .bazelrc
  15. .clang-format
  16. .clang-format-ignore
  17. .clang-tidy
  18. .git-blame-ignore-revs
  19. .gitattributes
  20. .gitignore
  21. .gitmodules
  22. .gn
  23. .style.yapf
  24. .vpython3
  25. AUTHORS
  26. BUILD.bazel
  27. BUILD.gn
  28. CMakeLists.txt
  29. CMakeSettings.json
  30. CODE_OF_CONDUCT.md
  31. codereview.settings
  32. CONTRIBUTING.md
  33. CPPLINT.cfg
  34. DEPS
  35. DIR_METADATA
  36. go.mod
  37. go.sum
  38. go_presubmit_support.py
  39. LICENSE
  40. OWNERS
  41. PRESUBMIT.py
  42. README.chromium
  43. README.md
  44. unsafe_buffers_paths.txt
  45. WATCHLISTS
  46. WORKSPACE.bazel
README.md

Build Status Matrix Space

Dawn, a WebGPU implementation

Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.

Dawn provides several WebGPU building blocks:

  • WebGPU C/C++ headers that applications and other building blocks use.
    • The webgpu.h version that Dawn implements.
    • A C++ wrapper for the webgpu.h.
  • A “native” implementation of WebGPU using platforms' GPU APIs: D3D12, Metal, Vulkan and OpenGL. See per API support for more details.
  • A client-server implementation of WebGPU for applications that are in a sandbox without access to native drivers
  • Tint is a compiler for the WebGPU Shader Language (WGSL) that can be used in standalone to convert shaders from and to WGSL.

Helpful links:

Documentation table of content

Developer documentation:

User documentation: (TODO, figure out what overlaps with the webgpu.h docs)

License

BSD 3-Clause License, please see LICENSE.

Disclaimer

This is not an officially supported Google product.