Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

arno-lunarg/Vulkan-ValidationLayers

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-debug-label-regions - Vulkan Validation Layers

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-debug-labels

arno-lunarg pushed 10 commits to arno-gpuav-debug-labels arno-lunarg/Vulkan-ValidationLayers
  • layers: Fix message formatting in WSI validation dda0b17
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... d952704
  • tests: Deserialized accel struct no false positive 21e6c02
  • layers: Fix VU 04087 Need to check that family indices are not equal 3a6023c
  • tests: Add ownership transfer tests for 09049 and 09052 There is validation but not the tests for: VUID-VkBufferMemo... 8bbdd7e
  • layers: Improve ValidateDescriptor aff9d28
  • gpu: Prevent false positives for aliased bindings 62286d3
  • tests: Prevent false positives for aliased bindings e7100bb
  • gpuav: Add debug label regions to instrumentation errors 7bae578
  • tests: Add GPU-AV debug label regions tests de4b2ec

View on GitHub

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-debug-labels - Vulkan Validation Layers

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-fix-deserialized-accel-structs-validation

arno-lunarg pushed 17 commits to arno-fix-deserialized-accel-structs-validation arno-lunarg/Vulkan-ValidationLayers
  • gpu: Fix Sampler array checks 87488f7
  • tests: Extra GPU-AV tests for post processing a7639da
  • tests: Remove Align from Descriptor Buffers 9c95b59
  • layers: Renames and cleanup of ownership transfer code 6d673d8
  • layers: Add VUID labels 2cb2f54
  • scripts: Remove implicit checks with no XML backing it c1352b1
  • scripts: Fix missing pNext pointer checks bb45ce8
  • scripts: Remove old VUID exception d0724b8
  • scripts: Remove VUID that are not called 4a210c4
  • layers: More misc stateless VU fixes c130f33
  • scripts: Cleanup of stateless script names 180acdc
  • scripts: Cleanup of missing implicit VUs f1223ca
  • layers: Add Queue Support for Shader Object a8e2ee6
  • layers: Fix comparison of QFOImageTransferBarrier objects Use canonical form of subresource range: substitute VK_REM... 9d4f202
  • tests: Test image ownership transfer 3434da9
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... 3e58ff6
  • tests: Deserialized accel struct no false positive 5f4c823

View on GitHub

github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers

snapshot-2024wk46 - Vulkan Validation Layers

arno-lunarg pushed 16 commits to arno-fix-deserialized-accel-structs-validation arno-lunarg/Vulkan-ValidationLayers
  • gpu: Remove Shader Instrumentation Cache 6302ca3
  • sync: Use formatting functions instead of operators It is hard to search the code when formatting is based on operat... 43c84d5
  • sync: Remove SyncValidationInfo type a0f2462
  • sync: Make CommandExecutionContext::sync_state a reference 57a34e7
  • sync: Devirtualize renderpass replay Only primary command buffers can begin/end render pass. This simplifies design... ce8c007
  • scripts: Make clang-format detection work with Windows d782adb
  • scripts: Update VUL to pick up OMM fixes 2354f88
  • tests: Simple OMM positive test with basic fixes 1a9a169
  • stateless: Basic OMM stateless validation e4f8d80
  • tests: Add negative tests for a couple of OMM stateless checks b05f1fc
  • layers: Removed unmaintained doxygen comments c7845f6
  • layers: Add pNext check for vkCreateShaderModule b034573
  • layers: Add Array check for Inline Uniform Blocks b6ee1a0
  • layers: Add GetPipelineInterfaceVariableVUID 7207c18
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... fd75261
  • tests: Deserialized accel struct no false positive ef37bc0

View on GitHub

arno-lunarg pushed 2 commits to arno-fix-deserialized-accel-structs-validation arno-lunarg/Vulkan-ValidationLayers
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... f6aee6e
  • tests: Deserialized accel struct no false positive 6a1a896

View on GitHub

arno-lunarg pushed 2 commits to arno-fix-deserialized-accel-structs-validation arno-lunarg/Vulkan-ValidationLayers
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... 585d11b
  • tests: Deserialized accel struct no false positive 8cd118d

View on GitHub

