twinaphex
|
ee2f25b1dc
|
(Gfx drivers) Cleanups
|
2020-03-09 05:18:02 +01:00 |
|
twinaphex
|
cdbae18ae5
|
Cleanups
|
2020-03-09 04:13:41 +01:00 |
|
twinaphex
|
7d4e5b8ce5
|
No more video_info_frame dependency in gfx_thumbnail.c
|
2020-03-09 02:15:44 +01:00 |
|
twinaphex
|
7f958862fe
|
cleanups
|
2020-03-09 01:32:05 +01:00 |
|
twinaphex
|
e08689ed98
|
(Menu) Cleanups
|
2020-03-09 01:26:43 +01:00 |
|
twinaphex
|
c3be8f45fc
|
(Metal) Buildfix
|
2020-03-09 01:18:01 +01:00 |
|
twinaphex
|
a0446f778c
|
Cleanups
|
2020-03-09 00:34:31 +01:00 |
|
twinaphex
|
5388448cf3
|
(gfx_widgets.c) Cleanups
|
2020-03-09 00:25:28 +01:00 |
|
twinaphex
|
8c39c804ee
|
(gfx_widgets.c) Cleanups
|
2020-03-09 00:18:38 +01:00 |
|
twinaphex
|
13249f6011
|
Cleanups
|
2020-03-09 00:08:18 +01:00 |
|
twinaphex
|
d72596142e
|
gfx_display_draw_quad - no longer dependent on video_frame_info
|
2020-03-08 23:56:22 +01:00 |
|
twinaphex
|
b24d1f06aa
|
gfx_display_scissor_begin/end - get rid of video_frame_info dependency
|
2020-03-08 22:58:17 +01:00 |
|
twinaphex
|
044619281c
|
gfx_display_draw - remove video_frame_info dependency
|
2020-03-08 22:52:02 +01:00 |
|
twinaphex
|
d42a76dec1
|
Simplify conditional and fix clear_color call
|
2020-03-08 22:36:51 +01:00 |
|
twinaphex
|
6cb6f76add
|
gfx_display_rotate_z - get rid of video_frame_info dependency
|
2020-03-08 22:33:11 +01:00 |
|
twinaphex
|
e4aa0fd544
|
(gfx display) Get rid of video_frame_info dependency for
blend_begin/blend_end
|
2020-03-08 22:28:42 +01:00 |
|
twinaphex
|
c16568cf32
|
(gfx drivers display) No more video_frame_info dependency
|
2020-03-08 22:06:08 +01:00 |
|
twinaphex
|
7a9684b6ea
|
(Gfx display) scissor_begin/scissor_end - drop video_frame_info dependency
|
2020-03-08 22:06:08 +01:00 |
|
twinaphex
|
591bb36e03
|
(gfx display) blend_begin/blend_end - no more dependency on
video_frame_info
|
2020-03-08 21:02:03 +01:00 |
|
twinaphex
|
809e22ec1a
|
(gfx display) set_viewport - no longer dependent on video_frame_info
|
2020-03-08 20:23:39 +01:00 |
|
twinaphex
|
874510152e
|
(drivers_display) Get rid of video_frame_info argument for
get_default_mvp
|
2020-03-08 19:59:03 +01:00 |
|
twinaphex
|
3e706fe5b2
|
(D3D9 renderchain) Take out video_frame_info dependencies
|
2020-03-08 19:03:57 +01:00 |
|
twinaphex
|
7c7eeff0fb
|
Move display_server code into retroarch.c
|
2020-03-08 18:48:15 +01:00 |
|
twinaphex
|
2497ac4584
|
(video_crt_switch.c) Move static global variables to struct
|
2020-03-08 18:48:15 +01:00 |
|
twinaphex
|
c32cb51755
|
Cleanups
|
2020-03-08 01:45:29 +01:00 |
|
twinaphex
|
cfa90a4a36
|
(gfx/drivers_display) cleanups
|
2020-03-08 01:28:15 +01:00 |
|
twinaphex
|
f0bf2df92f
|
Get rid of stale PERF_START/PERF_STOP macros in d3d files
|
2020-03-07 23:16:25 +01:00 |
|
twinaphex
|
935393b391
|
Cleanups
|
2020-03-07 23:12:02 +01:00 |
|
twinaphex
|
212f32e2fd
|
Get rid of the static asserts
|
2020-03-07 22:54:57 +01:00 |
|
twinaphex
|
9b76446b48
|
Cache video_info->width/video_info->height into local variables
and use them throughout code
|
2020-03-07 21:18:12 +01:00 |
|
twinaphex
|
9b0ff1fd0d
|
(gfx_display.c) Cleanup
|
2020-03-07 20:53:39 +01:00 |
|
twinaphex
|
6505080d64
|
(gfx drivers font) Get rid of as many video_frame_info
dependencies as possible
|
2020-03-07 20:48:26 +01:00 |
|
twinaphex
|
be861cf55d
|
(gfx drivers font) Reduce dependency on video_frame_info
|
2020-03-07 20:11:39 +01:00 |
|
twinaphex
|
4c92d43fe2
|
(Gfx drivers) More cleanups
|
2020-03-07 19:54:58 +01:00 |
|
twinaphex
|
9e31c2de34
|
Remove this for now until this gets reintroduced in some way
|
2020-03-07 19:34:24 +01:00 |
|
twinaphex
|
83ac24e7f1
|
(VGA) Move static global variables to struct
|
2020-03-07 19:33:03 +01:00 |
|
twinaphex
|
c5fc9cf5ce
|
(X ctx) Move two static global variables to struct
|
2020-03-07 18:28:53 +01:00 |
|
twinaphex
|
0d543baa4b
|
(Drivers context) Move more static global state to structs
|
2020-03-07 18:21:49 +01:00 |
|
twinaphex
|
3aa8afd60d
|
(gfx/drivers) Further cleanups
|
2020-03-07 18:05:50 +01:00 |
|
twinaphex
|
1aa95f6cc4
|
(GX) Cleanups
|
2020-03-07 17:53:47 +01:00 |
|
twinaphex
|
daea169e5d
|
(GL1) Move static global variables into struct
|
2020-03-07 17:47:26 +01:00 |
|
twinaphex
|
b1337d0a21
|
(GL) Move shared_context_use into struct
|
2020-03-07 17:34:35 +01:00 |
|
twinaphex
|
8ec6447b18
|
(FPGA) Move regOp to struct too
|
2020-03-07 17:30:56 +01:00 |
|
twinaphex
|
87f34eb12f
|
Add missing header
|
2020-03-07 17:29:08 +01:00 |
|
twinaphex
|
788ae60d12
|
(FPGA) Put static global variables into struct
|
2020-03-07 17:28:42 +01:00 |
|
twinaphex
|
3e35fb8672
|
(D3D8/D3D9) Move static global to struct
|
2020-03-07 17:04:06 +01:00 |
|
twinaphex
|
d63daacdf9
|
(GDI) Put gdi_menu_frame into struct
|
2020-03-07 16:50:25 +01:00 |
|
twinaphex
|
efe72dea94
|
(Caca) Put everything into the struct
|
2020-03-07 16:42:12 +01:00 |
|
twinaphex
|
a7dd320653
|
(CACA) Cleanups
|
2020-03-07 16:34:12 +01:00 |
|
twinaphex
|
203b4d7f80
|
(GDI) Move these variables to struct
|
2020-03-07 16:31:04 +01:00 |
|