aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/multi.json
AgeCommit message (Collapse)Author
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-18loader: Make version in layer JSON files consistentJon Ashburn
bugzilla #15057 part two
2015-09-28misc: Change all JSON files to abi version 0.9.0Jon Ashburn
2015-09-09loader: Use GetProcAddr function names from layer manifest fileJon Ashburn
No longer assume vkGetInstanceProcAddr or <layerName>GetInstanceProcAddr to find layer's instance GetProcAddrs. And similiar for device ProcAddr. Instead use any value specified in manifest file. If none specified in manifest file then assume vkGetInstanceProcAddr or vkGetDeviceProcAddr.
2015-08-12layers: Make multi layer functional again as a multi layer per libraryJon Ashburn
Pretty much a total rewrite of this layer. Make multi1 a Device layer and multi2 an Instance layer. Remove all extension and layer property stuff, rely on manifest file. Remove all old common stuff, rely on newer loader/layer interface which can handle multiple layers pre library via manifest file.
2015-07-31layers: Add separate windows and linux jsonCourtney Goeltzenleuchter