Andre Leiradella
|
9b889e14d4
|
http tasks can now be cancelled; on-demand thumbnail download working
|
2016-05-05 09:48:50 -03: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
|
cc0f8160b5
|
Merge pull request #2944 from sronsse/fixes_for_team
Queue and download/extract related fixes
|
2016-05-05 02:56:28 +02:00 |
|
Sebastien Ronsse
|
d5b358fde8
|
menu: Fix bus error during simultaneous file download/decompression
|
2016-05-05 10:30:10 +10:00 |
|
Sebastien Ronsse
|
e346eccbb7
|
task http: Fix http task finder logic leading to erroneous results
|
2016-05-05 10:18:29 +10:00 |
|
Sebastien Ronsse
|
b100846ad5
|
task decompress: Refactor decompress checking code
|
2016-05-05 10:18:29 +10:00 |
|
Sebastien Ronsse
|
b8849a574c
|
task decompress: Add helper decompress check method
|
2016-05-05 10:18:29 +10:00 |
|
Sebastien Ronsse
|
cc4b5dbf35
|
task queue: Fix multi-threading issues in threaded worker
|
2016-05-05 10:18:29 +10:00 |
|
Sebastien Ronsse
|
d3c3d20994
|
task queue: Add task_queue_remove method
|
2016-05-05 10:18:29 +10: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
|
b0193885ca
|
(GLSM) Update
|
2016-05-05 00:23:12 +02:00 |
|
twinaphex
|
9a7bde6a02
|
(GLSM) Add glBlendEquationSeparate
|
2016-05-04 23:53:21 +02:00 |
|
twinaphex
|
5889489ff7
|
(libretro-common) Update GLSM
|
2016-05-04 21:12:34 +02:00 |
|
twinaphex
|
9465a00d4b
|
Create video_frame_convert_rgba_to_bgr
|
2016-05-04 18:44:39 +02:00 |
|
twinaphex
|
55bc1ccd78
|
(video4linux2) Cleanup/nits
|
2016-05-04 17:16:06 +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
|
71cc2fe761
|
(screenshot.c) Cleanups
|
2016-05-04 16:37:58 +02:00 |
|
twinaphex
|
3567c40bb7
|
take_screenshot - cleanup
|
2016-05-04 16:36:10 +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
|
dce7730928
|
Merge pull request #2943 from sronsse/fixes_for_team
Fix deadlock due to missing slock_unlock in task threaded find function.
|
2016-05-04 14:28:10 +02:00 |
|
Sebastien Ronsse
|
9b36274a95
|
Add check for decompression failure in generic download function
|
2016-05-04 15:23:37 +10:00 |
|
Sebastien Ronsse
|
3c23159148
|
Fix deadlock due to missing unlock in task threaded find function
|
2016-05-04 15:23:30 +10: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
|
dca400aa40
|
Add ifdef
|
2016-05-04 04:38:44 +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
|
803c27c582
|
(iOS) Cleanups
|
2016-05-04 04:13:33 +02:00 |
|
Twinaphex
|
51565e6336
|
(iOS) Avoid some analyze warnings
|
2016-05-04 04:10:33 +02:00 |
|
twinaphex
|
f9bd28663a
|
Nit
|
2016-05-04 04:03:46 +02:00 |
|
twinaphex
|
d8dcaab996
|
(RPNG) Cleanup
|
2016-05-04 03:58:29 +02:00 |
|
Alcaro
|
64501d2cb0
|
No point pegging the CPU to download a file.
|
2016-05-03 18:17:12 +02:00 |
|
Alcaro
|
22f69da0e3
|
Uninitialized variables taste bad.
|
2016-05-03 17:52:43 +02:00 |
|
twinaphex
|
0e774f28d8
|
(Nuklear) Use menu_display_draw_cursor
|
2016-05-03 16:14:34 +02:00 |
|
twinaphex
|
93df66ea2f
|
(Nuklear) Buildfix
|
2016-05-03 15:33:36 +02:00 |
|