index
:
platform/upstream/Vulkan-Loader
1.3.250
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
tizen
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
debug_utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-29
Propagate OOM in more places
Charles Giessen
1
-2
/
+2
2023-04-18
Cleanup macro usage
Charles Giessen
1
-2
/
+1
2023-04-18
Remove unnecessary static in source
Charles Giessen
1
-18
/
+20
2022-10-21
Use correct allocator in debug_utils.c
Charles Giessen
1
-8
/
+8
2022-05-27
Keep allocated debug callbacks until destroy instance
Charles Giessen
1
-156
/
+40
2022-05-24
Refactor loader allocation functionality
Charles Giessen
1
-241
/
+56
2021-12-02
Fix handle validation crash in RenderDoc
Mark Young
1
-6
/
+6
2021-09-09
loader: Header include cleanup
Charles Giessen
1
-4
/
+5
2021-09-09
loader: Make _GNU_SOURCE a cmake definition
Charles Giessen
1
-3
/
+0
2021-09-09
loader: Move allocation functions to a header
Charles Giessen
1
-0
/
+2
2021-09-09
loader: Move loader struct defs into common file
Charles Giessen
1
-0
/
+1
2021-09-09
loader: Update Copyright for 2021
Charles Giessen
1
-3
/
+4
2021-09-02
Fix loader not knowing about extensions enabled in layers
Mark Young
1
-3
/
+0
2021-08-11
loader: Reformated loader source code
Charles Giessen
1
-4
/
+8
2021-01-28
Fix crash with NULL messenger
nihui
1
-1
/
+1
2019-04-03
loader: Destroy debug callbacks/messengers properly
Ricardo Garcia
1
-4
/
+4
2018-10-31
loader: Fix unknown type
Tobin Ehlis
1
-1
/
+1
2018-10-30
loader: Fix multiple SubmitDebugUtils callbacks
Mark Young
1
-14
/
+5
2018-10-29
loader: Fix vkSubmitDebugUtilsMessageEXT
Mark Young
1
-4
/
+6
2018-07-26
Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"
Tom Anderson
1
-0
/
+2
2018-04-25
loader: Eliminate warning for uninitialized value.
John Zulauf
1
-0
/
+1
2018-03-09
loader: Fix debug_report not returning NULL
Lenny Komow
1
-23
/
+19
2018-03-09
Implement initial VK_EXT_debug_utils changes
Mark Young
1
-0
/
+1004