Commit Graph

72 Commits

Author SHA1 Message Date
twinaphex
1eb80f6c93 More static code analysis fixes 2015-09-28 17:18:48 +02:00
twinaphex
26e1de42bf (PS3) Remove custom PNG decoder
(PS3) Add header for sys_ppu_thread_ functions
2015-09-01 16:09:37 +02:00
Alcaro
ee2ad0c4bd These aren't executable. 2015-08-12 01:31:03 +02:00
radius
828734e007 don't try to autoconfigure GPIO devices 2015-08-11 17:13:25 -05:00
twinaphex
77aa7535c9 MOve all 'define' headers to central place ' defines' 2015-08-10 23:11:40 +02:00
Higor Eurípedes
405ac5ebe5 Improve error handling in some image loading functions 2015-07-11 17:18:16 -03:00
Twinaphex
56da783f11 Get rid of unused variable 2015-05-05 09:43:22 +02:00
twinaphex
0704c7f0c7 Create texture_image_color_convert 2015-05-04 10:16:47 +02:00
twinaphex
ef98d02185 Create texture_image_set_color_shifts 2015-05-04 10:13:53 +02:00
twinaphex
4e5bf65e23 Create HAVE_RPNG define 2015-04-19 16:55:03 +02:00
twinaphex
59e7ab3048 (XDK1) Build fixes 2015-04-13 00:44:10 +02:00
twinaphex
099d95eb6f (XDK1) Buildfix 2015-04-12 22:32:01 +02:00
twinaphex
f4bd33b92f (XDK1) Build fixes 2015-04-12 22:29:55 +02:00
twinaphex
8012b88bcb (PS3) Buildfix 2015-04-10 07:46:54 +02:00
twinaphex
ccd556d99c (XDK1) Buildfix 2015-04-06 01:51:58 +02:00
Neville
672c19074f (OSX PPC) Buildfixes 2015-03-31 02:47:51 +11:00
twinaphex
318b74332e (XDK1) Cleanups 2015-03-30 02:16:54 +02:00
twinaphex
03c6265846 Take out rpng.h header include in formats/image.h 2015-03-28 21:44:17 +01:00
twinaphex
326e7907ae (image.c) Cleanups 2015-03-22 04:15:30 +01:00
twinaphex
3670ef2ac5 Go through driver_get_ptr to grab pointer to driver struct 2015-03-18 19:40:00 +01:00
twinaphex
3929f66c83 Get rid of unused gfx/image/image_nbio.c 2015-03-15 07:08:42 +01:00
twinaphex
635d75a5ea Improve image_nbio.c 2015-02-23 02:36:29 +01:00
twinaphex
98b0728604 Start setting up some code in preparation for non-blocking image
loading
2015-02-22 06:35:02 +01:00
twinaphex
fdfdb2defb Cleanup gfx/image/image.c 2015-02-22 06:28:32 +01:00
twinaphex
d09574bb1f Move files around 2015-02-22 04:56:18 +01:00
twinaphex
433233e530 Move formats/rpng.h header include into gfx/image/image.h 2015-02-22 01:38:36 +01:00
twinaphex
fddddc3965 Combine all image files into one 2015-02-22 01:28:54 +01:00
twinaphex
292298b367 (PS3) Only have png decode, do away with JPEG decoding (will make
it easier to make image loading uniform across all platforms)
2015-02-22 00:50:27 +01:00
twinaphex
75ba64f391 Add HAVE_NONBLOCKING_TEST to image_rpng.c 2015-02-21 04:10:33 +01:00
twinaphex
82432ca5d5 Remove mpng leftovers 2015-02-21 02:46:58 +01:00
Alcaro
810aa8a5ed Don't take the test code so literally. 2015-02-19 19:27:33 +01:00
twinaphex
0ea6dc0445 (MPNG) Updates 2015-02-19 04:13:58 +01:00
twinaphex
d94679e14b (MPNG) Add error goto label 2015-02-19 03:18:33 +01:00
twinaphex
6c98b8ab3a Add stub MPNG image driver 2015-02-19 03:16:47 +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
935b112a11 Refactor read_file 2015-02-16 03:31:37 +01:00
twinaphex
18aefdd83b Rename rnpg_image_load_tga_shift 2015-02-11 07:12:21 +01:00
twinaphex
3a062538dd Move rpng to libretro SDK 2015-02-11 02:30:56 +01:00
twinaphex
ae573dcdb8 Backport Lioncash' memory leak fixes 2015-01-27 15:35:31 +01:00
twinaphex
a1959a83c8 (gfx/image) Cleanups 2015-01-26 19:26:06 +01:00
twinaphex
8adb16bf0a (image_rpng.c) Minor cleanups 2015-01-26 18:46:39 +01:00
twinaphex
b04b1d2506 Refactor rpng_image_load_tga_shift 2015-01-26 18:41:33 +01:00
twinaphex
66641d7828 (image_rpng.c) Declare variables at top of function 2015-01-24 03:37:15 +01:00
twinaphex
069fb556f0 Rename graphics context drivers 2015-01-12 22:19:31 +01:00
twinaphex
bcfc9d9077 Update headers 2015-01-07 18:06:50 +01:00
twinaphex
dd93d549aa Rename rarch_file_path to file_ops 2014-10-21 23:53:09 +02:00
twinaphex
d3629f06f1 Rename file.c/file.h to content.c/content.h 2014-10-21 23:44:03 +02:00
twinaphex
2c5b744bc4 Compartmentalize file_path functions over to file_path.c 2014-10-21 23:33:20 +02:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00