Commit 798acc9
committed
Fixed bug where WaveformArea would fail to autoscale the Y axis if the waveform was only in GPU memory and there was no up to date copy on the CPU
1 parent fa40081 commit 798acc9
3 files changed
Lines changed: 4 additions & 2 deletions
- scopehal/AcceleratorBuffer.h+45
- scopehal/LevelCrossingDetector.cpp+3-1
- scopeprotocols/ClockRecoveryFilter.cpp+5-4
- scopeprotocols/Ethernet100BaseTXDecoder.cpp+9-3
- scopeprotocols/EyeHeightMeasurement.cpp+12-3
- scopeprotocols/EyeHeightMeasurement.h+3-2
- scopeprotocols/EyePattern.cpp+1-1
- scopeprotocols/EyeWidthMeasurement.cpp+12-4
- scopeprotocols/EyeWidthMeasurement.h+3-2
- scopeprotocols/HistogramFilter.cpp+14-1
- scopeprotocols/HistogramFilter.h+1
- scopeprotocols/HorizontalBathtub.cpp+12-3
- scopeprotocols/HorizontalBathtub.h+3-2
- scopeprotocols/TIEMeasurement.cpp+9-2
- scopeprotocols/TIEMeasurement.h+1
- scopeprotocols/shaders/ClockRecoveryPLL_FinalPass.glsl+7-6
- scopeprotocols/shaders/TIEMeasurement_SecondPass.glsl+25-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2745 | 2745 | | |
2746 | 2746 | | |
2747 | 2747 | | |
| 2748 | + | |
2748 | 2749 | | |
2749 | 2750 | | |
2750 | 2751 | | |
| |||
0 commit comments