Commit Graph

1481 Commits

Author SHA1 Message Date
Miran Grča
5709587214 Merge pull request #1417 from ts-korhonen/master
Add menu option for filter method to use when scaling video
2021-05-02 16:24:19 +02:00
Panagiotis
aae4163a8e Removed the PS/1 Model 2133. Introduced the Siemens D824. 2021-05-02 10:33:45 +03:00
ts-korhonen
dd65a80b19 Add menu option for filter method to use when scaling video. 2021-05-01 20:49:23 +03:00
ts-korhonen
7b227b3ec1 win_opengl: Add fallback feature for gpus without ARB__buffer_storage extension. 2021-05-01 10:18:11 +03:00
OBattler
8e88fe4c4f Fixed more warnings. 2021-04-29 22:32:54 +02:00
OBattler
63e9af5898 Fixed the TinyGLib "functions in header" nonsense. 2021-04-29 22:25:47 +02:00
Miran Grča
d535a55012 Merge pull request #1413 from ts-korhonen/opengl
Use persistent buffer for pixel transfer in OpenGL Core renderer
2021-04-29 19:38:17 +02:00
OBattler
0a8748bce7 Fixed an uninitialized variable in win/win_ui.c. 2021-04-29 19:33:36 +02:00
ts-korhonen
a5910189f3 win_opengl: use persistent buffer for pixel transfer 2021-04-29 13:48:46 +03:00
OBattler
278b73e339 Fixed the VLSI 82c480 chipset and removed the HP Vectra 486 from the Dev branch. 2021-04-28 08:59:52 +02:00
Miran Grča
e99f40689b Merge pull request #1404 from ts-korhonen/opengl
Remove shader option to OpenGL Core and a window fix
2021-04-27 04:14:53 +02:00
ts-korhonen
302143eafb Fix a deadlock with changing renderer and status bar activity 2021-04-26 16:38:12 +02:00
ts-korhonen
fcac2d7e78 win_openg: Added menu item to remove active shader. 2021-04-26 09:51:23 +03:00
ts-korhonen
147175677d win_opengl: Fix main window staying inactive when clicked. 2021-04-26 09:38:35 +03:00
Alexander Babikov
9d1b2af59e Fix OpenGL shaders not working when built with CMake 2021-04-26 04:16:50 +05:00
Alexander Babikov
b4a16437d3 Add a separate build option for the OpenGL renderer 2021-04-26 02:45:20 +05:00
Alexander Babikov
e7fb536ab7 Miscellaneous cosmetic changes to the makefile and header files 2021-04-26 01:10:50 +05:00
Alexander Babikov
1dbfb794b8 Move the Olivetti EVA chipset to the dev branch and add the M290 to CMake scripts 2021-04-26 00:38:23 +05:00
Alexander Babikov
8a4f54b6c0 Remove unused Makefile options 2021-04-26 00:29:39 +05:00
Panagiotis
ba92f1df34 Finalize the SiS Pentiums
- Implemented the SiS 5511
- The SiS 5571 can safely go off Dev Branch now
- Few fixes on the SiS 5598
2021-04-25 13:23:41 +03:00
ts-korhonen
b90601256d win_opengl: Added handling of initialization failures. 2021-04-24 01:01:45 +03:00
ts-korhonen
2bf6c7aa11 win_opengl: UI for options and add them to config. Reloading changed options at runtime. Improved framerate limitter. 2021-04-23 16:09:45 +03:00
ts-korhonen
579e221a76 win_opengl: Protect resize_info with mutex. 2021-04-22 01:15:10 +03:00
ts-korhonen
3088c6c26f win_opengl: (WIP)UI for options. Add comments to help find conditionals that put opengl in dev_branch. 2021-04-21 23:08:32 +03:00
ts-korhonen
58d2f6e3ff win_opengl: Optimize message handling by replacing SDL_PollEvents with basic win32 message pump. 2021-04-21 23:08:32 +03:00
Miran Grča
7ffc6d72c3 Merge pull request #1389 from tiseno100/master
SiS 5598 Implementation
2021-04-21 21:44:10 +02:00
Panagiotis
11d4f18cfe SiS 5598 Implementation. 2021-04-21 21:54:23 +03:00
ts-korhonen
90ccb754fb Fix MSVC builds: win_opendir.c defined unicode on itself while it's used not in unicode. 2021-04-21 13:00:56 +03:00
ts-korhonen
b07a6023d0 Fix compiling 86Box.rc in CMake. 2021-04-21 12:28:38 +03:00
ts-korhonen
4bf73d8148 Initialize iCol with zero. Uninitialized is random at debug and negative numbers fail to insert column. 2021-04-21 12:26:06 +03:00
OBattler
b0870d5055 Fixed a mistake in win/win_dialog.c. 2021-04-21 01:36:10 +02:00
Miran Grča
d555e9f52c Merge pull request #1385 from richardg867/master
Fix build for MSVC
2021-04-18 08:20:37 +02:00
OBattler
24426f7c20 The DEV_BRANCH define now also applies to resources, so now the OpenGL menu entry should be visible. 2021-04-18 04:18:24 +02:00
RichardG867
dfdfc7fd8e Compile win_opendir on MSVC 2021-04-17 21:04:31 -03:00
RichardG867
867f76d9b4 Fix the Windows dirent reimplementation structure name 2021-04-17 20:17:27 -03:00
Miran Grča
027d93196e Merge pull request #1382 from ts-korhonen/opengl
OpenGL renderer a.k.a. shader support
2021-04-18 00:17:53 +02:00
OBattler
3497ed71c2 Some fixes to the UI code. 2021-04-17 22:43:31 +02:00
ts-korhonen
e6bac34b47 win_opengl: restrict to DEV_BRANCH as a separate renderer 2021-04-17 13:45:11 +03:00
ts-korhonen
b7be825ba7 win_opengl: Fix MSVC build errors and warnings 2021-04-17 00:12:49 +03:00
ts-korhonen
7a83b463c2 win_opengl: Split shader loading to it's own file. 2021-04-16 19:44:31 +03:00
ts-korhonen
9dbbf8cf05 Merge branch 'master' into opengl 2021-04-16 18:46:53 +03:00
ts-korhonen
825dcd9fe4 win_opengl: Add sync options that would later be settable in UI. 2021-04-16 18:36:59 +03:00
ts-korhonen
afc5122a50 win_opengl: Add loading shaders from a file and few common uniforms.
plat.h,win.c: Add missing const
2021-04-15 16:38:23 +03:00
RichardG867
f0df74f248 Fix ISABugger and POST card persisting after being disabled 2021-04-14 16:29:43 -03:00
RichardG867
57c4bc485e Merge branch 'master' of https://github.com/86Box/86Box 2021-04-14 16:14:07 -03:00
Miran Grča
915b0eac80 Merge pull request #1373 from lemondrops/master
Improvements to onboard SCSI controller handling
2021-04-13 22:25:15 +02:00
ts-korhonen
6919acd665 win_opengl: add routing for buttondowns to fix mouse capturing with recent changes to master 2021-04-13 23:20:58 +03:00
Alexander Babikov
451922980f Handle internal SCSI controllers in the Media menu 2021-04-13 23:47:52 +05:00
Alexander Babikov
8667c88710 Fix HDDs on internal SCSI controllers not displaying in the status bar 2021-04-13 23:46:32 +05:00
RichardG867
80b1340454 Merge branch 'master' of https://github.com/86Box/86Box 2021-04-13 14:10:48 -03:00