summaryrefslogtreecommitdiff
path: root/loader/debug_utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-29Propagate OOM in more placesCharles Giessen1-2/+2
2023-04-18Cleanup macro usageCharles Giessen1-2/+1
2023-04-18Remove unnecessary static in sourceCharles Giessen1-18/+20
2022-10-21Use correct allocator in debug_utils.cCharles Giessen1-8/+8
2022-05-27Keep allocated debug callbacks until destroy instanceCharles Giessen1-156/+40
2022-05-24Refactor loader allocation functionalityCharles Giessen1-241/+56
2021-12-02Fix handle validation crash in RenderDocMark Young1-6/+6
2021-09-09loader: Header include cleanupCharles Giessen1-4/+5
2021-09-09loader: Make _GNU_SOURCE a cmake definitionCharles Giessen1-3/+0
2021-09-09loader: Move allocation functions to a headerCharles Giessen1-0/+2
2021-09-09loader: Move loader struct defs into common fileCharles Giessen1-0/+1
2021-09-09loader: Update Copyright for 2021Charles Giessen1-3/+4
2021-09-02Fix loader not knowing about extensions enabled in layersMark Young1-3/+0
2021-08-11loader: Reformated loader source codeCharles Giessen1-4/+8
2021-01-28Fix crash with NULL messengernihui1-1/+1
2019-04-03loader: Destroy debug callbacks/messengers properlyRicardo Garcia1-4/+4
2018-10-31loader: Fix unknown typeTobin Ehlis1-1/+1
2018-10-30loader: Fix multiple SubmitDebugUtils callbacksMark Young1-14/+5
2018-10-29loader: Fix vkSubmitDebugUtilsMessageEXTMark Young1-4/+6
2018-07-26Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"Tom Anderson1-0/+2
2018-04-25loader: Eliminate warning for uninitialized value.John Zulauf1-0/+1
2018-03-09loader: Fix debug_report not returning NULLLenny Komow1-23/+19
2018-03-09Implement initial VK_EXT_debug_utils changesMark Young1-0/+1004