• Jan 9, 2018

    sdk-1.0.65.2

    build: Remove Mock ICD JSON file from install target
    The mock ICD shouldn't be installed or be part of packages
    that use the "make install" target to create packages.
    The mock ICD shared lib wasn't added, but the JSON was.
  • Dec 8, 2017

    sdk-1.0.65.1

    winsdk: Move file copying into NSIS installer
    Change-Id: If01c5024af802be784d5ea0f897cebdcc604934d
  • Nov 2, 2017

    sdk-1.0.65.0

    demos: Clarify cube --present_mode option
    Change-Id: Ie53724c3612eb5bb9adfbb826149ef87916f0d84
  • Sep 20, 2017

    sdk-1.0.61.1

    header: revert constexpr change in vulkan.hpp
    constexpr was previously removed to preserve compatibility with Visual
    Studio 2013.  This causes linker errors when vulkan.hpp is included in
    multiple file.
    
    Change-Id: I3a301c669ceb300f49982abacdb21543ea8ee764
  • Sep 18, 2017

    sdk-1.0.61.0

    build: Update for 1.0.61.0 SDK
    Change-Id: I4b1f0289dace648153b6efdbfea0d83d37b28e60
  • Aug 10, 2017

    sdk-1.0.57.0

    loader: Replace overzealous warnings with info
    The new ICD search functionality was logging warnings in some places
    where information was more appropriate, such as when opening a device
    or for some errors that simply indicated that the new format is not
    supported yet.
    
    Change-Id: Ifc8ce33d778783f3f55102783bf6ede0dd7c2a00
  • Jul 13, 2017

    sdk-1.0.54.0

    layers: Update PV codegen for Windows warning
    Code gen declarations of allowed_structs in nested scopes could cause
    warnings in Windows.  Modified codegen to append the type name to
    allowed_structs (eg allowed_structs_VkGraphicsPipelineCreateInfo) to
    avoid name collisions.
    
    Change-Id: I40bd57ff34dcd1df01d3606c79dacbe06b00f464
  • Jun 15, 2017

    sdk-1.0.51.0

    demos: Modify correct uniform buffer for next frame
    Change-Id: I78b8f5ef63fb2c14a3ce431f3e6f6a809e65972f
  • Apr 4, 2017

    sdk-1.0.46.0

    winsdk: Fix missing vulkaninfo file extension
    Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e
  • Mar 31, 2017

    sdk-1.0.42.2

    externals: Update to glslang fix commit