aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
AgeCommit message (Expand)Author
2015-11-06loader: Compile fixes to instance extension from rebase of bug 15068 changesJon Ashburn
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06loader: Update calling conventions on instance extension functionsJon Ashburn
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-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-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-08loader: Use correct 64bit printf format for WindowsCourtney Goeltzenleuchter
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-10-01loader: Fix vkGetInstanceProcAddr to handle debug_report extensionJon Ashburn
2015-09-23loader: Remove instance validation checks from debug_report.cMark Lobodzinski
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon 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-08-07include: Change debug report pUserData parameter to non-constJon Ashburn
2015-08-04loader: Remove extension origin and use Vulkan ext prop structureJon Ashburn
2015-07-31xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAMECourtney Goeltzenleuchter
2015-07-23Fix win32 buildDan Ginsburg
2015-07-23loader: Add support for debug break helperCourtney Goeltzenleuchter
2015-07-17v133: eliminate version from extension propertiesCourtney Goeltzenleuchter
2015-07-17Bug 14084 - Improve type safety and remove polymorphismTony Barbour
2015-07-07loader: Save app allocation callbacksCourtney Goeltzenleuchter
2015-07-07loader: bug 12992: extension and layer supportCourtney Goeltzenleuchter
2015-07-07loader: Remove the merged enabled_extension list in device and instance structsJon Ashburn
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-07-01loader: Remove uneeded ICD and layers scanned booleanJon Ashburn
2015-07-01loader: Fix compilation warnings for debug_report on WindowsJon Ashburn
2015-06-18Windows: Fix build issues on WindowsTony Barbour
2015-06-18memtracker: Add persistent storageCourtney Goeltzenleuchter
2015-06-18loader: remove now unused hosted fieldCourtney Goeltzenleuchter
2015-06-18loader: Make global functions (instance chain entrypoints) thread safeJon Ashburn
2015-06-18loader: Fix DestroyInstanceCourtney Goeltzenleuchter
2015-06-18loader: Add utility to return loader instance ptrCourtney Goeltzenleuchter
2015-06-18loader: remove dependency fields from extension infoCourtney Goeltzenleuchter
2015-06-17loader: Fix debug_report utility functions string names to be consistentJon Ashburn
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter