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 review on a pull request on KhronosGroup/Vulkan-ValidationLayers

View on GitHub

arno-lunarg pushed 4 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
  • gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... f972ce0
  • gpuav: R gpuav_subclasses -> gpuav_state_trackers fecac9e
  • gpuav: Remove auto It hurts code comprehension in those cases 048b22b
  • gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 6f58d78

View on GitHub

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

arno-gpuav-renaming

arno-lunarg pushed 7 commits to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
  • gpu: Handle Alias variables 7fd70be
  • layers: Label ImageLayout VU b0c7d96
  • layers: Cleanup to some variable names 5fbde48
  • sync: Categorize error messages That's all syncval error messages that has different structure. Made some deduplicat... e299677
  • gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... f3724e1
  • gpuav: R gpuav_subclasses -> gpuav_state_trackers e2ad94e
  • gpuav: Remove auto It hurts code comprehension in those cases 5c8d588

View on GitHub

arno-lunarg created a comment on an issue on KhronosGroup/Vulkan-ValidationLayers
Would you be able to provide an executable so we can have a proper look at how VVL behaves with your application please?

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
I clearly only worked a little with spirv, so you have the final call, but when just looking at this change in the git diff, it is really not obvious that `resource_variable` designates a spirv var...

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
```suggestion // For each descriptor index we have a 32-bit slot to mark what happend on the GPU. ``` This part is no longer true given your changes? Should be "... we have 64 bits ..."?

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Rename `index`, too vague given the size of the function

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Remove this variable, `resource_variable.IsWrittenTo()` is a constant

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion if (!bound_descriptor_set->ValidateBindingOnGPU(*descriptor_binding, resource_variable->is_dynamic_access)) { ``` or ```suggestion if (!bound_desc...

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
In this context `variable` is too vague. Maybe try `spv_var` or `spv_variable`.

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
```suggestion for (const auto &[desc_set_binding_i, desc_set_reqs] : bindings) { ``` and bindings should be renamed, (actually its type, `BindingVariableMap`, should too) to something like `...

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

View on GitHub

arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Update: Rename `wait_sem_i` and `sig_sem_i` to `i`, replaced some `auto` usage in `queue_state.cpp`

View on GitHub

arno-lunarg pushed 5 commits to arno-debug-label-gpu-av arno-lunarg/Vulkan-ValidationLayers
  • gpu: Reduce post processing already done on CPU dff0ec6
  • scripts: Split up chasssis.{h,cpp} Move the giant blocks of 'manual' code to files under layers/chassis DispatchObj... 71fcb0f
  • ci: Skip Video tests for ThreadSanitizer 6024541
  • tests: Add sparse binding test for VU 03245 74ba799
  • gpuav: Update debug label regions management Took some of what Artem did for syncval Add debug label regions for GPU... 0fa528b

View on GitHub

arno-lunarg pushed 1242 commits to arno-unordered-dense arno-lunarg/Vulkan-ValidationLayers
  • tests: Remove operator bool It's unsafe. Can hide errors where you use an argument of a wrong type but conversion op... 22457c7
  • layers: Option to print application name 9d42b67
  • layers: Fix when updating binding never created in layout d7cd733
  • settings: Set warning/perf for Best Practice preset 56731db
  • build: Update shader toochain for SDK f69be65
  • layers: Fix typo for vuid 08734 718d37f
  • layers: Fix crash from null pCreateInfo 00e2ef0
  • gpu: Fix settings handling Default values were not taken into account 44d3258
  • gpuav: Track which set is used during descriptor indexing a0a8bab
  • layers: Update buffer address related VU error msg Use FormatHandle to print buffers 3c23067
  • layers: Early return ValidateFsOutputsAgainstRenderPass 31ffb45
  • layers: Prevent false positive when using fragment output array 444375d
  • tests: Remove vkt::Buffer default usage UNIFORM_BUFFER looked too specific and uniform buffers often a bit special f... e28f3fd
  • tests: Add second command pool/buffer Often needed when the second queue is used 64c3935
  • gpuav: Use internal stream out constants 6a9bce0
  • tests: Remove deprecated m_commandPool d9cdffb
  • layers: Fix skip management in RT validation skip was not propagated correctly 00c0bd4
  • gpu: Enclose in namespace gpuav Also remove leftover from removed acceleration structure validation 01368e8
  • scripts: Fix generate_spirv.py needing clang-format 02a12a0
  • layers: Improve invalid VkFlag error message 52a7f67
  • and 1222 more ...

View on GitHub

arno-lunarg created a comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
EDIT: Rename `gpuav_subclasses` to `gpuav_state_trackers`, since it is what those files hold. Removed some `auto` usage.

View on GitHub

arno-lunarg pushed 5 commits to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
  • ci: Skip Video tests for ThreadSanitizer 6024541
  • tests: Add sparse binding test for VU 03245 74ba799
  • gpuav: Renaming Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vu... d5400da
  • gpuav: R gpuav_subclasses -> gpuav_state_trackers b8880c9
  • gpuav: Remove auto It hurts code comprehension in those cases cc6b12b

View on GitHub

arno-lunarg pushed 1 commit to arno-gpuav-renaming arno-lunarg/Vulkan-ValidationLayers
  • gpuav: R gpuav_subclasses -> gpuav_state_trackers 690137f

View on GitHub

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
oh yeah I also need to bombard those variable names 💣💣💣

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
gpuav: Renaming
Obliterated `DeviceMemoryBlock`, the most confusing name to designate a class that just manages a Vulkan buffer. Decide to introduce a `vko` (Vulkan objects) namespace, and then just rename `Devic...
arno-lunarg created a branch on arno-lunarg/Vulkan-ValidationLayers

arno-gpuav-renaming - Vulkan Validation Layers

arno-lunarg created a review comment on a pull request on KhronosGroup/Vulkan-ValidationLayers
Yes true, as long as it is not `index` or `idx` I am happy!

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

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 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 GPU... 4b27c0d

View on GitHub

Load more