index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
debug_report.c
Age
Commit message (
Expand
)
Author
2015-11-06
loader: Compile fixes to instance extension from rebase of bug 15068 changes
Jon Ashburn
2015-11-06
bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets
Chia-I Wu
2015-11-06
loader: Update calling conventions on instance extension functions
Jon Ashburn
2015-11-06
Merge branch 'david_include_change_20151106'
David Pinedo
2015-11-06
loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics
Jon Ashburn
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-11-02
bug 14921 part 1: sed renames
Chia-I Wu
2015-11-02
bug 12921: Memory callback (WIP)
Chia-I Wu
2015-11-02
bug 14892: 'count' parameters and members named inconsistently in many cases ...
Chia-I Wu
2015-10-30
bug 14362: VK_NULL_HANDLE does not work in C (WIP)
Chia-I Wu
2015-10-08
loader: Use correct 64bit printf format for Windows
Courtney Goeltzenleuchter
2015-10-02
loader: Fixes in trampoline code to support layers which wrap objects
Jon Ashburn
2015-10-01
loader: Fix vkGetInstanceProcAddr to handle debug_report extension
Jon Ashburn
2015-09-23
loader: Remove instance validation checks from debug_report.c
Mark Lobodzinski
2015-09-10
bug-14538: Remove driver validation checks
Courtney Goeltzenleuchter
2015-09-04
loader: Fix Windows build for alloc stuff
Jon Ashburn
2015-09-04
loader: Make use of app provided allocation callbacks
Jon Ashburn
2015-09-04
loader: convert to using loader_stack_alloc for consistency
Jon Ashburn
2015-09-04
All extensions single revision number instead of major.minor.patch
Ian Elliott
2015-08-07
include: Change debug report pUserData parameter to non-const
Jon Ashburn
2015-08-04
loader: Remove extension origin and use Vulkan ext prop structure
Jon Ashburn
2015-07-31
xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME
Courtney Goeltzenleuchter
2015-07-23
Fix win32 build
Dan Ginsburg
2015-07-23
loader: Add support for debug break helper
Courtney Goeltzenleuchter
2015-07-17
v133: eliminate version from extension properties
Courtney Goeltzenleuchter
2015-07-17
Bug 14084 - Improve type safety and remove polymorphism
Tony Barbour
2015-07-07
loader: Save app allocation callbacks
Courtney Goeltzenleuchter
2015-07-07
loader: bug 12992: extension and layer support
Courtney Goeltzenleuchter
2015-07-07
loader: Remove the merged enabled_extension list in device and instance structs
Jon Ashburn
2015-07-07
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Tobin Ehlis
2015-07-01
loader: Remove uneeded ICD and layers scanned boolean
Jon Ashburn
2015-07-01
loader: Fix compilation warnings for debug_report on Windows
Jon Ashburn
2015-06-18
Windows: Fix build issues on Windows
Tony Barbour
2015-06-18
memtracker: Add persistent storage
Courtney Goeltzenleuchter
2015-06-18
loader: remove now unused hosted field
Courtney Goeltzenleuchter
2015-06-18
loader: Make global functions (instance chain entrypoints) thread safe
Jon Ashburn
2015-06-18
loader: Fix DestroyInstance
Courtney Goeltzenleuchter
2015-06-18
loader: Add utility to return loader instance ptr
Courtney Goeltzenleuchter
2015-06-18
loader: remove dependency fields from extension info
Courtney Goeltzenleuchter
2015-06-17
loader: Fix debug_report utility functions string names to be consistent
Jon Ashburn
2015-06-17
extensions: begin changes for extension support
Courtney Goeltzenleuchter