aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-05-09headers: Added 1.74.0 Vulkan header/registry filesMark Lobodzinski
2018-05-04tests: Add a guard around noexcept in vktestbinding.hDave Houlton
2018-05-04misc: Update licenses to Apache 2.0Jon Ashburn
2018-05-04Remove Khronos confidential clause from license text.Karl Schultz
2018-05-04include: Update copyright and apply clang-format (no logic changes)Karl Schultz
2018-05-04Fixes: Fixed Visual Studio warnings during compilation.Mark Young
2018-05-04Moved header files from include to include/vulkanDavid Pinedo
2018-05-04loader: Extend pre-instance intercepts for 1.1Lenny Komow
2018-05-04loader: Add pre-instance functions for layersLenny Komow
2018-05-04layers: gh1649 - Fix clang warningMark Young
2018-05-04loader: Fix loader and layer negotiationMark Young
2018-05-04vulkan: update to header 1.0.42Mark Young
2018-05-04loader: Update the loader to 1.0.39Mark Young
2018-05-04header: Update to Vulkan version 1.0.37Mark Lobodzinski
2018-05-04loader: gh888 Add KHR/EXT extensions in vulkan.hMark Young
2018-05-04layers: Update dispatch tables for new 1.0.25 APIsMark Lobodzinski
2018-05-04layers: Move debug action enums from vk_layer.hMark Lobodzinski
2018-05-04layers: Add default layer error message configMark Lobodzinski
2018-05-04misc: Update licenses to Apache 2.0Jon Ashburn
2018-05-04layers: Update typo in commentttyio
2018-05-04Update vk_layer.hVinjn Zhang
2018-05-04loader: Add device callback to set dispatchable objectJon Ashburn
2018-05-04loader: Remove the device_info in the layer chain structureJon Ashburn
2018-05-04loader: Add instance callback to set dispatchable objectsJon Ashburn
2018-05-04loader: Remove the instance_info in the layer chain structureJon Ashburn
2018-05-04loader: gllvl #50, Add support for the WSI extension KHR_displayJon Ashburn
2018-05-04misc: Remove lunarg_debug_marker extensionJon Ashburn
2018-05-04header: Update 1.0.3 header revision for inclusion of debug report extensionMark Lobodzinski
2018-05-04include: Use single-quote no paths when including sibling headersKarl Schultz
2018-05-04Remove Khronos confidential clause from license text.Karl Schultz
2018-05-04include: Update copyright and apply clang-format (no logic changes)Karl Schultz
2018-05-04layers: Remove obsolete VkbaseLayerObjectJon Ashburn
2018-05-04loader: Remove CreateInstance and CreateDeviceCourtney Goeltzenleuchter
2018-05-04loader: implement new layer init methodCourtney Goeltzenleuchter
2018-05-04loader: Add structures to support new init methodCourtney Goeltzenleuchter
2018-05-04debug_report: MR141, Change pUserData to match type used elsewhereCourtney Goeltzenleuchter
2018-05-04debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2018-05-04debug_report: rename vk_lunarg_debug_report.hCourtney Goeltzenleuchter
2018-05-04debug_report: Add DebugReportMessage functionCourtney Goeltzenleuchter
2018-05-04debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2018-05-04debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2018-05-04wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2018-05-04android: Update build to define android platform at build timeMichael Lentine
2018-05-04android: Fix android build.Michael Lentine
2018-05-04wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2018-05-04loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
2018-05-04layers: add DestroySurfaceKHR to instance dispatch tableJon Ashburn
2018-05-04loader: Address Jon Ashburn's review comments.Ian Elliott
2018-05-04loader: Get loader compiling.Ian Elliott
2018-05-04WSI: Eliminate a lot of references to WSI header files.Ian Elliott