Ecosyste.ms: Timeline

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

arno-lunarg

arno-lunarg pushed 21 commits to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
  • chassis: Simplify Dispatch and Validation object tracking Split Device and Instance state into separate maps. Make m... 3d4d519
  • layers: Cleanup post 1.4 VUID names 4a230e6
  • tests: Missing extension enablements in tests d84bbba
  • gpuav: Rename UpdateCommandCount To IncrementCommandCount b3f08e9
  • tests: Breakup and fix host image tests e7bd009
  • layers: Update alias post 1.4 5348c37
  • layers: Fix VUID for 1.4 device features a3c11ab
  • tests: Test creating device with duplicated features 3207eb5
  • layers: Improve UsageHostTransferCheck error message 98b2949
  • layers: Group buffer copy checks 13d5aba
  • layers: CopyImage error messages efee2e5
  • layers: Add ValidateCopyImageRegionCommon 9309e4e
  • layers: Add more CopyImageBuffer VUID maps b7967f7
  • layers: Misc cleanup of Copy Buffer Image code af17245
  • tests: Reorganize GPU-AV tests 6547e36
  • scripts: Misc generator cleanups 101a7b5
  • layers: Make use of c++17 pair accessor 83ac7ba
  • layers: Give non-map names to non-image-layout-maps 03c4c21
  • layers: Collapse the image layout map value 7175c89
  • layers: Use ImageLayoutRegistry name instead 3d71b87
  • and 1 more ...

View on GitHub

arno-lunarg pushed 16 commits 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... 2f87571
  • gpuav: Fix storage buffers bindings offsets 0d42c87
  • gpuav: Fix binding size be72488
  • gpuav: Temporarily disable Mesh test 42cf5f4
  • gpuav: Invert indices in test 0ec2ccc
  • gpuav: Remove ValidationPipeline struct c526dd5
  • gpuav: Address ARNO_TODO 6b9cb43
  • gpuav: Fix Mesh test e17405d
  • gpuav: Fix vertex buffer stride handling I guess stride == 0 => vertex attributes are tightly packed f0a737f
  • gpuav: Improve performance By augmenting computer shaders wave size 4c2871e
  • gpuav: Address PR comments ac7362b
  • tests: Add more complex indexed draw test 6105fb6
  • gpuav: Address part of PR comments, better err msg Add more info to out of bounds vertex buffer fetch 6a6b17d
  • gpuav: Have vko::Buffer::Create return success 83abf7f
  • gpuav: Further address PR comments b902c18
  • tests: Add gpu_av_indirect_buffer_positive eeaa849

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Done, with `gpu_av_indirect_buffer_positive`

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
done

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
leftover

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
Now that you make me look at this again, I think I should just remove that. No point in doing core validation's job here

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Ah again leftover from previous attempt, I can just remove 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 comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Ah yes oversight. That's also why I added non const versions of `vko::Buffer::VkHandle`

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
nice

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I do it on purpose, only count buffer validation is not possible without shaderInt64

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

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
This vbb.size - vbb.offset looks completely wrong ...

View on GitHub

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

View on GitHub

arno-lunarg pushed 36 commits to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
  • tests: Remove old feature extension enabling 07c2d7c
  • tests: Add basic vkt wrappers for Instance and Surface This fixes several leaks of surface related memory. 35b7fea
  • layers: Reduce pRegions loops 561f841
  • sync: Remove access entries of destroyed resources Syncval cleanups old access entries during host side synchronizat... 5a3bf04
  • tests: Monitor access state cleanup bf0e5ee
  • gpu: Fix static array checking f6747fd
  • gpu: Fix TexelFetch case 685d37d
  • gpu: Add Atomic Image descriptor OOB checks 99d854c
  • gpu: Add Atomic Buffer descriptor OOB checks 6f587aa
  • gpu: Add storage image tests 8d63690
  • tests: Cleanup copy image buffer tests 902f3cf
  • sync: Replace bitmask with index where possible 0a35674
  • layers: Fix TexelBlockExtent error messages 7d086dc
  • tests: Create dedicated image layout test file 171b7a9
  • layers: Don't validate external image layouts eaaa35b
  • sync: Rename SyncStageAccessInfoType -> SyncAccessInfo 479275a
  • sync: Rename SyncStageAccessIndex -> SyncAccessIndex StageAccess name was used to indicate specific access on specif... 6d9b324
  • sync: Rename more StageAccess patterns to Access e18e395
  • layers: Fix error message and new tests for copies cfb3370
  • gpu: Fix GPU-AV Perf Regression 76ed37f
  • and 16 more ...

View on GitHub

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

arno-gpuav-debug-label-cmd-validation - Vulkan Validation Layers

arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Rename UpdateCommandCount
To IncrementCommandCount
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-rename - Vulkan Validation Layers

arno-lunarg pushed 1 commit to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
  • gpuav: Address PR comments 03f337c

View on GitHub

arno-lunarg pushed 1 commit to arno-gpuav-cmd-validation-rework arno-lunarg/Vulkan-ValidationLayers
  • gpuav: Address PR comments c7345e8

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Yes good point!

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
Ah we don't need that anymore

View on GitHub

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

View on GitHub

Load more