aboutsummaryrefslogtreecommitdiff
path: root/layers/multi.cpp
AgeCommit message (Expand)Author
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
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-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-08-12layers: Make multi layer functional again as a multi layer per libraryJon Ashburn
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-10misc: Support Pipeline caches and multi pipeline create, bug 14033 API changesJon Ashburn
2015-07-07Multi: Update to latest extension & layer supportCourtney Goeltzenleuchter
2015-07-07loader: Rename loader_platform.h -> vk_loader_platform.hTobin Ehlis
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-18layers: Make dispatch table thread safeJon Ashburn
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tablesJon Ashburn
2015-06-17layers: GPA table initialization shouldn't recurseJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17layers: Use objects dispatch table for key to layer mapsJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn
2015-06-17layers: Add GetInstanceProcAddr() to all layersJon Ashburn
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22vkEnumerateLayers: Update to match upstreamCourtney 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-16layers: Removing old GetExtensionSupport API callTobin Ehlis
2015-04-16vulkan: Add vkGetGlobalExtensionInfo entrypointJon Ashburn
2015-04-16layers: Remove wrapping of GPU objects by loader and layersJon Ashburn
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16vulkan: API renamingCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16layers: Update GetExtensionSupport() to handle queries for layer nameJon Ashburn
2015-02-12Win: Attempt to keep from using Linux functions.Ian Elliott
2015-02-04Can compile "loader" and "layers" on Windows and Linux ...Ian Elliott
2015-02-04All of the codegen for layers is now working well enough that the generated l...Tobin Ehlis
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski
2015-02-04layers: Update BeginCommandBuffer API for Tiler GpusJon Ashburn
2015-02-04xgl: Add xgl header changes for rev30 and 31.Mark Lobodzinski
2015-02-04layers: simplify xglGetProcAddr() for Basic and MultiChia-I Wu
2015-02-04layers: simplify initLayerTable()Chia-I Wu
2015-02-04remove unnecessary casting between XGL_CHAR/charChia-I Wu
2014-12-02layers: Add Multi layer with example of multiple layers per file.Jon Ashburn