aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
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
2015-08-03loader: Move long DEBUG_REPORT comments into debug report source codeJon Ashburn
2015-08-03loader: Convert layer versions from manifest file to Vulkan int versionJon Ashburn
2015-07-24loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormatJon Ashburn
2015-07-23Fix win32 buildDan Ginsburg
2015-07-17loader: Switch to using layer manifest file info for layer extension infoJon Ashburn
2015-07-17loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypointsJon Ashburn
2015-07-17loader: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17v115: remove GetPhysicalDevicePerformanceCourtney Goeltzenleuchter
2015-07-17Bug 14084 - Improve type safety and remove polymorphismTony Barbour
2015-07-08vulkan.h: V136 -- Vulkan Sparse Resource IssuesMark Lobodzinski
2015-07-07loader: Use layer manifest files to discovery and query layersJon Ashburn
2015-07-07loader: Add validation checks to CreateDeviceCourtney Goeltzenleuchter