aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
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
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-03bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (...Chia-I Wu
2015-11-03bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...Chia-I Wu
2015-11-03loader: Call down chain for vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-03loader: Create a VkPhysicalDevice object rather than using ICDsJon Ashburn
2015-11-02bug 14918 part 3: sed renamesChia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-09Loader: Fix locking bug in CreateInstanceJon Ashburn
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
2015-08-24loader: Make so layer manifest files are retained at CreateInstanceJon Ashburn
2015-08-24loader: Make the ICD library scan happen as needed rather than onceJon Ashburn
2015-08-24loader: Remove the device_extension list from from scanned icds, unusedJon Ashburn
2015-08-24loader: Remove the global extension list from scanned_icds structJon Ashburn
2015-08-24loader: Make the global/instance ext list once for each instanceJon Ashburn
2015-08-24loader: Remove global instance extension list and rebuild it as neededJon Ashburn
2015-08-11loader: Remove one time scan of layer libraries; do it as neededJon Ashburn
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04loader: Remove extension origin and use Vulkan ext prop structureJon Ashburn
2015-08-04loader: Make sure layer list from manifest file is all cleaned up properlyJon Ashburn