[glfw3] branch master updated (49ce7a7 -> 1fc460b)

James Cowgill jcowgill at moszumanska.debian.org
Thu Aug 18 16:48:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill pushed a change to branch master
in repository glfw3.

      from  49ce7a7   Upload to unstable
       new  167869e   Imported Upstream version 3.2.1
       new  9b51a16   Merge tag 'upstream/3.2.1'
       new  1fc460b   Upload to unstable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/CONTRIBUTING.md        | 330 +++++++++++++++++++++++++++++++++++------
 CMake/modules/FindVulkan.cmake |   5 +-
 CMakeLists.txt                 |  26 +++-
 README.md                      | 189 +++++++++++------------
 debian/changelog               |   6 +
 deps/linmath.h                 |  51 ++++---
 docs/build.dox                 |  60 +++++---
 docs/compat.dox                |   2 +-
 docs/compile.dox               |  11 +-
 docs/context.dox               |   5 +-
 docs/input.dox                 |   5 +-
 docs/intro.dox                 |  29 ++--
 docs/monitor.dox               |   5 +-
 docs/news.dox                  |   2 +-
 docs/vulkan.dox                |   9 +-
 docs/window.dox                |  14 +-
 include/GLFW/glfw3.h           |  37 +++--
 src/cocoa_init.m               |   5 +-
 src/cocoa_joystick.h           |  15 +-
 src/cocoa_joystick.m           |  56 +++----
 src/cocoa_monitor.m            |   4 +-
 src/cocoa_platform.h           |   5 +-
 src/cocoa_window.m             |  12 +-
 src/context.c                  | 142 ++++++++++--------
 src/egl_context.c              | 122 +++++++++------
 src/egl_context.h              |   2 +-
 src/glfw_config.h.in           |   2 +
 src/glx_context.c              | 135 ++++++++++-------
 src/glx_context.h              |   3 +-
 src/init.c                     |   6 +-
 src/input.c                    |   6 +-
 src/internal.h                 |  24 +--
 src/linux_joystick.c           |   4 +-
 src/linux_joystick.h           |   1 -
 src/mir_init.c                 |   3 -
 src/mir_platform.h             |   3 -
 src/mir_window.c               |   4 +-
 src/nsgl_context.h             |   1 -
 src/nsgl_context.m             |  27 ++--
 src/vulkan.c                   |  55 ++++---
 src/wgl_context.c              | 311 +++++++++++++++++++-------------------
 src/wgl_context.h              |  10 +-
 src/win32_init.c               |  10 +-
 src/win32_joystick.c           |   6 +-
 src/win32_joystick.h           |   2 +-
 src/win32_platform.h           |   5 -
 src/win32_window.c             | 140 +++++++----------
 src/window.c                   |   5 +-
 src/wl_init.c                  |   3 -
 src/wl_monitor.c               |   2 +-
 src/wl_platform.h              |   4 -
 src/wl_window.c                |   4 +-
 src/x11_init.c                 |   9 +-
 src/x11_platform.h             |   9 +-
 src/x11_window.c               | 188 ++++++++++++-----------
 tests/CMakeLists.txt           |   4 +-
 tests/gamma.c                  |   3 +
 tests/glfwinfo.c               |   5 +-
 tests/tearing.c                |   2 +-
 tests/timeout.c                | 194 ++++++++++++------------
 60 files changed, 1355 insertions(+), 984 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git



More information about the Pkg-games-commits mailing list