aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
AgeCommit message (Expand)Author
2016-06-06layers: Add default layer error message configMark Lobodzinski
2016-06-02layers: simplify v0 function implementationsChia-I Wu
2016-05-24threading: avoid invalid GIPA call in vkCreateDeviceChia-I Wu
2016-05-24threading: handle device commands in GetInstanceProcAddrChia-I Wu
2016-05-24threading: no interface functions in layer functionsChia-I Wu
2016-05-24threading: assert valid instance/device in vkGet*ProcAddrChia-I Wu
2016-05-24threading: improve EnumerateDeviceExtensionPropertiesChia-I Wu
2016-05-24threading: add threading::layerPropsChia-I Wu
2016-05-24threading: drop vk prefix for layer functionsChia-I Wu
2016-05-24threading: put layer functions into a namespaceChia-I Wu
2016-05-24threading: decorate Vulkan commands with VKAPI_ATTRChia-I Wu
2016-05-24threading: move vkEnumerate*Properties aroundChia-I Wu
2016-04-28layers: Use tmp callback for msgs during vk{Create|Destroy}Instance().Ian Elliott
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-18layers: threading - use std mutexJeremy Hayes
2016-04-04layers: Fix 7 signed/unsigned comparison warnings on VS2015Michael Mc Donnell
2016-03-22misc: Update to header version 1.0.6Jon Ashburn
2016-03-16layers: Move layer debug action initialization into layer_utilsMark Lobodzinski
2016-03-08layers: clang-format layers directoryJon Ashburn
2016-02-24layers: Make layer option names more consistent and update docsMark Lobodzinski
2016-02-18layers: MR221: rename threading testCourtney Goeltzenleuchter
2016-02-18layers: MR221: Add Enumerate for AndroidCourtney Goeltzenleuchter
2016-02-18layers: MR221: Update extension info to match json filesCourtney Goeltzenleuchter
2016-02-08layers: lock use of threading layer cmd pool mapMike Stroyan
2016-02-07layers: In GetInstanceProcAddr, intercept instance procs even if NULL instanceKarl Schultz
2016-02-05layers: Fix CreateSemaphore/CreateEvent conflictDustin Graves
2016-02-05layers: thread checks for vkDestroyInstance and vkDestroyDeviceMike Stroyan
2016-02-05layers: use less of namespace stdMike Stroyan
2016-02-05layers: change android build to xml threadingMike Stroyan
2016-02-05layers: Add threading layer generationMike Stroyan