Twinaphex
5316cb1d26
Merge pull request #1421 from lakkatv/xmb
...
Use GL_LINEAR_MIPMAP_NEAREST instead of GL_LINEAR_MIPMAP_LINEAR for a 10...
2015-02-17 23:17:09 +01:00
Jean-André Santoni
04140f7093
Use GL_LINEAR_MIPMAP_NEAREST instead of GL_LINEAR_MIPMAP_LINEAR for a 10fps gain on XMB on imx6
2015-02-17 23:13:27 +01:00
twinaphex
e44087d62a
(OSX) Set up default buildbot URLs for OSX
2015-02-17 06:35:51 +01:00
Twinaphex
cb40a28340
Merge pull request #1420 from iKarith/master
...
Don't use git -C and get rid of echo_cmd (doesn't do what it should)
2015-02-17 06:13:42 +01:00
twinaphex
0b72425f5b
(MPNG) Some build fixes
2015-02-17 06:07:42 +01:00
twinaphex
40e59507dd
Split up main loop into png_decode_iterate function - return -1
...
when we need to goto error, 1 if successful, 0 if we need to
iterate again
2015-02-17 05:57:40 +01:00
T. Joseph Carter
5b60daae3b
Don't use git -C and get rid of echo_cmd (doesn't do what it should)
2015-02-16 20:47:54 -08:00
twinaphex
23ea613bcf
Move conditional to mpng_read_plte
2015-02-17 05:43:10 +01:00
twinaphex
753a7d8569
(MPNG) Attempt to get rid of nasty read24 macro - Alcaro - doublecheck
...
this
2015-02-17 05:35:03 +01:00
twinaphex
651da5f51c
Fix potential memleak in MPNG_CHUNK_IDAT
2015-02-17 05:17:24 +01:00
twinaphex
833335464a
Refactor MPNG_CHUNK_PLTE to be more like rpng
2015-02-17 05:12:09 +01:00
twinaphex
9f2c205e54
(MPNG) More cleanups to make it more like rpng
2015-02-17 04:59:39 +01:00
twinaphex
b27871664a
(MPNG) Create mpng_chunk
2015-02-17 04:36:19 +01:00
twinaphex
58c2c959b5
(mpng_decode.c) Cleanups
2015-02-17 04:30:27 +01:00
twinaphex
aee6610960
(mpng_decode) Cleanups
2015-02-17 03:49:39 +01:00
twinaphex
5db053b506
(MPNG) Build fixes
2015-02-17 03:45:32 +01:00
twinaphex
f161192ed4
Rename mpng.c to mpng_decode.c
2015-02-17 03:35:43 +01:00
twinaphex
1613da74ce
Start adding cleaned up Minir PNG decode (now called mpng)
2015-02-17 03:35:14 +01:00
twinaphex
f3fbd4c9ce
Move nbio to libretro-SDK - best place for it currently
2015-02-17 02:04:19 +01:00
twinaphex
66682b42f1
(Libretro SDK) Fixup memory_stream.c
2015-02-17 01:58:26 +01:00
twinaphex
59c6bfc772
(D3D) Build fix
2015-02-17 00:38:50 +01:00
Alcaro
9a0c0d8b74
Fix failed merge
2015-02-17 00:30:23 +01:00
Alcaro
7440c4a5a7
(nbio) Change this API around a little.
2015-02-17 00:16:02 +01:00
twinaphex
16b2a5877a
(file_path.c) Use bogstandard printf instead
2015-02-16 23:43:29 +01:00
twinaphex
8f5809ee46
Take out make_current_context
2015-02-16 23:41:49 +01:00
twinaphex
a1d519ad9d
Comment out RARCH_ERR in file_path.c
2015-02-16 22:37:46 +01:00
twinaphex
2f63b75697
Move rewind state variables in struct
2015-02-16 18:09:00 +01:00
twinaphex
37a541e8a0
Restructure some settings in g_extern
2015-02-16 17:52:58 +01:00
twinaphex
87edea6bd9
(MSVC) Build fixes
2015-02-16 16:51:23 +01:00
twinaphex
6390739747
Refactor load_content_need_fullpath
2015-02-16 16:49:05 +01:00
twinaphex
41d3657b5d
Start creating directory content scanning - nonblocking I/O not
...
yet implemented
2015-02-16 07:53:27 +01:00
twinaphex
b1d8d2c3e3
Start refactoring database_info_write_rdl
2015-02-16 07:25:40 +01:00
twinaphex
07df7c108d
Refactor load_content
2015-02-16 06:44:29 +01:00
twinaphex
07c56b4c0d
Compile in nbio_stdio.c
2015-02-16 06:25:45 +01:00
twinaphex
bde4b0738c
(net_http.c) net_http_new - add goto fail in case malloc fails
2015-02-16 06:24:06 +01:00
twinaphex
939b78753a
Get rid of messy 'pending cb' code - instead use
...
string lists
2015-02-16 05:44:43 +01:00
twinaphex
028b0592f5
(PS3) image_ps3.c - fix two potential memleaks
2015-02-16 04:04:43 +01:00
twinaphex
ceb09648eb
Change to ssize_t
2015-02-16 03:46:27 +01:00
twinaphex
47889ff755
(Android) Build fix
2015-02-16 03:38:52 +01:00
twinaphex
935b112a11
Refactor read_file
2015-02-16 03:31:37 +01:00
twinaphex
63cf5a07c3
(net_http.c) Move struct definition out of header again
2015-02-16 02:50:32 +01:00
twinaphex
2d5b4f58aa
(bin_to_hex_alloc) - do return NULL in case malloc fails
2015-02-16 02:42:21 +01:00
twinaphex
d61cf24627
patch_content - cleanup
2015-02-16 02:33:34 +01:00
twinaphex
4fe4a6cbb3
patch_content - fix conditional
2015-02-16 02:32:56 +01:00
twinaphex
400b01d131
(content.c) Cut down on code duplication
2015-02-16 02:31:06 +01:00
twinaphex
0d8fd70b58
Refactor patch_content code
2015-02-16 02:12:22 +01:00
twinaphex
50c546cfb9
Add hack in patch_content to guard against in correct 'detection'
...
(for want of a better word) of patch file that doesn't even exist
on the filesystem - this stuff really needs to be rewritten, this
is just a plain mess
2015-02-16 01:40:31 +01:00
twinaphex
b0f8ac993c
Refactor read_generic_file
2015-02-16 00:44:28 +01:00
twinaphex
395aa9b15f
(nbio) nbio_free - add early return in case handle is NULL
2015-02-16 00:34:55 +01:00
twinaphex
215c434e81
(nbio) Use boolean.h
2015-02-16 00:34:15 +01:00