aboutsummaryrefslogtreecommitdiff
path: root/loader/phys_dev_ext.c
AgeCommit message (Collapse)Author
2017-07-05loader: Fix unknown phys dev terms on LinuxLenny Komow
Change-Id: I36f683c7deb4aac27b27ca253c3324439eb2f2f2
2017-07-05loader: Fix unknown phys dev terms on WindowsLenny Komow
Change-Id: I04636aef6ebfcc092d58971574ba5fa0359e08d0
2017-06-13loader: Fix unknown phys dev trampolines on win32Lenny Komow
Convert unknown physical device extension trampolines to assembly on windows. This is necessary because the previous method relied on compiler optimizations that were not being run by MSVC, even with full optimizations enabled. Change-Id: Ibefa6ed24f8c91b1e723fab9c1cfd3039fabd64b
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski
Switch clang-format standard from the LLVM style to the Google style for more consistency. Change-Id: I247c4abc275d7873a91522e1e234198adaa24033
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski
Bring all source files in the repo up to date with consistent coding style/standard. Change-Id: Iceedbc17109974d3a0437fc4995441c9ad7e0c23
2017-01-26loader: Protect loader macro lists from clang-formatMark Lobodzinski
Change-Id: I3e943a538d33737453a3e71edebbd026a1c7f6f3
2017-01-24loader: Update the loader to 1.0.39Mark Young
Add new extensions for 1.0.39. Also, updated layers to include minimal set of functionality for 1.0.39 extensions. Extensions include: - VK_KHR_get_physical_device_properties2 - VK_KHR_shader_draw_parameters - VK_EXT_direct_mode_display - VK_EXT_display_surface_counter - VK_EXT_display_control Also, redo the LoaderAndLayerIf document. Change-Id: I10412086da7a798afe832a3892e18f606259b5af