Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion for (uint32_t dra_i = 0; dra_i < device_group_begin_info->deviceRenderAreaCount; ++dra_i) { ```
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
There is a mixture of plain `continue;` and `ASSERT_AND_CONTINUE`, everything ok?
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
There is a mixture of plain `continue;` and `ASSERT_AND_CONTINUE`, everything ok?
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
Since this new function is only called once, unless it is planned to use it at multiple other spots, I don't think adding another dedicated method is a good idea. It just adds another level of indi...
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
Since this new function is only called once, unless it is planned to use it at multiple other spots, I don't think adding another dedicated method is a good idea
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
Since this new function is only called once, unless it is planned to use it at multiple spots, I don't think adding another method for it is a good idea
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion TEST_DESCRIPTION("Use VkBindMemoryStatus when binding image to memory."); ```
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I wanted to know if trying to print strings such as `C:\ttt\nnn\hello` works, it does!
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg closed an issue on KhronosGroup/Vulkan-ValidationLayers
CTS ray tracing test asserts when gpuav is enabled
If run with VVL and gpuav enabled, the test `dEQP-VK.ray_tracing_pipeline.builtin.indirect.indices.triangles` will assert in > Assertion failed: shared_trace_rays_resources.IsValid(), file C:\P...arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- gpuav: Fix shared RT validation resources handling ba6c479
arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Fix shared RT validation resources handling
Closes https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9108 Actually no test was running for indirect trace rays validation. I updated `NegativeGpuAVRayTracing, CmdTraceRaysIndire...arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
yep better!
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg pushed 3 commits to arno-gpu-av-rt-cts-assert arno-lunarg/Vulkan-ValidationLayers
arno-lunarg pushed 1 commit to arno-gpu-av-rt-cts-assert arno-lunarg/Vulkan-ValidationLayers
- gpuav: Fix shared RT validation resources handling b6d278d
arno-lunarg pushed 1 commit to arno-gpu-av-rt-cts-assert arno-lunarg/Vulkan-ValidationLayers
- gpuav: Fix shared RT validation resources handling c6b568f
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Fix shared RT validation resources handling
Closes https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9108 Actually no test was running for indirect trace rays validation. I updated `NegativeGpuAVRayTracing, CmdTraceRaysIndire...arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-gpu-av-rt-cts-assert - Vulkan Validation Layers
arno-lunarg pushed 1 commit to arno-fix arno-lunarg/Vulkan-ValidationLayers
- tests: Test enable VK_KHR_VERTEX_ATTRIBUTE_DIVISOR 731a9b6
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
tests: Test enable VK_KHR_VERTEX_ATTRIBUTE_DIVISOR
Closes https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9109arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-fix - Vulkan Validation Layers
arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers
arno-fix-driver-info-printing-logic
arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- tests: Reworked a bit driver info printing logic A funny issue showed up while investigating issue #9109 When ran on... a90793e