summaryrefslogtreecommitdiff
path: root/loader/trampoline.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16loader: Fix vkEnumeratePhysicalDeviceGroupsKHXMark Young1-28/+31
2017-03-03loader: Fix several leaksMark Young1-6/+8
2017-03-01vulkan: update to header 1.0.42Mark Young1-73/+60
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski1-32/+28
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski1-779/+462
2017-01-25loader: Fix EnumPhysDev bugMark Young1-1/+3
2017-01-24loader: Update the loader to 1.0.39Mark Young1-11/+15
2017-01-12loader: Modify EnumPhysDev functionsMark Young1-127/+33
2017-01-11loader: Add more logging messagesMark Young1-1/+34
2016-12-27loader: EnumPhysDev fixesMark Young1-76/+102
2016-12-23loader: clean up comment and variableMichael Jurka1-2/+1
2016-12-22loader: Fix out of memory in enumerate phys devsLenny Komow1-18/+37
2016-12-22loader: Update tramp phys devices dynamicallyLenny Komow1-19/+63
2016-11-14loader: Fix pointer dereference issue.Mark Young1-1/+1
2016-11-14loader: gh1120/gh1134 - Object wrapping issuesMark Young1-8/+3
2016-11-03loader: Rename icd and physical device varsMark Young1-37/+37
2016-09-20loader: More changes for gh181Mark Young1-5/+10
2016-09-19loader: Fixes for ICD vk{Create|Destroy}SurfaceKHRPiers Daniell1-1/+1
2016-09-19loader: gh181 use ICD for SurfaceKHRMark Young1-1/+1
2016-09-01loader: gh851 wrap debug report callbacksMark Young1-2/+0
2016-08-31loader: Add support for NV instance extensionMark Lobodzinski1-0/+2
2016-08-19loader: Fix CTS failures in simulate_oom tests.Mark Young1-6/+13
2016-08-01loader : Fix segfault in vulkaninfoMark Young1-1/+1
2016-08-01loader: gh571 vkEnumerateInstanceLayerProperties()davidhubbard1-2/+2
2016-07-27loader: return incomplete when count < availableJeremy Hayes1-1/+3
2016-07-11misc: Update to Vulkan header version 20Karl Schultz1-1/+1
2016-06-30loader: GH370 - re-enable allocator usageMark Young1-161/+175
2016-06-30Revert "loader: GH370 - re-enable allocator usage"Mark Young1-175/+161
2016-06-29loader: GH370 - re-enable allocator usageMark Young1-161/+175
2016-06-30Revert "loader: GH370 - re-enable allocator usage"Chris Forbes1-170/+157
2016-06-29loader: GH370 - re-enable allocator usageMark Young1-157/+170
2016-05-16loader: deprecate device layersJon Ashburn1-73/+71
2016-04-21loader: fix LX475Jeremy Hayes1-0/+8
2016-04-20loader: ghlvl 361, Simplify library resource handlingJon Ashburn1-1/+1
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn1-16/+9
2016-04-15loader: Run clang-formatJon Ashburn1-49/+43
2016-04-14loader: dont free and reallocate physical devicesJeannot Breton1-5/+5
2016-04-08loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensionsJon Ashburn1-20/+70
2016-04-07loader: Don't scribble on caller memory in CreateInstance,CreateDeviceChris Forbes1-62/+25
2016-04-01loader: report implicit instance extensionsJeremy Hayes1-10/+19
2016-04-01loader: vk{Create|Destroy}Instance can have multiple tmp callbacksIan Elliott1-35/+76
2016-04-01loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevicesPiers Daniell1-27/+13
2016-04-01loader: Trampoline vkEnumeratePhysDev should use layer-returned physDev countPiers Daniell1-1/+2
2016-03-25loader: Fix bugs found in code review.Ian Elliott1-5/+5
2016-03-25loader: Setup temporary callback for vkDestroyInstanceIan Elliott1-2/+23
2016-03-24loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDevJon Ashburn1-10/+10
2016-03-11loader: make sure createDevice uses ICDs physicalDeviceJon Ashburn1-1/+2
2016-03-02loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDeviceJon Ashburn1-69/+113
2016-02-29loader: refactor EnumerateDevice*Properties terminate/trampoline codeJon Ashburn1-7/+70
2016-02-26loader: Better delineate trampoline and terminator functionsJon Ashburn1-6/+353