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 169 commits to arno-gpuav-rename-gpu-folder arno-lunarg/Vulkan-ValidationLayers
  • layers: Add UNUSED_WHILE_PENDING to threading exception 5c7c9dc
  • layers: Cleanup ValidateHostCopyCurrentLayout 6ec0f3d
  • layers: Cleanup Buffer::ComputeSize It always has been `ComputeValidSize` under the hood, so remove needless abstrac... 7bd8c8b
  • tests: Prove image layout works with descriptor indexing 826b9ea
  • tests: Add FindSupportedCompressedFormat 0382d40
  • layers: Improve error message for copies 33efe00
  • layers: Fixes for image buffer copies 94c43f2
  • tests: Remove FindSupportedCompressedFormat 9d24718
  • gpuav: Add debug label regions to validation cmds 541a2d4
  • scripts: Generate FindAlias for VUID maps aa9bdfc
  • layers: Fix empty timeline assumption in Semaphore::EnqueueWait It can be empty not only for imported semaphore. Reg... 8a41fe2
  • tests: Add regression test for empty timeline after queue wait c7e57b3
  • tests: Use profiles layer support for video Now that the Vulkan Profiles layer supports video profiles, switch to us... ff847ce
  • tests: Remove RGB9E5 support from max_profile.json The Test ICD has hard-coded logic for not supporting RGB9E5. If t... ca82303
  • build: Fix GN build c8ae21c
  • tests: More Sampled Images tests for GPU-AV 44f63c6
  • tests: Remove invalid positive array layer tests 828d51a
  • settings: Revert enable_message_limit 91cce79
  • tests: Fix tests for duplicate limit bf06fbe
  • layers: Do not create wait timepoint after signal retired This is follow-up to 8a41fe2 - Fix empty timeline assumpti... dde6a7a
  • and 149 more ...

View on GitHub

arno-lunarg pushed 1 commit to arno-new-clang-format arno-lunarg/Vulkan-ValidationLayers
  • vvl: Test a new .clang-format 997f2ba

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Is the issue the blanks between the variable name and its default value?

View on GitHub

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

View on GitHub

arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
So for instance I like that for GPU-AV specifically because it turns this: ![image](https://github.com/user-attachments/assets/ad34516b-6806-4dac-8f64-29e5d67be3e8) into this: ![image](https...

View on GitHub

arno-lunarg opened a draft pull request on KhronosGroup/Vulkan-ValidationLayers
vvl: Test a new .clang-format
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-new-clang-format - Vulkan Validation Layers

arno-lunarg created a comment on an issue on KhronosGroup/Vulkan-ValidationLayers
Issue fixed on my end, @ziga-lunarg can you still reproduce?

View on GitHub

arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-disable-vertex-buffer-fetching-validation

arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
  • gpuav: Disable vertex buffer fetching validation It can be too slow, I am moving validation to instrumentation 8a7619f

View on GitHub

arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Disable vertex buffer fetching validation
Second half of the fix for https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9141 It can be too slow, stalling the GPU. I am moving validation to instrumentation
arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-fix-draw-count-management

arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
  • gpuav: Fix handling of count buffer - Clamp manually read count buffer value to maxDrawCount - Fix count buffer offs... d4e8cba

View on GitHub

arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Fix handling of count buffer
Half of the fix for https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9141 Second half will be disabling GPU-AV vertex buffer fetching validation. - Clamp manually read count buffe...
arno-lunarg pushed 1 commit to arno-gpuav-disable-vertex-buffer-fetching-validation arno-lunarg/Vulkan-ValidationLayers
  • gpuav: Disable vertex buffer fetching validation It can be too slow, I am moving validation to instrumentation db60cf9

View on GitHub

arno-lunarg pushed 1 commit to arno-gpuav-disable-vertex-buffer-fetching-validation arno-lunarg/Vulkan-ValidationLayers
  • gpuav: Disable vertex buffer fetching validation It can be too slow, I am moving validation to instrumentation 1159d91

View on GitHub

arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Disable vertex buffer fetching validation
It can be too slow, I am moving validation to instrumentation
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-disable-vertex-buffer-fetching-validation - Vulkan Validation Layers

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
So I could add them, but they would not be reliable in detecting errors. Maybe still better than nothing?

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
Or rather they may provoke device losses, or just nothing, at least they would not be predectible

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 pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
  • build: Fix a C++23 build error Trying to build with C++23 fails due to the Instruction type being incomplete (probab... 19a5c45

View on GitHub

arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
Fix C++23 build error in function_base_block.h
Trying to build with C++23 fails due to the Instruction type being incomplete (probably std::unique_ptr<> requirements became stricter). This patch fixes the error by #including the type instead of...
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
There is a mixture of plain `continue;` and `ASSERT_AND_CONTINUE`, everything ok? Easy to conflate them

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion const Location color_attachment_info_loc = rendering_info_loc.dot(Field::pColorAttachments, i); ```

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion "(0x%" PRIx32 ") most significant bit must be less than maxMultiviewViewCount (%" PRIu32 ")", ```

View on GitHub

Load more