aboutsummaryrefslogtreecommitdiff
path: root/layers/linux
AgeCommit message (Collapse)Author
2015-12-10layers: Add device extension entrypoints to JSON bug #15012Jon Ashburn
2015-12-07layers: MR75, Merge DrawState and ShaderChecker into DrawState layerTobin Ehlis
This is the initial "dumb" merge where a few data structures are now duplicated within DrawState. This is intentional to simplify the transition and a follow-on commit will fix these inefficiencies. Conflicts: layers/draw_state.cpp
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-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