diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-12-30 08:16:12 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-12-30 15:44:19 -0700 |
| commit | 7ce1eb5906dace0f2f9fa78706c92161ddcd4027 (patch) | |
| tree | 957e4692b194bb730913b57dd0a55d51353dc63f /layers/linux | |
| parent | c68df9cd7c308ea5484b3309e99bd5ad933943c8 (diff) | |
| download | usermoji-7ce1eb5906dace0f2f9fa78706c92161ddcd4027.tar.xz | |
layers: Rename Layer/library/json files for consistency
Renamed layers from (for example) xxx_DrawState to xxx_draw_state
Renamed JSON files
Renamed libraries
Renamed object_track.* to object_tracker.*
Renamed apidump.h to api_dump.h
Renamed screen_shot layer to screenshot
Renamed APIDump layer settings file options to ApiDump
Bug fixes here and there from prior renames
Diffstat (limited to 'layers/linux')
| -rw-r--r-- | layers/linux/VkLayer_api_dump.json (renamed from layers/linux/api_dump.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_basic.json (renamed from layers/linux/basic.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_basic_implicit.json (renamed from layers/linux/basic_implicit.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_device_limits.json (renamed from layers/linux/object_tracker.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_draw_state.json (renamed from layers/linux/draw_state.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_generic.json (renamed from layers/linux/generic.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_image.json (renamed from layers/linux/image.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_mem_tracker.json (renamed from layers/linux/mem_tracker.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_multi.json (renamed from layers/linux/multi.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_object_tracker.json | 17 | ||||
| -rw-r--r-- | layers/linux/VkLayer_param_checker.json (renamed from layers/linux/device_limits.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_screenshot.json (renamed from layers/linux/screenshot.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_swapchain.json (renamed from layers/linux/swapchain.json) | 4 | ||||
| -rw-r--r-- | layers/linux/VkLayer_threading.json (renamed from layers/linux/threading.json) | 4 | ||||
| -rw-r--r-- | layers/linux/param_checker.json | 17 |
15 files changed, 43 insertions, 43 deletions
diff --git a/layers/linux/api_dump.json b/layers/linux/VkLayer_api_dump.json index a2de51a5..adc2091b 100644 --- a/layers/linux/api_dump.json +++ b/layers/linux/VkLayer_api_dump.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_APIDump", + "name": "VK_LAYER_LUNARG_api_dump", "type": "GLOBAL", - "library_path": "./libVKLayerAPIDump.so", + "library_path": "./libVkLayer_api_dump.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG debug layer" diff --git a/layers/linux/basic.json b/layers/linux/VkLayer_basic.json index 28e00f56..227b1f4e 100644 --- a/layers/linux/basic.json +++ b/layers/linux/VkLayer_basic.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Basic", + "name": "VK_LAYER_LUNARG_basic", "type": "GLOBAL", - "library_path": "./libVKLayerBasic.so", + "library_path": "./libVkLayer_basic.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Sample Layer", diff --git a/layers/linux/basic_implicit.json b/layers/linux/VkLayer_basic_implicit.json index f8b8a67a..396b4859 100644 --- a/layers/linux/basic_implicit.json +++ b/layers/linux/VkLayer_basic_implicit.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Basic", + "name": "VK_LAYER_LUNARG_basic", "type": "GLOBAL", - "library_path": "/etc/vulkan/implicit_layer.d/libVKLayerBasic.so", + "library_path": "/etc/vulkan/implicit_layer.d/libVkLayer_basic.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Sample Layer", diff --git a/layers/linux/object_tracker.json b/layers/linux/VkLayer_device_limits.json index 7b21a910..b26cffe8 100644 --- a/layers/linux/object_tracker.json +++ b/layers/linux/VkLayer_device_limits.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_ObjectTracker", + "name": "VK_LAYER_LUNARG_device_limits", "type": "GLOBAL", - "library_path": "./libVKLayerObjectTracker.so", + "library_path": "./libVkLayer_device_limits.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/draw_state.json b/layers/linux/VkLayer_draw_state.json index 49c7d3b9..71504afb 100644 --- a/layers/linux/draw_state.json +++ b/layers/linux/VkLayer_draw_state.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_DrawState", + "name": "VK_LAYER_LUNARG_draw_state", "type": "GLOBAL", - "library_path": "./libVKLayerDrawState.so", + "library_path": "./libVkLayer_draw_state.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/generic.json b/layers/linux/VkLayer_generic.json index 44ec1245..fa2bc3df 100644 --- a/layers/linux/generic.json +++ b/layers/linux/VkLayer_generic.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Generic", + "name": "VK_LAYER_LUNARG_generic", "type": "GLOBAL", - "library_path": "./libVKLayerGeneric.so", + "library_path": "./libVkLayer_generic.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Sample Layer" diff --git a/layers/linux/image.json b/layers/linux/VkLayer_image.json index b1fb9eb7..20651a3d 100644 --- a/layers/linux/image.json +++ b/layers/linux/VkLayer_image.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Image", + "name": "VK_LAYER_LUNARG_image", "type": "GLOBAL", - "library_path": "./libVKLayerImage.so", + "library_path": "./libVkLayer_image.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/mem_tracker.json b/layers/linux/VkLayer_mem_tracker.json index 8ecf849b..4d14d04b 100644 --- a/layers/linux/mem_tracker.json +++ b/layers/linux/VkLayer_mem_tracker.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_MemTracker", + "name": "VK_LAYER_LUNARG_mem_tracker", "type": "GLOBAL", - "library_path": "./libVKLayerMemTracker.so", + "library_path": "./libVkLayer_mem_tracker.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/multi.json b/layers/linux/VkLayer_multi.json index 610b3028..1ff35825 100644 --- a/layers/linux/multi.json +++ b/layers/linux/VkLayer_multi.json @@ -3,7 +3,7 @@ "layer" : { "name": "VK_LAYER_LUNARG_multi1", "type": "DEVICE", - "library_path": "./libVKLayerMulti.so", + "library_path": "./libVkLayer_multi.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Sample multiple layer per library", @@ -14,7 +14,7 @@ "layer" : { "name": "VK_LUNARG_multi2", "type": "INSTANCE", - "library_path": "./libVKLayerMulti.so", + "library_path": "./libVkLayer_multi.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Sample multiple layer per library", diff --git a/layers/linux/VkLayer_object_tracker.json b/layers/linux/VkLayer_object_tracker.json new file mode 100644 index 00000000..026630d6 --- /dev/null +++ b/layers/linux/VkLayer_object_tracker.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "1.0.0", + "layer" : { + "name": "VK_LAYER_LUNARG_object_tracker", + "type": "GLOBAL", + "library_path": "./libVkLayer_object_tracker.so", + "api_version": "0.210.0", + "implementation_version": "1", + "description": "LunarG Validation Layer", + "instance_extensions": [ + { + "name": "VK_EXT_debug_report", + "spec_version": "2" + } + ] + } +} diff --git a/layers/linux/device_limits.json b/layers/linux/VkLayer_param_checker.json index bf7aa1bc..c0c07161 100644 --- a/layers/linux/device_limits.json +++ b/layers/linux/VkLayer_param_checker.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_DeviceLimits", + "name": "VK_LAYER_LUNARG_param_checker", "type": "GLOBAL", - "library_path": "./libVKLayerDeviceLimits.so", + "library_path": "./libVkLayer_param_checker.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/screenshot.json b/layers/linux/VkLayer_screenshot.json index 4b622daf..020f8374 100644 --- a/layers/linux/screenshot.json +++ b/layers/linux/VkLayer_screenshot.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_ScreenShot", + "name": "VK_LAYER_LUNARG_screenshot", "type": "GLOBAL", - "library_path": "./libVKLayerScreenShot.so", + "library_path": "./libVkLayer_screenshot.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG image capture layer" diff --git a/layers/linux/swapchain.json b/layers/linux/VkLayer_swapchain.json index dc2ce5b6..dc9e15a9 100644 --- a/layers/linux/swapchain.json +++ b/layers/linux/VkLayer_swapchain.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Swapchain", + "name": "VK_LAYER_LUNARG_swapchain", "type": "GLOBAL", - "library_path": "./libVKLayerSwapchain.so", + "library_path": "./libVkLayer_swapchain.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/threading.json b/layers/linux/VkLayer_threading.json index 3e64325e..6e4b0336 100644 --- a/layers/linux/threading.json +++ b/layers/linux/VkLayer_threading.json @@ -1,9 +1,9 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "VK_LAYER_LUNARG_Threading", + "name": "VK_LAYER_LUNARG_threading", "type": "GLOBAL", - "library_path": "./libVKLayerThreading.so", + "library_path": "./libVkLayer_threading.so", "api_version": "0.210.0", "implementation_version": "1", "description": "LunarG Validation Layer", diff --git a/layers/linux/param_checker.json b/layers/linux/param_checker.json deleted file mode 100644 index 305e79b5..00000000 --- a/layers/linux/param_checker.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_ParamChecker", - "type": "GLOBAL", - "library_path": "./libVKLayerParamChecker.so", - "api_version": "0.210.0", - "implementation_version": "1", - "description": "LunarG Validation Layer", - "instance_extensions": [ - { - "name": "VK_EXT_debug_report", - "spec_version": "2" - } - ] - } -} |
