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 |
|
twinaphex
|
42bb37816e
|
Take file_path.h include out of file.h
|
2014-10-20 21:51:04 +02:00 |
|
Lioncash
|
f8499aa71a
|
Sanitize against NULL in some free-like functions.
|
2014-09-15 09:30:27 -04:00 |
|
twinaphex
|
295434151b
|
(D3D) Change dir to gfx/d3d
|
2014-09-14 06:45:47 +02:00 |
|
twinaphex
|
0b5a9a244c
|
(D3D) Create d3d_vertex_buffer_free/d3d_texture_new/d3d_texture_free
|
2014-09-13 18:11:15 +02:00 |
|
twinaphex
|
138541f6cc
|
(image_xdk1.c) Use d3d_vertex_buffer_new
|
2014-09-13 17:58:38 +02:00 |
|
twinaphex
|
fa46a2bf19
|
(D3D) d3d_wrapper.c build fixes
|
2014-09-12 00:00:20 +02:00 |
|
twinaphex
|
dd3bed1137
|
(Xbox 1) Some build fixes
|
2014-09-11 21:28:38 +02:00 |
|
twinaphex
|
6a3af98df6
|
Style/indenting nits
|
2014-09-09 06:59:17 +02:00 |
|
Themaister
|
15c35d7e44
|
Fix texture_image_load/free.
|
2014-06-17 17:44:48 +02:00 |
|
Themaister
|
7cba4fe0fb
|
Remove useless log.
|
2014-06-13 18:23:54 +02:00 |
|