aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-10-22loader: Fix heap_realloc function to return newly allocated memoryJon Ashburn
2015-10-15loader: Clean up loader_platform fileJon Ashburn
2015-10-14loader: Use loc instead of location for getting the directoryJason Ekstrand
2015-10-09Loader: Fix locking bug in CreateInstanceJon Ashburn
2015-10-08loader: Remove unneeded definesCourtney Goeltzenleuchter
2015-10-08loader: Use correct 64bit printf format for WindowsCourtney Goeltzenleuchter
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr")Jon Ashburn
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-06loader: match free to alloc in dirent functionsMike Stroyan
2015-10-05loader: Fix GetInstanceProcAddr for CreateDeviceJon Ashburn
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-25misc: Move snprintf define to vk_sdk_platform.hCourtney Goeltzenleuchter
2015-09-25Make layers build on android.Michael Lentine
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23loader: Remove instance validation checks from debug_report.cMark Lobodzinski
2015-09-23loader: Remove validation checks from loader.cMark Lobodzinski
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
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 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Fix intercept of WSI instance entrypointsJon Ashburn
2015-09-17loader: Remove windows disable of global optimization.Jon Ashburn
2015-09-16loader: Need to init instance dispatch without layersCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-09loader: Use GetProcAddr function names from layer manifest fileJon Ashburn
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-08Windows build: rename vulkan.0.dll to vulkan-0.dllDavid Pinedo
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04loader: Add support for realloc using the app allocation callbacks.Jon Ashburn
2015-09-04loader: convert to using loader_stack_alloc for consistencyJon Ashburn
2015-09-04All extensions single revision number instead of major.minor.patchIan Elliott
2015-09-04WSI: Convert from VERSION to REVISIONIan Elliott
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott