Commit graph

1441 commits

Author SHA1 Message Date
Dimitris Panokostas
1087e32d75 Updated Makefile with LTO options 2019-09-16 22:35:00 +02:00
Dimitris Panokostas
d464b72894 Minor drawing sync with WinUAE 2019-09-15 23:09:14 +02:00
Dimitris Panokostas
3df4a83c58 Defined Amiberry specific parts 2019-09-15 22:49:18 +02:00
Dimitris Panokostas
803ce07b4b Fixed drawing render thread, was broken since v2.25 2019-09-15 22:34:33 +02:00
Dimitris Panokostas
f64c17c1d5 Fixed #511 2019-09-15 22:02:29 +02:00
Dimitris Panokostas
5a783c859a VisualGDB: Use RPI4 cpu flags by default 2019-09-15 21:40:13 +02:00
Dimitris Panokostas
71430c40bc VisualGDB: Fixed Amiberry release configurations 2019-09-15 21:39:47 +02:00
Dimitris Panokostas
fcceaf8282 VisualGDB: Fixed guisan Release configurations 2019-09-15 21:39:22 +02:00
Dimitris Panokostas
8187df1bfc Fixed P96 screenmodes had half the expected refresh rate 2019-09-15 21:38:20 +02:00
Dimitris Panokostas
dcd0ba28fc minor optimization 2019-09-15 20:08:06 +02:00
Dimitris Panokostas
0992791f2d Updated linetoscr from latest WinUAE 2019-09-15 20:07:51 +02:00
Dimitris Panokostas
a4bc50eeb7 direct_rgb is always equal to aga_mode 2019-09-15 18:46:33 +02:00
Dimitris Panokostas
d92b35f9ff Code cleanup and indentation corrections 2019-09-15 18:45:49 +02:00
Dimitris Panokostas
a635fe62a0 Brought back software cursor, since several Mali based platforms show no cursor at all in GUI otherwise 2019-09-15 16:30:46 +02:00
Dimitris Panokostas
6e95d62ae9 Made LTO optional in the Makefile, disabled by default 2019-09-15 11:35:00 +02:00
Dimitris Panokostas
d0ec432870 Minor optimization in custom 2019-09-14 19:22:26 +02:00
Dimitris Panokostas
bcaacc3c4f Removed unused code from drawing 2019-09-14 18:40:55 +02:00
Dimitris Panokostas
7fe8840cce Minor custom updates (syncing with WinUAE) 2019-09-14 18:25:11 +02:00
Dimitris Panokostas
09f6f5a991 Fixed some more compiler warnings 2019-09-14 18:24:43 +02:00
Dimitris Panokostas
9cffc26803 Fixed GUI Buttons would not respond to normal clicks, unless the mouse was moved by at least 1 pixel 2019-09-12 23:00:45 +02:00
Dimitris Panokostas
0bdd0abd27 Renamed MALI_GPU define to NO_CUSTOM_CURSOR to better reflect the current functionality 2019-09-12 22:23:13 +02:00
Dimitris Panokostas
9ea6e9535a Fixed arm_helper would not get included for all RPI1 targets (SDL2, SDL2-Dispmanx) 2019-09-12 22:17:38 +02:00
Dimitris Panokostas
13dfef71ce Fixed include directories for RPI1 VisualGDB project 2019-09-12 22:08:29 +02:00
Dimitris Panokostas
9f612c1076 Fixed missing RPI1 target in list of RPI targets 2019-09-12 22:08:11 +02:00
Dimitris Panokostas
ef0546aedf Consolidated RPI SDL2-Dispmanx target flags 2019-09-12 21:59:10 +02:00
Dimitris Panokostas
e49fd49cc3 Makefile improvements:
- Consolidated duplicate flags for similar targets
- Removed uneeded compiler flags
2019-09-12 21:57:53 +02:00
Dimitris Panokostas
5a03c3548e Fixed ASFLAGS not being used for the assembly files 2019-09-12 10:01:38 +02:00
Dimitris Panokostas
a0a6ad7508 Removed unused flag from Assembly files 2019-09-11 22:11:03 +02:00
Dimitris Panokostas
9e6efdc698 Added some inline assembly optimizations in custom 2019-09-11 21:22:14 +02:00
Dimitris Panokostas
22d6f88b4f Fixed framerate was halved when using DISPMANX 2019-09-11 21:21:52 +02:00
Dimitris Panokostas
f529923beb Added RPI 3/4 64-bit target.
Changed some compiler flags
2019-09-11 21:11:54 +02:00
Dimitris Panokostas
92ed9b178e Small optimization, get rid of a few compiler warnings 2019-09-11 19:45:41 +02:00
Dimitris Panokostas
d336049047 Fixed FullScreen option would not be honored when changing some options in the Display Panel 2019-09-11 19:36:15 +02:00
Dimitris Panokostas
7014e4abdc Only use time_per_frame variable when using DISPMANX (not used otherwise) 2019-09-11 19:21:38 +02:00
Dimitris Panokostas
9d370da835 Fixed some compiler warnings 2019-09-10 23:50:28 +02:00
Dimitris Panokostas
42cd475a24 Fixed undefined behavior during freeing of allocated RTG RAM 2019-09-10 23:43:31 +02:00
Dimitris Panokostas
a8a130c55f Keep also backup of BPLCON3 and BPLCON4 when switching chipset on the fly.
Fix sprite to bitplane early exit optimization condition.
2019-09-10 23:27:58 +02:00
Dimitris Panokostas
9f30386487 Merge remote-tracking branch 'origin/master' into dev 2019-09-10 10:19:28 +02:00
microplay
e431465bbe add platform sun8i (#510) 2019-09-10 11:12:05 +03:00
Dimitris Panokostas
f9dac5954c
Update README.md
fixed typo
2019-09-09 21:36:01 +02:00
Dimitris Panokostas
69c7fa22a0 Removed unused comment 2019-09-08 20:16:37 +02:00
Dimitris Panokostas
f8090bf80a Removed custom cursor when using MALI_GPU 2019-09-08 20:15:29 +02:00
Dimitris Panokostas
b7515a0ee6 Updated Odroid N1, N2 target CFLAGS to add -mtune. Added comment for RockPro64 64-bit target also 2019-09-04 23:51:27 +02:00
Dimitris Panokostas
dea779fe83
Fixed save and restore_host_fp_regs for 64-bit targets 2019-09-04 02:28:34 +03:00
Dimitris Panokostas
490963844c Removed unused alternative RockPro64 target 2019-09-04 00:15:17 +02:00
Dimitris Panokostas
67185ca187 Fixed Rockchip platforms crash during emulation start 2019-09-04 00:15:01 +02:00
Dimitris Panokostas
1f2bc9f0fe Added comments for each platform, removed tinker target (covered by RK3288 target now) 2019-09-03 23:49:39 +02:00
Dimitris Panokostas
b23355e1f4
Update sigsegv_handler.cpp
Call appropriate byteswap function depending on what was configured
2019-09-03 22:38:58 +02:00
Dimitris Panokostas
1247008366 Don't compile the neon_helper if we are running on aarc64 (doh!) 2019-09-03 18:46:35 +02:00
Dimitris Panokostas
bacd1c139b Updated VisualGDB projects with caps file renaming 2019-09-03 18:15:28 +02:00