TC1995
|
0898913d05
|
Fixed the Rancho RT1000A/B aspi manager loading (rtaspi10.sys).
|
2022-06-27 15:35:55 +02:00 |
|
Miran Grča
|
595e79d327
|
Merge pull request #2413 from 86Box/tc1995
Slight fixes to the 8514/A blitter in line draw, rectangle and outline
|
2022-06-27 05:36:28 +02:00 |
|
TC1995
|
10f867dce1
|
Fix compile.
|
2022-06-27 00:08:10 +02:00 |
|
TC1995
|
061c756a18
|
Remove excess log.
|
2022-06-26 23:22:32 +02:00 |
|
TC1995
|
29d9d58890
|
Slight fixes to the 8514/A blitter in line draw, rectangle and outline modes.
|
2022-06-26 23:19:48 +02:00 |
|
Miran Grča
|
c17a3503e2
|
Merge pull request #2412 from 86Box/tc1995
EGA fixes to its renderer.
|
2022-06-26 23:17:40 +02:00 |
|
TC1995
|
7ca64ced86
|
EGA fixes to its renderer.
|
2022-06-26 23:16:44 +02:00 |
|
Miran Grča
|
bcc1fdb7bc
|
Merge pull request #2411 from Cacodemon345/patch-83
qt: attempt fixing black screen
|
2022-06-26 13:43:58 +02:00 |
|
Cacodemon345
|
07c76cb06e
|
Update qt_rendererstack.cpp
|
2022-06-26 17:29:41 +06:00 |
|
Cacodemon345
|
d27d15501e
|
qt: attempt fixing black screen
|
2022-06-26 17:10:28 +06:00 |
|
OBattler
|
688535115b
|
Enable Makefile.mingw compiles with FAudio.
|
2022-06-26 01:33:12 +02:00 |
|
OBattler
|
f834caca9b
|
Temporarily reverted main thread delays to the old way to reduce CPU usage until we figure out a better way that gives more accuracy at comparably reduced CPU usage.
|
2022-06-25 15:37:41 +02:00 |
|
Miran Grča
|
a876d10df6
|
Merge pull request #2409 from Cacodemon345/winbuildfix
qt_d3d9renderer: Account for HiDPI scaling
|
2022-06-24 23:40:06 +02:00 |
|
Cacodemon345
|
8340e46d4f
|
qt_d3d9renderer: Account for HiDPI scaling
|
2022-06-25 01:39:04 +06:00 |
|
Miran Grča
|
07598faa6a
|
Merge pull request #2408 from Cacodemon345/winbuildfix
qt: Fix crashes and freezes when switching to/from Direct3D 9
|
2022-06-24 13:57:40 +02:00 |
|
Cacodemon345
|
d9ee5d43bb
|
qt: Fix crashes on loading non-existent ZIP/MO images
|
2022-06-24 17:15:48 +06:00 |
|
Cacodemon345
|
74f86753dd
|
qt: Fix crashes and freezes when switching to/from Direct3D 9
|
2022-06-24 15:41:24 +06:00 |
|
David Hrdlička
|
e04df80d97
|
Merge pull request #2407 from Cacodemon345/patch-82
Fix compile with MSYS2
|
2022-06-22 16:29:46 +02:00 |
|
Cacodemon345
|
ebb1a6d0e9
|
Fix compile with MSYS2
|
2022-06-22 20:22:26 +06:00 |
|
Miran Grča
|
c4fd623063
|
Merge pull request #2406 from Cacodemon345/winbuildfix
qt: add Direct3D 9 renderer
|
2022-06-22 14:13:55 +02:00 |
|
Cacodemon345
|
32b29e91ee
|
qt: add Direct3D 9 renderer
|
2022-06-22 16:36:38 +06:00 |
|
Miran Grča
|
ed64a96aec
|
Merge pull request #2396 from Cacodemon345/winbuildfix
qt: Build improvements
|
2022-06-21 20:59:06 +02:00 |
|
Miran Grča
|
a2dc5e9400
|
Merge pull request #2404 from 86Box/tc1995
More fixes to the PXBlt (BitBLT) side, now patterns work fine as well…
|
2022-06-21 20:58:53 +02:00 |
|
TC1995
|
1d9c18df0b
|
More fixes to the PXBlt (BitBLT) side, now patterns work fine as well as DMA bus mastering required by OS/2 and Windows 3.0 third party XGA drivers.
|
2022-06-21 20:56:30 +02:00 |
|
Cacodemon345
|
f17888c4d6
|
qt: Add and use local copies of Vulkan headers in case the system lacks them
|
2022-06-19 16:02:03 +06:00 |
|
Cacodemon345
|
ce34c4cb16
|
x87_ops: Use __asm for consistency with the other inline assembly block
|
2022-06-19 16:01:23 +06:00 |
|
richardg867
|
51f8cb3634
|
gdbstub: Protocol fixes and improvements, IDA now works properly
|
2022-06-19 01:08:34 -03:00 |
|
Miran Grča
|
75676a3f2a
|
Merge pull request #2395 from 86Box/tc1995
Forgot one more thing about XGA. Fixes initialization of the card.
|
2022-06-18 22:23:10 +02:00 |
|
TC1995
|
57fea3ba42
|
Fixed compile 2.
|
2022-06-18 22:20:33 +02:00 |
|
TC1995
|
0999c445a3
|
Forgot one more thing about XGA. Fixes initialization of the card.
|
2022-06-18 22:15:46 +02:00 |
|
Miran Grča
|
d7c5233af2
|
Merge pull request #2393 from 86Box/tc1995
Added initial (and a bit buggy on OS/2, so use 8514/A on it instead) emulation of XGA
|
2022-06-18 00:04:02 +02:00 |
|
TC1995
|
08efa5086c
|
Forgot the relevant xga_enabled activation variables, fixed compile.
|
2022-06-17 21:32:01 +02:00 |
|
TC1995
|
9e44719f13
|
Added initial (and a bit buggy on OS/2, so use 8514/A on it instead) emulation of XGA for both MCA and ISA buses.
|
2022-06-17 21:26:26 +02:00 |
|
Miran Grča
|
dce5055d9c
|
Merge pull request #2387 from 86Box/tc1995
EGA fixes to FantasyLand for said card.
|
2022-06-12 20:18:39 +02:00 |
|
TC1995
|
dbea8ec715
|
EGA: Backported the SVGA remapping parts to EGA as it actually works better in some cases, e.g.: FantasyLand on EGA.
|
2022-06-12 20:03:34 +02:00 |
|
TC1995
|
9771cd5903
|
Merge branch 'master' of github.com:TC1995/86Box into tc1995
|
2022-06-12 19:58:57 +02:00 |
|
Miran Grča
|
fabeeca2da
|
Merge pull request #2386 from 86Box/tc1995
Fix compile.
|
2022-06-12 18:32:15 +02:00 |
|
TC1995
|
4628203c89
|
Fix compile.
|
2022-06-12 18:28:38 +02:00 |
|
TC1995
|
7d10d51f59
|
Merge branch 'master' of github.com:86Box/86Box into tc1995
|
2022-06-12 18:20:59 +02:00 |
|
TC1995
|
cc52d1d221
|
Forgot an updated vid_svga.h header.
|
2022-06-12 17:45:07 +02:00 |
|
Miran Grča
|
bfbb0b3047
|
Merge pull request #2385 from 86Box/tc1995
8514/A: Pitch no longer hardcoded to 1024, fixes 640x480x256 resolutions
|
2022-06-12 17:42:12 +02:00 |
|
TC1995
|
da273446d1
|
8514/A: Pitch no longer hardcoded to 1024, fixes 640x480x256 resolutions.
8514/A: More fixes to the accelerated engine, mainly in paintbrush (blackness brush).
SVGA: Preparation of the next batch.
|
2022-06-12 17:31:54 +02:00 |
|
OBattler
|
92c3768a48
|
Added two missing checks to the QT renderer.
|
2022-06-07 19:01:50 +02:00 |
|
OBattler
|
0c6415b51f
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2022-06-05 02:03:17 +02:00 |
|
OBattler
|
8d2ad01b7a
|
Disabled OPTi 895 logging.
|
2022-06-05 02:03:10 +02:00 |
|
Miran Grča
|
3ea52cb714
|
Merge pull request #2376 from Cacodemon345/qtdev-new
qt: Add mouse sensitivity setting
|
2022-06-04 13:48:42 +02:00 |
|
Cacodemon345
|
c61c9f5e0a
|
qt: Hide MCA devices item on non-MCA machines
|
2022-06-04 14:15:31 +06:00 |
|
OBattler
|
1955def798
|
Fixed 1280x1024x8bpp modes on the Elsa S3 Vision 964 and 968.
|
2022-06-04 02:21:59 +02:00 |
|
Cacodemon345
|
5e7faecd46
|
wl_mouse: Account properly for the lack of zwp_pointer_constraints and relative mouse interface
|
2022-06-03 16:22:35 +06:00 |
|
Cacodemon345
|
6a5331ebb9
|
qt: Fix Wayland crashes after a while
|
2022-06-03 14:31:20 +06:00 |
|