Commit 6493b0d
committed
Refactored ScopeDeskewWizard shaders. Updated to latest scopehal.
1 parent a0a059c commit 6493b0d
5 files changed
Lines changed: 32 additions & 19 deletions
File tree
- src/ngscopeclient
- shaders
- scopehal/HaasoscopePro.cpp+5-1
- scopehal/PicoOscilloscope.cpp+5-1
- scopehal/ThunderScopeOscilloscope.cpp+5-1
- scopehal/shaders/Convert16BitSamples.glsl+4-3
- scopehal/shaders/Convert8BitSamples.glsl+4-3
- scopehal/shaders/Convert8BitSamplesWithClipDetection.glsl+5-4
- scopehal/shaders/DeEmbedFilter.glsl+9-8
- scopeprotocols/ComplexSpectrogramFilter.cpp+11-6
- scopeprotocols/CouplerDeEmbedFilter.cpp+24-6
- scopeprotocols/DeEmbedFilter.cpp+9-3
- scopeprotocols/TRCImportFilter.cpp+17-7
- scopeprotocols/Waterfall.cpp+7-2
- scopeprotocols/shaders/ComplexBlackmanHarrisWindow.glsl+7-6
- scopeprotocols/shaders/ComplexCosineSumWindow.glsl+7-6
- scopeprotocols/shaders/DeEmbedNormalization.glsl+4-3
- scopeprotocols/shaders/DeEmbedOutOfPlace.glsl+9-8
- scopeprotocols/shaders/SubtractInPlace.glsl+4-3
- scopeprotocols/shaders/SubtractOutOfPlace.glsl+4-3
- scopeprotocols/shaders/WaterfallFilter.glsl+8-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
860 | 864 | | |
861 | 865 | | |
862 | 866 | | |
| |||
886 | 890 | | |
887 | 891 | | |
888 | 892 | | |
889 | | - | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
890 | 897 | | |
891 | 898 | | |
892 | 899 | | |
| |||
916 | 923 | | |
917 | 924 | | |
918 | 925 | | |
919 | | - | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
920 | 930 | | |
921 | 931 | | |
922 | 932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
128 | 129 | | |
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
| 131 | + | |
131 | 132 | | |
0 commit comments