twinaphex
|
9f26e3bc69
|
Move static local variables to gfx_ctx_ctl - and other cleanups
|
2016-02-14 02:30:24 +01:00 |
|
twinaphex
|
68969d1363
|
Add GFX_CTL_GET_VIDEO_SIZE
|
2016-02-14 02:26:20 +01:00 |
|
twinaphex
|
bcaf08ad2d
|
Add GFX_CTL_SET_RESIZE
|
2016-02-14 02:15:43 +01:00 |
|
twinaphex
|
5516ff05b5
|
Create GFX_CTL_SET_VIDEO_MODE
|
2016-02-14 02:12:18 +01:00 |
|
twinaphex
|
637ee33ab6
|
Add GFX_CTL_IDENT_GET
|
2016-02-14 02:05:20 +01:00 |
|
twinaphex
|
154f85c6fa
|
Add GFX_CTL_SUPPRESS_SCREENSAVER
|
2016-02-13 23:39:12 +01:00 |
|
twinaphex
|
f6afe72a1e
|
Add GFX_CTL_IMAGE_BUFFER_WRITE
|
2016-02-13 23:35:47 +01:00 |
|
twinaphex
|
0a9787ec49
|
Create GFX_CTL_INPUT_DRIVER
|
2016-02-13 23:26:33 +01:00 |
|
twinaphex
|
098fc0a860
|
Cleanups
|
2016-02-13 23:20:04 +01:00 |
|
twinaphex
|
82dcd2cd94
|
Cleanups
|
2016-02-13 23:17:09 +01:00 |
|
twinaphex
|
3140e5f980
|
Implement GFX_CTL_GET_METRICS
|
2016-02-13 22:14:33 +01:00 |
|
twinaphex
|
f94e9c532e
|
Create GFX_CTL_PROC_ADDRESS_GET
|
2016-02-13 22:02:49 +01:00 |
|
twinaphex
|
9e186b4587
|
Create GFX_CTL_SWAP_INTERVAL
|
2016-02-13 20:45:45 +01:00 |
|
twinaphex
|
46c9ff36ef
|
Create GFX_CTL_CHECK_WINDOW
|
2016-02-13 19:53:14 +01:00 |
|
twinaphex
|
b9a5c326cd
|
Create GFX_CTX_GET_VIDEO_OUTPUT_SIZE
|
2016-02-13 19:36:02 +01:00 |
|
twinaphex
|
46d210e977
|
Create GFX_CTL_FIND_NEXT_DRIVER/GFX_CTL_FIND_PREV_DRIVER
|
2016-02-13 19:12:08 +01:00 |
|
twinaphex
|
7c28ddbfc5
|
Add GFX_CTL_IMAGE_BUFFER_INIT
|
2016-02-13 18:51:16 +01:00 |
|
twinaphex
|
ef6ef13143
|
Add GFX_CTL_GET_VIDEO_OUTPUT_PREV/GFX_CTL_GET_VIDEO_OUTPUT_NEXT
|
2016-02-13 18:47:38 +01:00 |
|
twinaphex
|
00e4793bed
|
Add GFX_CTL_BIND_HW_RENDER
|
2016-02-13 18:36:23 +01:00 |
|
twinaphex
|
b7c41c9fcd
|
Remove gfx_ctx_show_mouse
|
2016-02-13 18:29:07 +01:00 |
|
twinaphex
|
8721c857e9
|
Add GFX_CTL_SET
|
2016-02-13 18:27:05 +01:00 |
|
twinaphex
|
425a290ced
|
Remove gfx_ctx_destroy
|
2016-02-13 16:33:38 +01:00 |
|
twinaphex
|
ef1b0b0965
|
Add GFX_CTL_UPDATE_WINDOW_TITLE
|
2016-02-13 08:50:22 +01:00 |
|
twinaphex
|
f079ca29e4
|
Add GFX_CTL_HAS_WINDOWED
|
2016-02-13 08:37:10 +01:00 |
|
twinaphex
|
752e9abd4e
|
Add GFX_CTL_SWAP_BUFFERS
|
2016-02-13 08:33:33 +01:00 |
|
twinaphex
|
0a7c481ff0
|
Create GFX_CTL_FOCUS
|
2016-02-13 08:29:58 +01:00 |
|
twinaphex
|
fab6c9b8c4
|
Add GFX_CTL_FREE
|
2016-02-13 08:26:54 +01:00 |
|
twinaphex
|
753fd86c2e
|
Create gfx_ctx_ctl
|
2016-02-13 08:21:35 +01:00 |
|
twinaphex
|
e3b2abed9e
|
video_context_driver - cleanups
|
2016-02-13 08:19:56 +01:00 |
|
twinaphex
|
b8b7ee530c
|
Respect 80-char width limits
|
2016-02-06 21:51:37 +01:00 |
|
twinaphex
|
df43c1f99b
|
Try to avoid crash in gfx_ctx_get_metrics
|
2016-01-21 21:27:54 +01:00 |
|
twinaphex
|
63e2d13b8f
|
Create string_is_equal_noncase - try not to use strcasecmp so much
|
2016-01-20 17:34:19 +01:00 |
|
twinaphex
|
54f46f4ee3
|
Update headers
|
2016-01-10 04:41:52 +01:00 |
|
twinaphex
|
3b8932b302
|
Turn returntype of set_resize into bool
|
2016-01-07 00:58:33 +01:00 |
|
twinaphex
|
902997c579
|
Remove gfx_ctx_data_get_ptr
|
2015-12-09 09:05:55 +01:00 |
|
Higor Eurípedes
|
9e90efacbb
|
(videocore) Convert to new egl common api
|
2015-12-08 17:33:59 -03:00 |
|
Higor Eurípedes
|
1cf574cfbe
|
Move most of egl_common globals into egl_ctx_data_t
|
2015-12-08 13:54:03 -03:00 |
|
Higor Eurípedes
|
c257374dcd
|
(video_context_driver) Make better use of the data argument in context calls
|
2015-12-08 12:19:08 -03:00 |
|
twinaphex
|
757f0692ad
|
(gfx_ctx_swap_buffers) Guard against video context data being NULL
|
2015-12-03 23:59:54 +01:00 |
|
twinaphex
|
862483f67e
|
(video_context_driver.c) Cleanups
|
2015-11-30 09:02:12 +01:00 |
|
twinaphex
|
009813a694
|
Derp - ininite loop
|
2015-11-24 01:36:27 +01:00 |
|
twinaphex
|
f234996b49
|
Divorce driver->video_context from driver_t struct
|
2015-11-23 21:24:02 +01:00 |
|
twinaphex
|
6f18656baa
|
driver->video_context should be self-contained now to video_context_driver.c
|
2015-11-23 21:20:21 +01:00 |
|
twinaphex
|
0520a1b3c7
|
Divorce video_context_data from driver_t
|
2015-11-23 21:09:40 +01:00 |
|
twinaphex
|
f98cda3c33
|
video_context_data only accessed now from one file
|
2015-11-23 21:06:15 +01:00 |
|
twinaphex
|
1f87c6d9e2
|
Dont' try to access driver->video_context_data directly
|
2015-11-23 20:56:06 +01:00 |
|
twinaphex
|
41b46975f9
|
Cleanups - go through standard functions
|
2015-11-23 20:45:09 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
twinaphex
|
1c3ba76e67
|
(PS3) Implement video output get prev/next
|
2015-11-21 07:54:42 +01:00 |
|
twinaphex
|
e09e65e348
|
Add RARCH_DISPLAY_CTL_GET_NEXT_VIDEO_OUT
|
2015-11-20 21:20:12 +01:00 |
|