Edit

kc3-lang/angle/AUTHORS

Branch :

  • Show log

    Commit

  • Author : James Ross-Gowan
    Date : 2016-06-15 22:35:50
    Hash : cd9aa12a
    Message : D3D11: Prevent DXGI hooking the Alt+Enter keystroke When ANGLE is using D3D11 and not using DirectComposition, DXGI will hook the window's message loop and override Alt+Enter to trigger a transition to exclusive fullscreen mode. This disables that behaviour, since it's inconsistent between backends and, at least during my testing, the application did not even work correctly after the transition to fullscreen mode. This commit should be similar to the workarounds implemented in Qt and mpv to prevent this behaviour and will hopefully make those workarounds unnecessary. Only the DXGI_MWA_NO_ALT_ENTER flag is used, since the other flags didn't seem to have an effect and probably only matter in fullscreen mode. BUG=angleproject:1414 Change-Id: Icb70c2c1405225619dcb27c5ffc9472fddd1157b Reviewed-on: https://chromium-review.googlesource.com/352950 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>

  • AUTHORS
  • # This is the official list of The ANGLE Project Authors
    # for copyright purposes.
    # This file is distinct from the CONTRIBUTORS files.
    # See the latter for an explanation.
    
    # Names should be added to this file as
    #	Name or Organization
    # Email addresses for individuals are tracked elsewhere to avoid spam.
    
    Google Inc.
    TransGaming Inc.
    3DLabs Inc. Ltd.
    
    Adobe Systems Inc.
    Autodesk, Inc.
    BlackBerry Limited
    Cable Television Laboratories, Inc.
    Cloud Party, Inc.
    Imagination Technologies Ltd.
    Intel Corporation
    Mozilla Corporation
    Turbulenz
    Klarälvdalens Datakonsult AB
    Microsoft Corporation
    Microsoft Open Technologies, Inc.
    NVIDIA Corporation
    Opera Software ASA
    The Qt Company Ltd.
    Advanced Micro Devices, Inc.
    
    Jacek Caban
    Mark Callow
    Ginn Chen
    Tibor den Ouden
    Régis Fénéon
    James Hauxwell
    Sam Hocevar
    Pierre Leveille
    Jonathan Liu
    Boying Lu
    Aitor Moreno
    Yuri O'Donnell
    Josh Soref
    Maks Naumov
    Jinyoung Hur
    Sebastian Bergstein
    James Ross-Gowan