arno-lunarg pushed 3 commits to arno-fix-deserialized-accel-structs-validation arno-lunarg/Vulkan-ValidationLayers
  • layers: Fix VUID label 117b968
  • layers: Fix handling of deserialized accel struct After a deserialization, VVL has no info on how the deserialized a... eb32a5e
  • tests: Deserialized accel struct no false positive fbfd6df

View on GitHub

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-fix-deserialized-accel-structs-validation - Vulkan Validation Layers

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpu-fix-abort

arno-lunarg pushed 13 commits to arno-gpuav-fixes arno-lunarg/Vulkan-ValidationLayers
  • tests: Move buffer resource reporting tests bc2c384
  • layer: Early return in PreCallValidateCreateDevice 41c46c2
  • layers: Move feature check to stateless 5e06c12
  • tests: Create NegativeDeviceFeatureProperty 93559ee
  • layers: Fix VerifySetLayoutCompatibility for Samplers 45a85f1
  • tests: Add new DuplicateLayout tests 123fc48
  • layers: Fix generated VkCommandBufferInheritanceInfo 75efbec
  • layers: Fix generated VkAccelerationStructureGeometryDataKHR 9d7a81e
  • layers: Fix generated VkPresentInfoKHR 1cf0103
  • tests: Add pipeline cache result checks to tests e95a8c7
  • tests: Add inline uniform buffer for GPU-AV cbdfb0e
  • gpuav: Fix handling of PIPELINE_COMPILE_REQUIRED - Remove VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT f... 630ae0b
  • gpuav: Cleanup - Renaming in PreCallRecordPipelineCreationShaderInstrumentation - Now returns success/failure 3b88fde

View on GitHub

arno-lunarg pushed 7 commits to arno-gpuav-fixes arno-lunarg/Vulkan-ValidationLayers
  • layers: Cleanup function naming a3106f6
  • layers: Remove including state tracker in header 2477789
  • layers: Remove extra character in log dec415f
  • scripts: Remove most raw new/deletes from handle wrapping Most of these can be replaced directly with small_vector<>... 6c3011b
  • layers: Fix grammar mistakes 6cde840
  • gpuav: Fix handling of PIPELINE_COMPILE_REQUIRED - Remove VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT f... e2cb541
  • gpuav: Cleanup - Renaming in PreCallRecordPipelineCreationShaderInstrumentation - Now returns success/failure b27bfa5

View on GitHub

github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers

snapshot-2024wk45 - Vulkan Validation Layers

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-fixes - Vulkan Validation Layers

