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
tests: Reworked a bit driver info printing logic
A funny issue showed up while investigating issue #9109 When ran on his own, NegativeDeviceFeatureProperty.PhysicalDeviceFeatures2 would fail (expected error not emitted), but would succeed when r...arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers
arno-fix-driver-info-printing-logic - Vulkan Validation Layers
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
You remind me that I need to update `gpuav_dispatch` so that it matches how we do things now in `gpuav_draw`!
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg deleted a branch arno-lunarg/Vulkan-ValidationLayers
arno-gpuav-fix-push-constants-restoration
arno-lunarg pushed 1 commit to main KhronosGroup/Vulkan-ValidationLayers
- gpuav: Fix selection of inst desc set pipe layout Added a test that showed issues with the selection of the pipeline... 27dbbf5
arno-lunarg closed a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Fix selection of instrumentation desc set pipeline layout
Added tests that showed issues with the selection of the pipeline layout used to bind the instrumentation descriptor set. Now, when trying to get pipeline layout from last bound pipeline, if it has...arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg pushed 13 commits to arno-gpuav-fix-push-constants-restoration arno-lunarg/Vulkan-ValidationLayers
- state: Tear down state maps correctly in destructor We had logic in the vkDestroyDevice() code path that cleans up t... 440b190
- layers: Remove win32 handle on memory free 4dbf381
- build: Update to header 1.4.304 90851ef
- layers: Validate update descriptor set with template 76a1910
- tests: Test descriptor update with template c0b8135
- tests: Fix and enable QueueBindSparseMemoryType4 test 6a99ecc
- layers: Validate surface counters ef102ca
- tests: Test surface counters a542797
- layers: Update push constants validation a6592f2
- tests: Test push constants stage and range 87a56e6
- layers: More Update Descriptor cleanup bc7a782
- tests: Use ImageCreateInfo2D more 6affd2a
- gpuav: Fix selection of inst desc set pipe layout Added a test that showed issues with the selection of the pipeline... 7366668
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Thank you for fixing that!
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg pushed 22 commits to arno-gpuav-fix-push-constants-restoration arno-lunarg/Vulkan-ValidationLayers
- layers: Check maxMemoryAllocationSize 87b221b
- sync: Rename video test suite To make it consistent with other syncval tests. NegativeSyncVal* should pattern match ... 70dd7f9
- gpu: Default Image Layout to off 04898b1
- gpu: Add support for multiple access chains 738f1b3
- layers: Fix queue family indices compare for swapchain images 2d4ed2e
- tests: Create images from swapchain with concurrent sharing 863c5fe
- gpu: Clean up calls into the state tracker Use BaseClass consistently and remove no-op PreCallValidate calls. 3eb1f3f
- sync: Clean up calls into the state tracker Use BaseClass instead of StateTracker. Remove no-op PreCallValidate call... dd2eb8f
- corechecks: Clean up calls into the state tracker Use BaseClass::<blah> consistently instead of a mix of StateTracke... 238dc71
- bp: Clean up calls into the state tracker Add `using BaseClass` alias for the state tracker. c552e55
- layers: Fix enumerating performance queries f9ed755
- tests: Test performance queries without enumerating 89c22fe
- bp: Validate push constants in compute 44edd66
- tests: Test missing push constant update f30f822
- sync: Sort extra properties 9f54a9a
- sync: Add option to pretty print extra properties The main purpose of the properties is pattern matching to filter e... a8747b2
- layers: Replace ownership transfer UNASSIGNED with VUIDs 6c4c0b5
- chassis: De-duplicate LogError and related methods 80b92ea
- chassis: Encapsulate access to the handle wrapping map 155dcb2
- layers: Remove VUIDs already covered by 10387/10388 e458145
- and 2 more ...
arno-lunarg created a comment on an issue on KhronosGroup/Vulkan-ValidationLayers
If I follow things correctly, I think you got caught too! The code is the following: ``` const auto &descriptor_set_layouts = *set_layouts_id.get(); const auto &other_ds_layouts =...
arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I can use that yeah!
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
I don't want to pollute `LastBound` with something only used here, but I can shorten names, quite ok given scope of usage
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
This is the only addition. Rest is re-organisation around early exit
arno-lunarg created a review on a pull request on KhronosGroup/Vulkan-ValidationLayers
arno-lunarg pushed 1 commit to arno-gpuav-fix-push-constants-restoration arno-lunarg/Vulkan-ValidationLayers
- gpuav: Fix selection of inst desc set pipe layout Added a test that showed issues with the selection of the pipeline... 1583bbf
arno-lunarg opened a pull request on KhronosGroup/Vulkan-ValidationLayers
gpuav: Fix selection of instrumentation desc set pipeline layout
Added tests that showed issues with the selection of the pipeline layout used to bind the instrumentation descriptor set. Now, when trying to get pipeline layout from last bound pipeline, if it has...arno-lunarg pushed 1 commit to arno-gpuav-fix-push-constants-restoration arno-lunarg/Vulkan-ValidationLayers
- gpuav: Fix selection of inst desc set pipe layout Added a test that showed issues with the selection of the pipeline... 34ef5be