Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
arno-lunarg pushed 1 commit to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
- gpu: Check index buffer contents in pre-draw validation Fixes #2492 Completely rework gpuav_draw, to make it easier... 631d6fd
arno-lunarg pushed 1 commit to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
- wip 8a09232
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-gpuav-cmd-validation-rework - Vulkan Validation Layers
github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers
snapshot-2024wk48 - Vulkan Validation Layers
arno-lunarg pushed 4 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... f972ce0
- gpuav: R gpuav_subclasses -> gpuav_state_trackers fecac9e
- gpuav: Remove auto It hurts code comprehension in those cases 048b22b
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 6f58d78
arno-lunarg pushed 7 commits to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
- gpu: Handle Alias variables 7fd70be
- layers: Label ImageLayout VU b0c7d96
- layers: Cleanup to some variable names 5fbde48
- sync: Categorize error messages That's all syncval error messages that has different structure. Made some deduplicat... e299677
- gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... f3724e1
- gpuav: R gpuav_subclasses -> gpuav_state_trackers e2ad94e
- gpuav: Remove auto It hurts code comprehension in those cases 5c8d588
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... b465482
arno-lunarg pushed 5 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpu: Reduce post processing already done on CPU dff0ec6
- scripts: Split up chasssis.{h,cpp} Move the giant blocks of 'manual' code to files under layers/chassis DispatchObj... 71fcb0f
- ci: Skip Video tests for ThreadSanitizer 6024541
- tests: Add sparse binding test for VU 03245 74ba799
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 0fa528b
arno-lunarg pushed 1242 commits to arno-unordered-dense arno-lunarg/Vulkan-ValidationLayers
- tests: Remove operator bool It's unsafe. Can hide errors where you use an argument of a wrong type but conversion op... 22457c7
- layers: Option to print application name 9d42b67
- layers: Fix when updating binding never created in layout d7cd733
- settings: Set warning/perf for Best Practice preset 56731db
- build: Update shader toochain for SDK f69be65
- layers: Fix typo for vuid 08734 718d37f
- layers: Fix crash from null pCreateInfo 00e2ef0
- gpu: Fix settings handling Default values were not taken into account 44d3258
- gpuav: Track which set is used during descriptor indexing a0a8bab
- layers: Update buffer address related VU error msg Use FormatHandle to print buffers 3c23067
- layers: Early return ValidateFsOutputsAgainstRenderPass 31ffb45
- layers: Prevent false positive when using fragment output array 444375d
- tests: Remove vkt::Buffer default usage UNIFORM_BUFFER looked too specific and uniform buffers often a bit special f... e28f3fd
- tests: Add second command pool/buffer Often needed when the second queue is used 64c3935
- gpuav: Use internal stream out constants 6a9bce0
- tests: Remove deprecated m_commandPool d9cdffb
- layers: Fix skip management in RT validation skip was not propagated correctly 00c0bd4
- gpu: Enclose in namespace gpuav Also remove leftover from removed acceleration structure validation 01368e8
- scripts: Fix generate_spirv.py needing clang-format 02a12a0
- layers: Improve invalid VkFlag error message 52a7f67
- and 1222 more ...
arno-lunarg pushed 5 commits to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
- ci: Skip Video tests for ThreadSanitizer 6024541
- tests: Add sparse binding test for VU 03245 74ba799
- gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... d5400da
- gpuav: R gpuav_subclasses -> gpuav_state_trackers b8880c9
- gpuav: Remove auto It hurts code comprehension in those cases cc6b12b
arno-lunarg pushed 1 commit to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
- gpuav: R gpuav_subclasses -> gpuav_state_trackers 690137f
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-gpuav-renaming - Vulkan Validation Layers
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 6923271
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 4b27c0d
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... 3bce1f6
arno-lunarg pushed 11 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- layers: Add PushConstantRange check for ShaderObjects 1795ef6
- layers: Add support for AV1 encode and QP maps This change adds validation support for: - VK_KHR_video_encode_av1 - ... 7688526
- layers: Add string_view header 7a420a3
- layers: Remove unused UpdateDrawStates args 5257f99
- layers: Remove callback for image layout 75ffbf4
- layers: Rename LastBound::PER_SET c82950c
- layers: VUID Churn for 1.3.302 85fe4a2
- layers: Add VK_EXT_vertex_attribute_robustness 4ce616a
- tests: Add Mutable Descriptor tests 74c1155
- layers: Make common NeedDrawStateValidated function 24ad452
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... 4161d3b
arno-lunarg pushed 25 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 5c63c00
- layers: Improve SkipBinding name bc6aaa5
- gpu: Move PostProcessBuffer to own slot 95726e3
- gpu: Remove DescriptorSetRecord 293a529
- scripts: Remove end of function ';' from chassis files 44b1bde
- layers: Fix in-use message for fence and semaphore e762b8f
- tests: Test semaphore and fence in-use error messages 258400c
- gpu: Add MaxInstrumentationsCount for Post Proess Pass f1859ee
- tests: Fix enabling extensions in multi draw test 271e23a
- scripts: Start to refactor ValidationObject Previously, there were top level ValidationObjects stored in layer_data_... 146f1b0
- layers: Remove extra space befa7e8
- tests: Fix mutable descriptor test e0ccd6e
- tests: Fix coop matrix test 1cb37c1
- tests: Fix shader object coop matrix test 96056d0
- layers: Add ShaderObject Interface Variable checks c7345a8
- settings: Fix minor typos in VkLayer_khronos_validation.json.in While browsing/modifying this JSON file I spotted a ... ad64122
- build: Update to header 1.3.302 17e195e
- layers: Cleanup of Queue and ImageLayout checks 684b153
- layers: Remove unused ifdef 451cbee
- scripts: Add SPIR-V Provisional wrapping 04ca7c3
- and 5 more ...
github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers
snapshot-2024wk47 - Vulkan Validation Layers
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... fe1eb19
arno-lunarg pushed 2 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
arno-lunarg pushed 2 commits to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
arno-lunarg pushed 1 commit to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 87f1423
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-debug-label-gpu-av - Vulkan Validation Layers
arno-lunarg pushed 1 commit to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector e64c318
arno-lunarg pushed 1 commit to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 69c9eb5
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-debug-label-region-2 - Vulkan Validation Layers