Thomas Harte
|
8b16da9695
|
Merge pull request #834 from TomHarte/FloatingSpeaker
Resolves lowpass-speaker position aliasing
|
2020-09-16 19:05:54 -04:00 |
|
Thomas Harte
|
f783ec6269
|
Since input and output are floating point, using an integer Stepper is not appropriate.
|
2020-09-16 18:53:44 -04:00 |
|
Thomas Harte
|
22c9734874
|
Merge pull request #832 from TomHarte/MetalScanTarget
Adds a Metal ScanTarget, for macOS.
|
2020-09-16 18:19:58 -04:00 |
|
Thomas Harte
|
a17d0e428f
|
Protects against some further uninitialised values.
|
2020-09-16 18:15:57 -04:00 |
|
Thomas Harte
|
bb57f0bcc7
|
Ensures all 6560 properties have a valid default value.
|
2020-09-16 17:24:18 -04:00 |
|
Thomas Harte
|
b1aefbfe85
|
Separates asserts.
|
2020-09-15 23:24:06 -04:00 |
|
Thomas Harte
|
061288f5a7
|
Add the Macintosh to the Mac kiosk mode informal test set.
|
2020-09-15 22:49:00 -04:00 |
|
Thomas Harte
|
5a53474536
|
Ensure MultiKeyboard deconstructs properly.
|
2020-09-15 22:48:44 -04:00 |
|
Thomas Harte
|
18d0fff8da
|
Graduates the Atari ST.
|
2020-09-15 22:46:38 -04:00 |
|
Thomas Harte
|
0ac2145740
|
Add Metal/OpenGL distinction.
|
2020-09-15 22:43:39 -04:00 |
|
Thomas Harte
|
bc8787ded6
|
Improves macro safety.
|
2020-09-15 22:26:33 -04:00 |
|
Thomas Harte
|
69d21daaa3
|
Improves commentary.
|
2020-09-15 22:21:05 -04:00 |
|
Thomas Harte
|
5651ef606d
|
Resolves failure to advance video address when output is blocked.
|
2020-09-15 22:20:06 -04:00 |
|
Thomas Harte
|
b831b31382
|
Adds a further sanity check.
|
2020-09-15 17:04:04 -04:00 |
|
Thomas Harte
|
2fd5cc056c
|
Adds std::atomic_thread_fences, but these seem not to be a magic bullet.
|
2020-09-15 16:34:34 -04:00 |
|
Thomas Harte
|
82dbdf7dfc
|
Switches to using regular linear interpolation for supersampling.
|
2020-09-14 22:36:00 -04:00 |
|
Thomas Harte
|
eb9903cd10
|
Defensively disables allocation of anything outside of visible lines.
|
2020-09-14 22:29:05 -04:00 |
|
Thomas Harte
|
227e98d6d7
|
Slightly simplifies control flow.
|
2020-09-14 22:27:25 -04:00 |
|
Thomas Harte
|
35476063b7
|
Resolves potential data races.
|
2020-09-14 21:07:50 -04:00 |
|
Thomas Harte
|
8557bb2136
|
Adds minor exposition.
|
2020-09-14 20:39:52 -04:00 |
|
Thomas Harte
|
c0c7818d5d
|
Reintroduces screenshots.
|
2020-09-14 20:33:05 -04:00 |
|
Thomas Harte
|
ceeadd6a33
|
Edges up towards reimplementing screenshots.
|
2020-09-13 22:30:17 -04:00 |
|
Thomas Harte
|
1a2545fdea
|
Excises dangling references to OpenGLView , reinstates display link.
|
2020-09-13 22:11:51 -04:00 |
|
Thomas Harte
|
c5e9a74c88
|
Uses DisplayMetrics to disable supersampling when too slow.
|
2020-09-13 21:07:59 -04:00 |
|
Thomas Harte
|
d7972a7b86
|
Enforces across-the-board supersampling.
I'm damned if I can figure out how to talk an MTKView, or Metal in general, into supersampling so as a first effort this does it in software.
|
2020-09-13 19:30:26 -04:00 |
|
Thomas Harte
|
7dd4c67304
|
Corrects access to data_type_size , adds sanity check on output area return.
|
2020-09-13 18:59:27 -04:00 |
|
Thomas Harte
|
e113780fd1
|
Minor: ensures no possibility of a dangling(-ish) pointer within the Mac video.
|
2020-09-10 22:13:19 -04:00 |
|
Thomas Harte
|
e32ae6c191
|
Adds UGLY HACKs to workaround uncovered issues in the OpenGL scan target.
|
2020-09-10 22:10:24 -04:00 |
|
Thomas Harte
|
bcaceff378
|
Simplifies in-Metal transform logic, loading responsibility for setup onto the CPU.
I think I've also finally excised whatever order-of-operations issue I was having with regard to non-4:3 displays.
|
2020-09-10 20:32:58 -04:00 |
|
Thomas Harte
|
d7b405c6f8
|
Ensures direct luminance -> 'RGB' video doesn't go down the composition pipeline.
|
2020-09-10 13:20:40 -04:00 |
|
Thomas Harte
|
edf8cf4dc6
|
Completes the set of with/without gamma, and ensures correct alpha selection.
Also culls some other repetitive TODOs.
|
2020-09-09 19:28:38 -04:00 |
|
Thomas Harte
|
dfcc8e9822
|
Switches some of the interpolated fields to half precision.
|
2020-09-09 18:17:05 -04:00 |
|
Thomas Harte
|
016e96e6f8
|
Extends usage of half . Possibly towards its conclusion.
|
2020-09-09 15:10:19 -04:00 |
|
Thomas Harte
|
e7ce03c418
|
Attempts to ensure initial finalised line texture state.
This was an attempt to remove the vertical line on the left of a composite display. Obviously the cause is not as suspected.
|
2020-09-09 13:15:21 -04:00 |
|
Thomas Harte
|
3d392dd81d
|
Completes conversion of composite & S-Video per-pixel processing to 16-bit floats.
|
2020-09-09 13:02:04 -04:00 |
|
Thomas Harte
|
42d810db7f
|
Switches per-pixel uniforms to halfs.
|
2020-09-09 10:53:09 -04:00 |
|
Thomas Harte
|
18571e8351
|
Also calculates a chroma kernel size, though it isn't used for anything yet.
|
2020-09-08 20:08:56 -04:00 |
|
Thomas Harte
|
dda1649ab7
|
Introduces smaller luma kernel functions where useable.
|
2020-09-08 19:55:37 -04:00 |
|
Thomas Harte
|
c82e0df071
|
Starts a transition towards half-precision arithmetic.
|
2020-09-08 19:37:36 -04:00 |
|
Thomas Harte
|
06b7ea5a6e
|
Strips the luma kernel back to 1d.
|
2020-09-08 19:15:19 -04:00 |
|
Thomas Harte
|
c49fcb9ec9
|
Based on further play: one box filter to separate luma/chroma, another to filter chroma, plus a FIR sharpen on luma.
|
2020-09-08 16:35:05 -04:00 |
|
Thomas Harte
|
0e44d6d214
|
Experiments with an all-box filter.
|
2020-09-08 16:19:08 -04:00 |
|
Thomas Harte
|
6adad7fbf5
|
Starts experimenting again with box filters.
|
2020-09-07 22:47:49 -04:00 |
|
Thomas Harte
|
de6ed7b615
|
Corrects phase-linked luminance support.
|
2020-09-07 20:53:28 -04:00 |
|
Thomas Harte
|
07dcb4dbb1
|
Starts reintroducing brightness, gamma and transparency for composite and S-Video pipelines.
|
2020-09-07 18:19:13 -04:00 |
|
Thomas Harte
|
e99896eadc
|
At least nominates alpha, gamma and brightness to metal.
|
2020-09-04 16:07:58 -04:00 |
|
Thomas Harte
|
489701afcb
|
Fixes window resizing.
|
2020-09-03 21:28:39 -04:00 |
|
Thomas Harte
|
55e576cc57
|
Ensures unpainted areas in composite displays have a non-asymptotic effect on luminance calculations.
|
2020-09-03 21:10:30 -04:00 |
|
Thomas Harte
|
6bd8ec9545
|
Alas, 1.0 seems to be the limit for proper artefact colour.
|
2020-09-03 20:53:45 -04:00 |
|
Thomas Harte
|
5cd8d86eef
|
Switches to dynamic generation of the 'sharpness' filter, correcting issues with the Apple II (amongst others).
|
2020-09-03 20:48:44 -04:00 |
|