Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
EDIT 2: Reworked again to account for Artem's comments. Removed debug label region tracking from the `CommandBuffer` class, now it is tracked on a "per command buffer submission" basis, in the `Com...
arno-lunarg opened an issue on KhronosGroup/Vulkan-ValidationLayers
Enhance support for debug label regions in GPU-AV and debug printf
- For GPU-AV, missing support for secondary command buffers - For debug printf, everything to do: the current code infrastructure does not allow to track debug printf data on a per command basis. ...arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... 3bce1f6
arno-lunarg pushed 11 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- layers: Add PushConstantRange check for ShaderObjects 1795ef6
- layers: Add support for AV1 encode and QP maps This change adds validation support for: - VK_KHR_video_encode_av1 - ... 7688526
- layers: Add string_view header 7a420a3
- layers: Remove unused UpdateDrawStates args 5257f99
- layers: Remove callback for image layout 75ffbf4
- layers: Rename LastBound::PER_SET c82950c
- layers: VUID Churn for 1.3.302 85fe4a2
- layers: Add VK_EXT_vertex_attribute_robustness 4ce616a
- tests: Add Mutable Descriptor tests 74c1155
- layers: Make common NeedDrawStateValidated function 24ad452
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... 4161d3b
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
IMO here it is ok to go for `ds_state` (makes sense from context), but still have `descriptor_buffer_binding` has long name. `ds_state` is commonly used, `descriptor_buffer_binding` is not
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
![ohnepixel-csgo](https://github.com/user-attachments/assets/9ff233a9-a358-487c-acd5-acdc656ccf61)
arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Had a call with Artem, maintaining some state per command buffer looks wrong. And state needs to be maintained per command buffer _submission_, not per command buffer: the same command buffer could...
arno-lunarg pushed 25 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 5c63c00
- layers: Improve SkipBinding name bc6aaa5
- gpu: Move PostProcessBuffer to own slot 95726e3
- gpu: Remove DescriptorSetRecord 293a529
- scripts: Remove end of function ';' from chassis files 44b1bde
- layers: Fix in-use message for fence and semaphore e762b8f
- tests: Test semaphore and fence in-use error messages 258400c
- gpu: Add MaxInstrumentationsCount for Post Proess Pass f1859ee
- tests: Fix enabling extensions in multi draw test 271e23a
- scripts: Start to refactor ValidationObject Previously, there were top level ValidationObjects stored in layer_data_... 146f1b0
- layers: Remove extra space befa7e8
- tests: Fix mutable descriptor test e0ccd6e
- tests: Fix coop matrix test 1cb37c1
- tests: Fix shader object coop matrix test 96056d0
- layers: Add ShaderObject Interface Variable checks c7345a8
- settings: Fix minor typos in VkLayer_khronos_validation.json.in While browsing/modifying this JSON file I spotted a ... ad64122
- build: Update to header 1.3.302 17e195e
- layers: Cleanup of Queue and ImageLayout checks 684b153
- layers: Remove unused ifdef 451cbee
- scripts: Add SPIR-V Provisional wrapping 04ca7c3
- and 5 more ...
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I think it fails because `shader_object_states` is an array of pointers, not just a pointer
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 if (!last_bound.pipeline_state && !last_bound.HasShaderObjects()) { ```
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
💯
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion // This holds inforamtion for a given action command (draw/dispatch/trace rays) ```
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion // For each vkCmdBindDescriptorSets()... ``` This comment (this line only) should be titling the enclosing `for` loop
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 on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
George Lucas will probably make a new Indiana Jones trilogy out of this archaeological endeavor! ![image](https://github.com/user-attachments/assets/bd795e6c-95c0-48cb-932b-374542a4e2fc)
arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 5c63c00
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Should it stay `device_object` or become `dispatch_object`?
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
George Lucas will probably make a new Indiana Jones trilogy out of this archaeological endeavor!
arno-lunarg pushed 1 commit to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
- gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for deb... fe1eb19
arno-lunarg pushed 2 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
arno-lunarg pushed 2 commits to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Ultimately we want the same level of support as sync val, so this is valuable info! I need to look at how you do those things and will probably ping you again on this topic
arno-lunarg created a comment on an issue on KhronosGroup/Vulkan-ValidationLayers
@artem-lunarg may have an answer on that
arno-lunarg pushed 1 commit to arno-debug-label-region-2 arno-lunarg/Vulkan-ValidationLayers
- layers: Rework LoggingLabel::Export Remove the need for a staging std::vector 87f1423