Commit Graph

5199 Commits

Author SHA1 Message Date
twinaphex
6544772fb8 De-ioctl ify core_ctl 2016-05-08 01:33:57 +02:00
twinaphex
7f272a4bd0 Add missing parameters 2016-05-07 16:24:26 +02:00
twinaphex
f86d4d400d Start adding jpeg hooks 2016-05-07 06:20:17 +02:00
twinaphex
857a6ac479 Remove streams/file_stream.h 2016-05-07 04:17:33 +02:00
twinaphex
c192b8d61f (video_texture_image.c) Cleanup 2016-05-07 04:07:27 +02:00
twinaphex
b8644536d2 (video_texture_image.c) Cleanups - we use nbio now in video_texture_image_load
for both TGA and PNG, and we remove the file I/O based RPNG function
2016-05-07 04:04:09 +02:00
twinaphex
9ac9ed4b36 Cleanups 2016-05-07 03:35:31 +02:00
twinaphex
afd56893f5 video_texture_image - cleanups 2016-05-07 03:31:24 +02:00
Twinaphex
a85bc7bab6 RARCH_DISPLAY_CT_LOCK_NEW - make sure lock is freed beforehand 2016-05-06 18:55:42 +02:00
Torsten Paul
ccb224043b Initialize window name at window creation time (fixes #1521).
The protocol error reported in #1521 is caused by two different issues.
First xdg-screensaver fails to parse decimal values for the window id
(https://bugzilla.redhat.com/show_bug.cgi?id=1274931). Using the hex
notation fixes this part.

Second, the script reads the WM_NAME property from the window which is
not yet available at this time. Calling x11_update_window_title() early
ensures the property is set when xdg-screensaver is run.
2016-05-06 00:17:47 +02:00
twinaphex
78cbf97e70 Another fix 2016-05-05 17:58:58 +02:00
twinaphex
2314733af7 Cleanup 2016-05-05 17:52:30 +02:00
twinaphex
493ad4dfb8 (WGL) Typo buildfix 2016-05-05 17:50:26 +02:00
twinaphex
a7588292bf Another cleanup 2016-05-05 17:44:43 +02:00
twinaphex
8966f46d36 video_shader_set_backend - cleanup 2016-05-05 17:44:10 +02:00
twinaphex
c04122d385 Set context driver's set_flags function when core GL context
is requested, and query the core GL context set bit when
loading a Cg shader
2016-05-05 17:40:38 +02:00
twinaphex
10b0fca258 Add GFX_CTL_SET_FLAGS 2016-05-05 17:37:24 +02:00
twinaphex
60233d1abb Add set_flags to context driver 2016-05-05 17:35:28 +02:00
twinaphex
400f50ddac Comment this out for now until we fundamentally fix it 2016-05-05 05:58:40 +02:00
twinaphex
a22b99838d Get rid of variable core_context_inited 2016-05-05 05:53:50 +02:00
twinaphex
d176f2d48f Try to query context driver about core GL context ability 2016-05-05 05:52:38 +02:00
twinaphex
9d225e388f Add GFX_CTL_GET_FLAGS 2016-05-05 05:49:48 +02:00
twinaphex
8136683ffc (context drivers) Start exposing core GL flag 2016-05-05 05:46:00 +02:00
twinaphex
a0425dfb14 (Context drivers) Add get_flags function 2016-05-05 05:35:35 +02:00
twinaphex
e482bc7556 (GL) Avoid warning 2016-05-05 02:08:07 +02:00
twinaphex
eb2a4f5c56 (GL) Nits 2016-05-05 02:07:33 +02:00
twinaphex
2c77616ec3 (gfx/drivers) Cleanups 2016-05-05 01:59:05 +02:00
twinaphex
1b84895ba0 (GL) Cleanup gl_check_fbo_dimensions 2016-05-05 01:42:08 +02:00
twinaphex
d4a322add3 Cleanups 2016-05-05 01:33:54 +02:00
twinaphex
0ad0763413 gl_read_viewport - cleanup 2016-05-05 01:32:35 +02:00
twinaphex
7feac862db (GL) Cleanups 2016-05-05 01:29:52 +02:00
twinaphex
9465a00d4b Create video_frame_convert_rgba_to_bgr 2016-05-04 18:44:39 +02:00
twinaphex
2e20e4bbdb Add header 2016-05-04 17:13:25 +02:00
twinaphex
b8e140d6c4 (record_ffmpeg.c) Move scaler code to gfx/video_frame.h 2016-05-04 17:11:22 +02:00
twinaphex
bfcc89f580 (SDL) Use video_frame_scale 2016-05-04 16:56:16 +02:00
twinaphex
7b2a2f2336 Create video_frame_scale 2016-05-04 16:44:38 +02:00
twinaphex
2c3ca6efed Move convert frame function to gfx/video_frame.h 2016-05-04 16:34:13 +02:00
twinaphex
bf53a939da Create gfx/video_frame.h 2016-05-04 16:32:24 +02:00
twinaphex
83584c84f8 (sdl_gfx.c) Style nit 2016-05-04 04:45:46 +02:00
twinaphex
66b6129e98 Cleanups 2016-05-04 04:43:24 +02:00
twinaphex
3ba02a3786 Cleanups 2016-05-04 04:34:05 +02:00
twinaphex
a393d9a75b Cleanups 2016-05-04 04:22:41 +02:00
Twinaphex
51565e6336 (iOS) Avoid some analyze warnings 2016-05-04 04:10:33 +02:00
Twinaphex
54427bd377 (gl_raster_font.c) Avoid another static code analysis warning 2016-05-02 17:10:21 +02:00
Twinaphex
4039bc89d6 (gl_raster_font.c) Cleanups 2016-05-02 17:08:40 +02:00
twinaphex
53fc458795 (Cocoa) Store idiom type inside unsigned variable 2016-05-02 14:53:23 +02:00
Twinaphex
fab90f4b96 (iOS) Avoid warning for unhandled CarPlay enum value 2016-05-02 01:55:02 +02:00
twinaphex
61d6fb57e6 Buildfixes 2016-04-28 20:55:26 +02:00
twinaphex
895783d854 Move some variables 2016-04-28 20:49:13 +02:00
twinaphex
65dec874a8 Move some path settings 2016-04-28 19:52:25 +02:00