aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
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
2015-12-01loader: Address Jon Ashburn's review comments.Ian Elliott
2015-12-01loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.Ian Elliott
2015-12-01loader: Started plumbing the platform extensions.Ian Elliott
2015-12-01loader: Started porting loader to new WSI (GIPA missing).Ian Elliott
2015-12-01WSI: Eliminate a lot of references to WSI header files.Ian Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-20loader: Don't use ICD's VkDevice after it has been destroyedJon Ashburn
2015-11-18loader: Add parsing of api_version in ICD JSONJon Ashburn
2015-11-18loader: Add dynamic dispatch for unknown device extension entrypointsJon Ashburn
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06Merge branch 'david_include_change_20151106'David Pinedo
2015-11-06loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semanticsJon Ashburn
2015-11-06Moved header files from include to include/vulkanDavid Pinedo