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
- gpuav: Fix storage buffers bindings offsets f03740b
arno-lunarg created a comment on an issue on KhronosGroup/Vulkan-Headers
Working now, thank you!
arno-lunarg closed an issue on KhronosGroup/Vulkan-Headers
validusage.json not updated with 1.4 version
@oddhack it seems when @arno-lunarg / @mikes-lunarg were trying to grab the new 1.4 Vulkan Headers that `validusage.json` was never updated (https://github.com/KhronosGroup/Vulkan-Headers/commits/m...arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Ran the whole test suite with a Nvidia 1.4 driver. Had some issues but they seem driver related. One test needs to be updated, here is a patch: [fix_test_vvl_1_4.patch](https://github.com/user-att...
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... 589738d
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Not even needed, the reference behind the 1.4.303 tag has been updated!
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Thank you <3
arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Well VUs are missing, so some auto generated validation is missing, and tests fail because of that
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 created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
There are some VUs oddities: `VUID-VkBindDescriptorSetsInfo-layout-parameter` is now part of the spec, but I still only see `VUID-VkBindDescriptorSetsInfo-layout-parameter` in `generated\vk_validat...
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Ah it probably got through merge conflicts hell
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpu: Check index buffer contents in pre-draw validation
Still a bunch of `#ARNO_TODO` to address, I know for a fact I have one buffer alignment issue on my nvidia machine to fix, but tests are green on my AMD one. So I think it should be reviewable. The...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 review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-gpuav-cmd-validation-rework - Vulkan Validation Layers
arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Working on a new PR
arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
gpu: Check index buffer contents in pre-draw validation
Fixes #2492 Completely rework gpuav_draw, to make it easier to add validation, and debug existing one. When adding validation for some VkBuffer, the 2 more importants parts are 1) creating the ...arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
looking at the test's compute shaders, looks like it is intended
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 created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion const uint32_t storage_class = variable->StorageClass(); ```
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Some comment on this 5 maybe?
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 19102ba