Ecosyste.ms: Timeline

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

arno-lunarg

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

View on GitHub

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!

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
Please make sure `BufferCopiesValidationStressTest` and `BufferCopiesValidationStressTest2` still run fast!

View on GitHub

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 ...

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

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...

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

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 abstractions
arno-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

View on GitHub

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

View on GitHub

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

View on GitHub

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 commands
arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-cmd-validation-rework

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 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

View on GitHub

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

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
To remove some noise from this PR, I will do this in a subsequent PR

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Yes I will move new relevant tests to this file

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
indeed

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
No I did not hit this, just realized that `Create` was not propagating errors so I just updated that!

View on GitHub

arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

Load more