aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.c
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 porting loader to new WSI (GIPA missing).Ian Elliott
2015-11-20loader: Don't use ICD's VkDevice after it has been destroyedJon Ashburn
2015-11-19loader: Don't init icds if CreateInstance() from ICD fails.Jon Ashburn
2015-11-18loader: Make version in layer JSON files consistentJon 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-08Reset the "access_flags" for each loop iterationPiers Daniell
2015-11-06bug 15085: queue creation naming issuesChia-I Wu
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-03bug 12921 part 2: Memory callback (WIP)Chia-I Wu
2015-11-03loader: Resource cleanup on loaer_init_physical_device_info()Jon Ashburn
2015-11-03loader: Call down chain for vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-03loader: Create a VkPhysicalDevice object rather than using ICDsJon Ashburn
2015-11-02loader: Fix Windows buildCourtney Goeltzenleuchter
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-10-29loader: add helper for combining pathsDaniel Dadap
2015-10-28use conditional compilation based on _WIN32 instead of WIN32 and __linux__Johannes van Waveren
2015-10-26loader: Check for NULL ICD in CreateDeviceJon Ashburn
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-23bug-14642: Rename queueRecordCount to requestedQueueCountCourtney Goeltzenleuchter
2015-10-22loader: Fix heap_realloc function to return newly allocated memoryJon Ashburn
2015-10-14loader: Use loc instead of location for getting the directoryJason Ekstrand
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08layers: In DeviceLimits move dispatch table to layer data structTobin Ehlis
2015-10-07loader: Fix comile warning on WindowJon Ashburn
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-05loader: Add warning message for unreconized layer names from env varJon Ashburn
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-10-01loader: fix use of freed memoryMike Stroyan
2015-10-01loader: Fix vkGetInstanceProcAddr to handle debug_report extensionJon Ashburn
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-23loader: Remove validation checks from loader.cMark Lobodzinski
2015-09-23intel: Removed ICD validation checks from dev.cMark Lobodzinski
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-18loader: Fix a few possibly unitialized variablesJon Ashburn
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter