Andrew Zonenberg

Results 160 comments of Andrew Zonenberg

Should be fixed by https://github.com/ngscopeclient/scopehal-docs/pull/104 and some prior fixes

Depends on #457 . This might require some retooling of the preference class, because we need to consider what happens if the user adds/removes a GPU after a preferences file...

Also potentially interesting: VK_EXT_memory_priority, VK_EXT_pageable_device_local_memory

We still need to look into how PrimusVK manages power. Do we have the ability to power the dGPU on/off on cue? Is data lost / are handles invalidated when...

A two-button mouse with scroll wheel is currently documented as a minimum hardware requirement. We can work on adding additional ways to access some of this functionality such as keyboard...

Max memory depth in the Siglent driver is I think 12.5M; the waveform download on Siglent scopes is incredibly slow with deep memory so we add an early-out to avoid...

This should be configurable by preference or even per viewport, definitely not a global always-on setting.

@602p is can we close this now that SNRFilter is now merged?

In ngscopeclient, we build the decode bubbles every frame in immediate mode, then submit a batch to the GPU. Better, but still not as fast as it should be (vs...

This also depends on #283: historical waveforms used in math have to be pinned automatically so they can't be deleted when history rolls off the end.