aboutsummaryrefslogtreecommitdiff
path: root/icd/common/icd-instance.c
AgeCommit message (Expand)Author
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-15layers: rename VkDbgObjectTypeCourtney Goeltzenleuchter
2015-12-10Fix crash: pApplicationInfo is not mandatoryBogDan Vatra
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
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-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-07-17Bug 14084 - Object Tracker, Image, Generic layersTony Barbour
2015-07-17Bug 14084 - Improve type safety and remove polymorphismTony Barbour
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-04-17update to vulkan.h header version 90, bug 13529Mike Stroyan
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16icd: Dont follow next twice in for loopTony Barbour
2015-03-06Win/C11: Use _align_malloc() on Windows, align_alloc() elsewhere.Ian Elliott
2015-03-06Win: Fix a compiler warning in "icd/common"Ian Elliott
2015-03-05icd: add generic icd_instanceChia-I Wu