twinaphex
|
f0e889b552
|
Change prototype of video_driver_set_size
|
2020-01-31 15:06:50 +01:00 |
|
twinaphex
|
f92a507a9b
|
Change function signature of font_driver_render_msg
|
2020-01-04 16:24:14 +01:00 |
|
twinaphex
|
ed8e440b0d
|
Revert "Move update_window_title to main thread - this should resolve some"
This reverts commit 442608981d2ca529ce89a6df921520e9e9d534c8.
|
2019-11-19 22:48:35 +01:00 |
|
twinaphex
|
442608981d
|
Move update_window_title to main thread - this should resolve some
concurrency issues on OSX as well
|
2019-11-19 22:13:51 +01:00 |
|
Rinnegatamante
|
2a77dc5600
|
Make code C89 compliant.
|
2019-11-13 21:44:59 +01:00 |
|
Rinnegatamante
|
96845f4a7e
|
[VITA] Removing a no more used ifndef.
|
2019-11-13 00:45:48 +01:00 |
|
Rinnegatamante
|
2b20c8d350
|
[GL1] Fixed core frame renderer.
|
2019-11-12 19:46:37 +01:00 |
|
Rinnegatamante
|
f3ca57e6f0
|
[VITA] Add vita video driver context.
|
2019-11-12 16:33:36 +01:00 |
|
Rinnegatamante
|
6b7673f806
|
[VITA] Fixing gl1 video driver crashes.
|
2019-11-12 15:37:37 +01:00 |
|
Rinnegatamante
|
1533d618e5
|
[VITA] Allow usage of null context with gl1.
|
2019-11-12 13:50:14 +01:00 |
|
Rinnegatamante
|
6394342b9c
|
[VITA] Add gl1 video driver support through vitaGL.
|
2019-11-12 11:54:00 +01:00 |
|
twinaphex
|
547f8968aa
|
(GL1) Buildfix + cleanups
|
2019-10-01 03:14:18 +02:00 |
|
GH Cao
|
27d2877106
|
gl1: take care of const
|
2019-10-01 06:51:29 +08:00 |
|
GH Cao
|
897488862e
|
gl1: adapt C89
|
2019-10-01 06:24:06 +08:00 |
|
driver1998
|
0212567d75
|
Support GLDirect (D3D9 to OGL1.1 wrapper) in gl1 driver
|
2019-10-01 06:02:30 +08:00 |
|
twinaphex
|
c50cc7b010
|
Remove video_context_driver_show_mouse
|
2019-08-28 21:36:58 +02:00 |
|
twinaphex
|
88720b540e
|
Get rid of video_context_driver_swap_interval
|
2019-08-28 21:12:51 +02:00 |
|
twinaphex
|
6c671faed6
|
Start preparing for menu_widgets_ready to be moved to retroarch.c
|
2019-08-15 14:20:51 +02:00 |
|
twinaphex
|
a45c9b6eb4
|
Duplicate aspect ratio code that was being ran twice
|
2019-08-12 12:52:40 +02:00 |
|
twinaphex
|
65b4c2595e
|
Update set keyboard mapping code for input driver
|
2019-07-27 02:21:24 +02:00 |
|
twinaphex
|
09f5d2c95d
|
Fix compilation when configuring with --disable-overlay
|
2019-07-10 05:39:50 +02:00 |
|
Brad Parker
|
086b3ccfb7
|
gl1: ignore alpha in core video, fixes XRGB8888 rendering in some cores
|
2019-05-25 17:08:30 -04:00 |
|
Huw Pascoe
|
2c56011f84
|
video_layout interface
|
2019-05-11 09:58:48 +01:00 |
|
twinaphex
|
c2f95940fb
|
(GL1) Whether GL1 driver has windowed mode support or not
depends on the video context driver and not the video driver itself
|
2019-04-29 07:21:37 +02:00 |
|
Brad Parker
|
95145ec0d4
|
remove debug code
|
2019-04-12 21:17:04 -04:00 |
|
Brad Parker
|
b8471aa3dc
|
gl1: add gpu hard sync support and print osd statistics
|
2019-04-12 19:28:34 -04:00 |
|
twinaphex
|
0af7167586
|
(GL1) Add menu widgets support
|
2019-04-08 18:58:26 +02:00 |
|
Brad Parker
|
9579804c72
|
gl1: add overlay support
|
2019-04-05 23:07:59 -04:00 |
|
twinaphex
|
25ba8f4ab0
|
(GL1) GL1.x won't have mipmapping support
|
2019-04-03 16:13:01 +02:00 |
|
twinaphex
|
794f9c8968
|
(GL) Add comments
|
2019-03-18 16:02:28 +01:00 |
|
twinaphex
|
f67bfa24ef
|
Get rid of video_poke_interface set_mvp
|
2019-03-18 15:19:11 +01:00 |
|
twinaphex
|
fe1255094f
|
Get rid of now unused set_coords in video_driver_poke_interface
|
2019-03-18 05:04:23 +01:00 |
|
Brad Parker
|
a8a06d498c
|
gl1: fix matrix not loading when threaded video is on
|
2019-03-17 12:46:01 -04:00 |
|
Brad Parker
|
97247dbaec
|
gl1: check for vender/renderer was in the wrong place
|
2019-03-13 14:44:03 -04:00 |
|
Brad Parker
|
10df615d14
|
add "Send Debug Info" option under Help
|
2019-03-07 19:17:54 -05:00 |
|
Brad Parker
|
0cb6ed7b29
|
remove tabs
|
2019-02-21 15:38:18 -05:00 |
|
twinaphex
|
a39bed3bb1
|
Silence warnings
|
2019-02-21 21:31:29 +01:00 |
|
Brad Parker
|
0c790d89dc
|
gl1: use built-in pixel conversion routines
|
2019-02-11 19:02:36 -05:00 |
|
Brad Parker
|
42098e09ad
|
C89/vc2005 fix
|
2019-02-11 17:17:36 -05:00 |
|
Brad Parker
|
5a3a58c8a6
|
gl1: fix order of non-rgui menu drawing, add proper texture support
|
2019-02-11 12:05:31 -05:00 |
|
Brad Parker
|
8d8feec318
|
gl1: screenshot support
|
2019-02-08 16:31:34 -05:00 |
|
Brad Parker
|
c83611e526
|
gl1: allow extra padding in pitch
|
2019-02-08 15:46:00 -05:00 |
|
Brad Parker
|
cbbb81f46f
|
gl1: add BFI and menu/content linear filtering
|
2019-02-08 15:37:38 -05:00 |
|
Brad Parker
|
333c630469
|
gl1: blend menu with video
|
2019-02-08 13:47:43 -05:00 |
|
Brad Parker
|
74fd184097
|
initial GL1 video driver, only rgui is working currently
|
2019-02-08 12:14:55 -05:00 |
|