aboutsummaryrefslogtreecommitdiff
path: root/layers/linux
AgeCommit message (Collapse)Author
2015-09-28misc: Change all JSON files to abi version 0.9.0Jon Ashburn
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-10layers: Add DeviceLimits json filesCody Northrop
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-09-01layers: Port screenshot fixes to masterCody Northrop
Sourced from sdk-0.2 branch commit c98372f1
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