Francisco José García García
|
dc01bf8d46
|
[Vita][GL] Fix returning to menu and clear for fake hw render
|
2020-07-09 18:49:22 +02:00 |
|
twinaphex
|
6b466c6013
|
Cleanups
|
2020-07-09 07:46:40 +02:00 |
|
twinaphex
|
f6c4890063
|
Get rid of cb_set_resize
|
2020-07-09 05:36:29 +02:00 |
|
twinaphex
|
2660182d52
|
Get rid of gfx_widgets_ready call inside
gfx_widgets_frame
|
2020-06-08 05:45:15 +02:00 |
|
Francisco José García García
|
13b5450ff9
|
[GL1] Initial changes for hw context without FBO
|
2020-06-03 20:48:16 +02:00 |
|
Rinnegatamante
|
14a6c42e0d
|
[VITA] Using a global to prevent erroneous vitaGL re-initializations.
|
2020-06-01 11:12:16 +02:00 |
|
twinaphex
|
9ace693ec0
|
Refactor menu_driver_frame
|
2020-05-19 16:20:43 +02:00 |
|
twinaphex
|
bb27496e2e
|
Prevent NULL pointer dereference
|
2020-04-29 14:38:11 +02:00 |
|
twinaphex
|
19c68fad43
|
Take out cb_update_window_title and cb_get_metrics
|
2020-03-28 05:36:31 +01:00 |
|
jdgleaver
|
086c68bca7
|
Enable widget persistence across drivers_init()/driver_uninit() events
|
2020-03-11 11:47:13 +00:00 |
|
twinaphex
|
c4dfa1e12a
|
(Gfx drivers) Cleanups
|
2020-03-10 19:52:05 +01:00 |
|
twinaphex
|
f4c5036c3c
|
Get rid of video_frame_info dep for fonts
|
2020-03-10 03:24:59 +01:00 |
|
twinaphex
|
c32cb51755
|
Cleanups
|
2020-03-08 01:45:29 +01:00 |
|
twinaphex
|
daea169e5d
|
(GL1) Move static global variables into struct
|
2020-03-07 17:47:26 +01:00 |
|
twinaphex
|
e20151a048
|
Get rid of video_info struct for swap_buffers too
|
2020-03-06 22:29:51 +01:00 |
|
twinaphex
|
68664fdf1d
|
update_title - we don't need video_info
|
2020-03-06 22:11:44 +01:00 |
|
twinaphex
|
4aae293e3d
|
Remove is_shutdown from check_window
|
2020-03-06 20:29:31 +01:00 |
|
twinaphex
|
534f09373e
|
Get rid of video_driver_height dependency
|
2020-03-05 22:03:58 +01:00 |
|
twinaphex
|
52fae101e8
|
(GL) Get rid of video_driver_build_info dependency
|
2020-03-05 21:45:02 +01:00 |
|
twinaphex
|
8d5d91a5a4
|
(GL1/GLCore) Only video_info dependency now is 'height'
|
2020-03-05 20:32:58 +01:00 |
|
twinaphex
|
80991a00f0
|
Settings cleanups
|
2020-03-02 20:24:00 +01:00 |
|
twinaphex
|
3a94c52426
|
(gfx drivers) Start reducing settings pointer usage
|
2020-02-18 14:51:40 +01:00 |
|
twinaphex
|
2ba45d0acb
|
(GL1) Fixes crash on MSVC2005
|
2020-02-18 05:51:23 +01:00 |
|
twinaphex
|
7c7d0f596a
|
HAVE_MENU_WIDGETS now decoupled from HAVE_MENU
|
2020-02-17 21:28:42 +01:00 |
|
twinaphex
|
b00bf17153
|
Move menu_widgets to gfx/ and call it gfx_widgets
|
2020-02-17 01:54:07 +01:00 |
|
twinaphex
|
b229f267e4
|
Rename menu_widgets to gfx_widgets
|
2020-02-17 01:43:40 +01:00 |
|
twinaphex
|
ec302bc4fc
|
video_set_nonblock_state - remove settings dependency
|
2020-02-16 22:26:07 +01:00 |
|
twinaphex
|
47af95469a
|
(font_driver.c) Remove configuration.h dependency
|
2020-02-16 21:59:03 +01:00 |
|
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 |
|