Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Add debug label regions to validation cmds
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-gpuav-debug-label-validation-cmd - Vulkan Validation Layers
arno-lunarg pushed 1 commit to gpuav-add-comment arno-lunarg/Vulkan-ValidationLayers
- layers: Cleanup Buffer::ComputeSize It always has been `ComputeValidSize` under the hood, so remove needless abstrac... fccaf0e
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Aaah yes `GetBufferRegionSize` better encapsulates function intents. I will go for 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
Please make sure `BufferCopiesValidationStressTest` and `BufferCopiesValidationStressTest2` still run fast!
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I think it has to be clear that this is not `create_info.size`, but an actual valid/effective size, so going for `BufferSize()` or `ComputeBufferSize()` is not a good option, too easy to think "oh ...
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
Valid is related to both input being invalid (offset past buffer, size too big for buffer), or size being `VK_WHOLE_SIZE` So yes maybe `Valid` is not the best choice here... Maybe `ComputeEffecti...
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
layers: Cleanup Buffer::ComputeSize
It always has been `ComputeValidSize` under the hood, so remove needless abstractionsarno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
gpuav-add-comment - Vulkan Validation Layers
arno-lunarg pushed 1 commit to arno-gpuav-rename-gpu-folder arno-lunarg/Vulkan-ValidationLayers
- gpuav: Rename gpu folder to gpuav Also rename `cmd_validation` to `validation_cmd`, a name that actually describes o... ef54b4a
arno-lunarg pushed 1 commit to arno-gpuav-rename-gpu-folder arno-lunarg/Vulkan-ValidationLayers
- gpuav: Rename gpu folder to gpuav Also rename `cmd_validation` to `validation_cmd`, a name that actually describes o... 80e99ff
arno-lunarg pushed 1 commit to arno-gpuav-rename-gpu-folder arno-lunarg/Vulkan-ValidationLayers
- gpuav: Rename gpu folder to gpuav Also rename `cmd_validation` to `validation_cmd`, a name that actually describes o... 621e343
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Rename gpu folder to gpuav
Also rename `cmd_validation` to `validation_cmd`, a name that actually describes one of GPU-AV's feature: inserting validation commandsarno-lunarg closed an issue on KhronosGroup/Vulkan-ValidationLayers
GPU-AV check index buffer out-of-bounds
We recently had a GPU hang that GPU Assisted Validation was unable to catch. We were running with robustBufferAccess disabled and had a -1 in our index buffer. The draw with the index buffer was ...arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- gpu: Check index buffer contents in pre-draw validation Fixes #2492 Completely rework gpuav_draw, to make it easier... f455813
arno-lunarg closed an issue on KhronosGroup/Vulkan-ValidationLayers
GPU-AV check index buffer out-of-bounds
We recently had a GPU hang that GPU Assisted Validation was unable to catch. We were running with robustBufferAccess disabled and had a -1 in our index buffer. The draw with the index buffer was ...arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
GPU-AV: Rework validation commands. Add some Index and vertex buffer 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 6 commits to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
- layers: Add legacy dithering flag to fragment output state Add legacy dithering enable flag as part of fragment outp... 7b6043f
- tests: Add test for GPL and legacy dithering Add test for using legacy dithering enable flag with dynamic rendering ... ac570e7
- ci: Reduce TSAN to tests that need it afa1573
- layers: Small legacy dithering fix e38c283
- sync: Introduce key-value properties section This section is optional and is disabled by default. If enabled it is a... cb414cb
- gpu: Check index buffer contents in pre-draw validation Fixes #2492 Completely rework gpuav_draw, to make it easier... a3251a3