aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
AgeCommit message (Expand)Author
2016-05-05loader: Fix issue when ICD DestroyDebugReportCallbackEXT not found.Mark Young
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-15loader: Run clang-formatJon Ashburn
2016-04-05Fix 4 MSVS warnings in loader and layers.Jamie Madill
2016-04-01loader: vk{Create|Destroy}Instance can have multiple tmp callbacksIan Elliott
2016-02-26loader: Better delineate trampoline and terminator functionsJon Ashburn
2016-02-24loader: Fix MSVS warningsKarl Schultz
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-20debug_report: Integrate review feedbackCourtney Goeltzenleuchter
2016-01-19debug_report: MR141, Change pUserData to match type used elsewhereCourtney Goeltzenleuchter
2016-01-11misc: Move to Vulkan header version 0.222Jon Ashburn
2016-01-07misc: make sure host memory alignment is a power of twoJon Ashburn
2015-12-17debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2015-12-17loader: utils for managing debug report eventsCourtney Goeltzenleuchter
2015-12-17misc: Update copyright statementsCourtney Goeltzenleuchter
2015-12-17loader: debug_report terminator functions use cast to get loader instanceJon Ashburn
2015-12-17debug_report: Add DebugReportMessage functionCourtney Goeltzenleuchter
2015-12-17debug_report: make destroy have void return valueCourtney Goeltzenleuchter
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-15loader: Remove unused functionCourtney Goeltzenleuchter
2015-12-15loader: Remove unused debug helper functionsCourtney Goeltzenleuchter
2015-12-15layers: Rename VK_DEBUG_REPORT_EXTENSION enumsCourtney Goeltzenleuchter
2015-12-15layers: rename VkDbgObjectTypeCourtney Goeltzenleuchter
2015-12-15layers: Rename DebugReport flagsCourtney Goeltzenleuchter
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