arno-lunarg pushed 26 commits to arno-gpu-fix-abort arno-lunarg/Vulkan-ValidationLayers
  • scripts: Let generate_source.py be called with a single path In most cases both Vulkan-Headers and SPIRV-Headers are... d464c3b
  • sync: Add compact output for ALL reads a49699a
  • tests: Test compact output for ALL reads 764c86e
  • gpu: Give error if using IES with GPU-AV fc18a9d
  • sync: Use FlagBits2 instead of Flags where appropriate This does not improve type safety (both types are aliases to ... 5964882
  • sync: DeKHR implementation details This code does not depend on whether sync2 extension is enabled or not. Sync2 typ... 8451266
  • tests: Fix tests on Windows Arm a84b49c
  • gpuav: Handle VK_PIPELINE_COMPILE_REQUIRED ca22a05
  • gpuav: Fix self validation for Mac eb76879
  • tests: Move syncval error reporting tests 266640a
  • tests: Minor cleanup f51215b
  • sync: Add compact output for ALL writes b81a1e9
  • tests: Test compact output for ALL writes 93feae4
  • gpu: Typo and renaming b364ae3
  • gpu: Add PostProcessDescriptorIndexSlot 5f9bbe1
  • gpu: Add InstrumentationDescriptorSetLayouts 73009e6
  • gpu: Move Descriptor Binding Layout LUT to CPU e9135cf
  • gpu: Apply naming feedback 5b6a5b4
  • gpu: Confirm Spec Constant are supported 3e19c22
  • sync: Remove debug labels todo Don't need this after timelines support was added. 58b4fca
  • and 6 more ...

View on GitHub

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-fix-null-desc-set-state-dereference

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-fix-mac-self-validation

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpu-fix-compile-required-handling

arno-lunarg pushed 138 commits to arno-gpu-fix-abort arno-lunarg/Vulkan-ValidationLayers
  • tests: Add regression test for issue 7024 The false-positive is covered by the earlier fix https://github.com/Khrono... 65b79ba
  • printf: Add deferred RT pipeline test Also misc cleanup I did while chasing a bug in debug printf that turned out to... 65e22af
  • gpu: Renaming gpuav::GpuAssistedShaderTracker => gpuav::InstrumentedShader - no need to add `GpuAssisted` as this st... 6103774
  • tests: Use vvl::span for buffer helpers There are more places to do this but that's a minimal change for the current... 16f30ea
  • tests: Initialize buffer with data This creates a buffer bound to the host visible coherent memory type. All impleme... 60dec9c
  • sync: Disable validation of ranges specified by indirect buffer This needs shader instrumentation support - similar ... 8d1ff73
  • tests: Access suballocated buffer from indirect draw 8262f75
  • tets: Remove unused m_do_everything_spv 0805262
  • test: Cleanup shader helper 8ddae0e
  • tests: Move GLSLtoSPV out of general framework 28d3d06
  • tests: Add repro case for issue 5240 This test should trigger an error during QueueSubmit when the issue is fixed. 781e3b7
  • layers: Update SPIR-V Headers c7053da
  • scripts: Update using SPIRV-Headers new alias field 9553b97
  • scripts: Add deviceGeneratedCommands alias cbb4ab1
  • build: Update to header 1.3.298 b287b59
  • gpuav: Devirtualize Run and PrintDebugInfo They are never used through their base class, so might as well remove the... 31de7dd
  • tests: GPU-AV tests not checking if can run dbda8e2
  • tests: Ban DynamicRayTracingPipelineStack for mockICD bbb0d49
  • layers: Fix wrong pointer lookup 82bdca4
  • sync: Cleanup of headers cbce9f2
  • and 118 more ...

View on GitHub

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-fix-mac-self-validation - Vulkan Validation Layers

github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers

snapshot-2024wk44 - Vulkan Validation Layers

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-scripts-fixes

arno-lunarg pushed 65 commits to arno-auto-printf arno-lunarg/Vulkan-ValidationLayers
  • layers: Added present fences to thread safety checks 4ed4b05
  • gpu: Add suffix 08114 to VUID name d5fa3d6
  • gpu: Add new VUID label of Index OOB 0fc2770
  • layers: Validate binary sync depenency on timeline wait This validates "and any semaphore signal operations on which... 1eeb363
  • tests: Test binary sync depenency on timeline wait cbe409e
  • layers: Combine Sample Location Enable VUs 78a5e7e
  • layers: Combine Discard Rectangle Mode/Enable VUs 936b0f8
  • gpu: Add BDA Alignmnet VU 59b8e5f
  • gpu: Demote DrawCount capped by maxDrawCount to warning b6cb350
  • layers: Fix present fence does not retire present semaphores eb90917
  • layers: Test present fence does not retire present semaphores cd072c8
  • layers: Create a ValidateCreateImageDrmFormatModifiers ef1cb8d
  • layers: Add ValidateCreateImageCompressionControl 751e6e4
  • layers: Add MultiPlanar FormatList 42ca8ad
  • layers: Move SemaphoreSubmitState This type is used as a local variable by QueueSubmit to collect updates during val... 3faf934
  • layers: Document SemaphoreSubmitState Also minor change to use vvl helpers 16dc9a8
  • build: Update SPIRV dependencies to latest 45bde64
  • scripts: Fix UTF8 with ASCII values f801362
  • tests: Cleanup MultiPlane and YCbCr tests f093b7a
  • layers: Fix image use check for release swapchain images ad7d00e
  • and 45 more ...

View on GitHub

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-scripts-fixes - Vulkan Validation Layers

arno-lunarg pushed 1 commit to arno-auto-printf arno-lunarg/Vulkan-ValidationLayers

View on GitHub

github-actions[bot] created a tag on arno-lunarg/Vulkan-ValidationLayers

snapshot-2024wk43 - Vulkan Validation Layers

arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-auto-printf - Vulkan Validation Layers

Load more