aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
2016-06-06layers: Move debug action enums from vk_layer.hMark Lobodzinski
2016-05-16loader: deprecate device layersJon Ashburn
2016-04-25loader: ghlvl#180 Support a ICD interface version negotiationJon Ashburn
2016-04-20loader: ghlvl 361, Simplify library resource handlingJon Ashburn
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-15loader: Run clang-formatJon Ashburn
2016-04-14loader: Added some missing function entry points to loader_icd_init_entrys.Petros Bantolas
2016-04-08loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensionsJon Ashburn
2016-04-07loader: Don't scribble on caller memory in CreateInstance,CreateDeviceChris Forbes
2016-04-01loader: report implicit instance extensionsJeremy Hayes
2016-04-01loader: vk{Create|Destroy}Instance can have multiple tmp callbacksIan Elliott
2016-04-01loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevicesPiers Daniell
2016-04-01loader: Fix loader_unwrap_physical_device() to cast to correct typePiers Daniell
2016-03-25loader: Fix bugs found in code review.Ian Elliott
2016-03-25loader: Setup temporary callback for vkDestroyInstanceIan Elliott
2016-03-24loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDevJon Ashburn
2016-03-21layers: Rename param_checker to parameter_validationMark Lobodzinski
2016-03-16layers: Replace draw_state and mem_tracker with core validationMark Lobodzinski
2016-03-14#include formatting changes for relative look-up.Aaron Karp
2016-03-11loader: make sure createDevice uses ICDs physicalDeviceJon Ashburn
2016-03-08loader: Fix issue passing wrong instance if layer wraps instancesJon Ashburn
2016-03-08loader: gllvl #50, Add support for the WSI extension KHR_displayJon Ashburn
2016-03-02loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDeviceJon Ashburn
2016-02-26loader: Better delineate trampoline and terminator functionsJon Ashburn
2016-02-18loader: Fix threading layer name in loader standard_threadingJon Ashburn
2016-02-14loader: For dev ext trampoline error code, add error loggingJon Ashburn
2016-02-14loader: add support for standard_validation layer enabled from env varJon Ashburn
2016-02-14loader: Add feature standard-validation layer from applicationJon Ashburn
2016-02-14loader: rerun clang-format on some filesJon Ashburn
2016-02-12header: Update 1.0.3 header revision for inclusion of debug report extensionMark Lobodzinski
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-08loader: Null-terminated string checksMark Lobodzinski
2016-02-03loader: Fix bug on pass by value for created_instanceJon Ashburn
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-28loader: Fix 32-bit loader exception when layers enabled for Vulkan apps.Mark Young
2016-01-20vktrace: Get partially working again with the new loader/layer interfaceJon Ashburn
2016-01-20loader: implement new layer init methodCourtney Goeltzenleuchter
2016-01-12loader: Fix so unwrapped instance gets used for layer instance extension disp...Jon Ashburn
2015-12-17debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2015-12-17misc: Update copyright statementsCourtney Goeltzenleuchter
2015-12-17debug_report: Add DebugReportMessage functionCourtney Goeltzenleuchter
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-10loader: Add support for device extension entrypoints in layer JSON filesJon Ashburn
2015-12-10loader: Convert ext list helper functions to generic formJon Ashburn
2015-12-01loader: Add terminator functions for Create*SurfaceKHR functionsJon Ashburn
2015-12-01loader: Convert vkDestroySurfaceKHR() to have a terminator.Ian Elliott
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott