itsmattkc
|
51c896ed7e
|
scopes: moved all shared code to a base class to easily add more scopes
|
2020-05-05 02:41:16 +10:00 |
|
itsmattkc
|
2b1640ac04
|
frame/texture: use dividers when allocating buffers
Allows render pipeline to know the "real" and "simulated" resolution of a
divided buffer.
|
2020-05-04 01:08:46 +10:00 |
|
itsmattkc
|
9335815d20
|
waveform: ensure waveform updates on null buffers
|
2020-05-01 14:20:35 +10:00 |
|
itsmattkc
|
ba94aa0b22
|
fixed some float typing for msvc build
|
2020-04-29 18:43:00 +10:00 |
|
itsmattkc
|
dfedcb97b2
|
waveform: use qfontmetrics macro for version compatibility
|
2020-04-29 15:56:24 +10:00 |
|
Troy James Sobotka
|
949e43cada
|
Update IRE increments
Move to 10% increments.
|
2020-04-28 15:59:40 -07:00 |
|
Troy James Sobotka
|
c06bdc5eac
|
Update flourishes
Centre and align text.
|
2020-04-28 15:39:16 -07:00 |
|
Troy James Sobotka
|
4af10b2b5c
|
Update Waveform Output
Updates:
* Added IRE text on 20% increments
* Added waveform lines that work
* Scaled waveform to a subsection of the surface
|
2020-04-28 15:06:22 -07:00 |
|
Troy James Sobotka
|
b9a62eb1aa
|
Add lines
Adding waveform lines. Still requires scaling to
fit in arbitrary range.
|
2020-04-28 15:06:22 -07:00 |
|
itsmattkc
|
69d399105a
|
manageddisplaywidgets: fixed issue that caused buffers to be drawn on the main window
|
2020-04-29 01:24:21 +10:00 |
|
itsmattkc
|
3070aa7e40
|
waveformscope: convert buffers to DVL before drawing the waveform
|
2020-04-29 00:36:55 +10:00 |
|
itsmattkc
|
61dd75a2ed
|
scopes: only update if visible
Updating scopes can require heavy processing so we limit updates to only
when the scope is visible
|
2020-04-28 23:55:40 +10:00 |
|
itsmattkc
|
ad419754a9
|
waveformscope: fixed double free on close
|
2020-04-28 17:40:22 +10:00 |
|
itsmattkc
|
4906bb7d53
|
scopes: don't use shared context
OpenGL shared contexts (through Qt at least) seem to be buggy. Scopes have been
shifted to a non-shared approach as a result.
|
2020-04-28 17:08:52 +10:00 |
|
itsmattkc
|
8c44f8d03d
|
viewer/various: split off color management into separate base class
Also moves scopes to said base class.
|
2020-04-24 03:45:07 +10:00 |
|
itsmattkc
|
1bad7e9b11
|
waveformscope: pass viewport in as uniform
|
2020-04-23 23:28:57 +10:00 |
|
itsmattkc
|
0ced48d4df
|
histogram: implemented color management
|
2020-04-21 01:59:06 +10:00 |
|
itsmattkc
|
bdb13e88f5
|
histogram: implemented histogram widget
|
2020-04-21 01:29:08 +10:00 |
|
itsmattkc
|
6f4bf70d3e
|
scope: implemented waveform scope
|
2020-04-20 22:58:29 +10:00 |
|