Wykres commitów

754 Commity (215b165969e3b490b2cd59623b38571d2ecbaae8)

Autor SHA1 Wiadomość Data
IanSB 185da85e48 Merge remote-tracking branch 'upstream/dev' into dev 2019-04-04 23:59:33 +01:00
IanSB 92c386f13a Resolution files 2019-04-04 16:09:37 +01:00
David Banks 842bef1ae9 Profiles: Added Atom CPLD profile
Change-Id: Ibecd75043d3e902590efaf478706c1ecaf1ff769
2019-04-04 14:10:45 +01:00
David Banks 3b58d05cdd CPLD: Updated fitting notes for v6.4
Change-Id: I56c96e0155cbc44e7bd820aeb3f9f3c1c7797d3c
2019-04-04 14:08:10 +01:00
IanSB 995d91c894 Variable scanline intensity 2019-04-04 04:12:02 +01:00
IanSB cd64fbf1c4 Update profiles 2019-04-04 04:11:30 +01:00
IanSB 64c29a590b Integer scaling supports double height frame buffer, change scanlines to write to line above, display clock info in geometry menu 2019-04-04 01:58:48 +01:00
IanSB c2d17bfe94 CPLD V6.4 separate vsync 2019-04-03 20:32:22 +01:00
IanSB dd02a75033 Update profiles 2019-04-01 01:19:26 +01:00
IanSB 1b0f6af01e Support separate H and V sync (needs CPLD change) also fix issue with cache preload wasting one line 2019-03-31 23:26:55 +01:00
David Banks b2436c6ffd CPLD: Updated fitting notes for v6.3
Change-Id: Ie4195034fd00e569bf14284b3ac7797a7118b9bd
2019-03-31 18:01:16 +01:00
IanSB 01ccdbded8 Binary .jed for CPLD v6.3 2019-03-31 16:26:40 +01:00
IanSB 2217649173 Workaround for genlock causing frame drop with hires modes 2019-03-30 22:17:11 +00:00
IanSB 9ed2007747 Improve sub profile handling & add new scaling option 2019-03-30 18:52:46 +00:00
IanSB 23c6681382 Update profiles 2019-03-30 15:36:45 +00:00
IanSB f07b3adadd Tweak logging 2019-03-29 19:13:03 +00:00
IanSB 34f2cbe9d7 Fix autoswitch sync bug & allow manual selection of sub-profiles by disabling autoswitch 2019-03-29 18:48:11 +00:00
IanSB 21df85017e Update profiles with clock tolerance set to 4500 2019-03-29 16:53:44 +00:00
IanSB 1ecfa055bc Use clock tolerance to determine autoswitch window & tidy up autoswitch code 2019-03-29 15:41:05 +00:00
IanSB 95d0437180 Full file driven profile system with autoswitching 2019-03-29 01:21:08 +00:00
IanSB 71eb4e9a8f More updated profiles 2019-03-29 01:20:00 +00:00
IanSB 46d4f28b83 Updated profiles 2019-03-29 01:19:35 +00:00
IanSB 6dadd89544 File driven profile system 2019-03-28 05:35:04 +00:00
IanSB dcb2473e67 Updated profiles 2019-03-28 05:32:31 +00:00
IanSB 42be1941ec Six bit capture code improvements 2019-03-28 05:31:47 +00:00
IanSB e72415a19e Six bit capture loops now work in multiples of 8 pixels instead on 16 also add extra profile 2019-03-27 16:31:33 +00:00
IanSB 2e0f9ee251 Remove files copies 2019-03-27 02:29:46 +00:00
IanSB 3b9df23f84 CPLD v6.3 send csync2 to Pi and change csync to psync delay 2019-03-27 02:23:53 +00:00
IanSB 66c855a7de Faster csync tests, improved csync to psync transition, support for vsync 2019-03-27 02:19:25 +00:00
IanSB 517b692b72 Wait for low psync after csync 2019-03-24 19:39:10 +00:00
David Banks 5f62be905c Pi Firmware: Workaround a menu ordering issue when return at end of list
Change-Id: Ic6cab7525c9faaa19b712b32ceb69d7f90d0c5b3
2019-03-24 12:14:39 +00:00
David Banks 99f7771d26 Pi Firmware: Fixed an incorrectly calculated optimized calibration when half=1
Change-Id: Ief03b181c9988d630a22ab98be7098e3f48f1127
2019-03-24 12:13:36 +00:00
David Banks 6778315345 CPLD: Fixed a bug with half-pixel delay (now v6.2)
Change-Id: I110ba7cb322438801aa26ce51a933a1d7d40804c
2019-03-24 12:11:12 +00:00
David Banks 58fb277106 CPLD: Increased counter from 7 back to 8 bits (now v6.1)
Change-Id: Ia803625db0b88204f41de3f81ba5d870d1ea1e40
2019-03-24 08:42:36 +00:00
David Banks d751cb8b23 Pi Firmare: Updated for CPLD v6.x
Change-Id: I92c5e3810b3913bf43f18fdee6555ea3f04d3096
2019-03-23 18:35:54 +00:00
David Banks 989d098b32 Delay reduced to 2 bits plus psync changes (now v6.0)
Change-Id: Ie84ecd1556d796a8edd9080d14ec0e8acbefdd16
2019-03-23 18:33:53 +00:00
IanSB b61e8a7c3e 8 bit mode 0 alignment. Fixes https://github.com/hoglet67/RGBtoHDMI/issues/57 2019-03-23 17:36:19 +00:00
IanSB 2066b0f438 Further calibration fixes 2019-03-23 17:22:38 +00:00
IanSB 628e24be9e Fix calibration/alignment with larger frame buffers 2019-03-23 17:15:54 +00:00
IanSB e7c680fdfd remove update_param_range() clipping, replace with silent clipping 2019-03-23 03:25:24 +00:00
IanSB 0bd9863a00 Add palette to saved png files. Fixes https://github.com/hoglet67/RGBtoHDMI/issues/46 2019-03-23 01:39:46 +00:00
IanSB 959222640c Add debug lines to mode 7 2019-03-23 00:15:29 +00:00
IanSB a9a19d891f Added automatic scaling option 2019-03-22 23:40:23 +00:00
IanSB 40a20443af Support frame buffers larger than capture area 2019-03-22 15:24:44 +00:00
IanSB 70bdde2f2f Tweak macros and adjust hoffset 2019-03-22 03:26:32 +00:00
IanSB a13ab93cb6 Add new menu options for lines per frame, sync type and sub-profile ready for user specified autoswitching 2019-03-22 02:43:10 +00:00
IanSB 2ea4296bb5 further speed improvements to capture loops 2019-03-21 13:07:06 +00:00
IanSB 994c2c1a58 Change the way the core clock is calculated also add MDA support 2019-03-21 00:55:08 +00:00
IanSB baa511d30d Add support for 2 bit delay 2019-03-20 18:38:59 +00:00
IanSB f3c8871733 Update comments in capture loops 2019-03-20 16:12:11 +00:00