twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
Josh Palmer
|
453d823d2a
|
Fix jsonsax compilation on QNX, 'index' appears to be a reserved symbol
|
2017-01-09 20:26:09 +00:00 |
|
twinaphex
|
dde441e1d2
|
Remove prototypes
|
2016-12-29 23:51:48 +01:00 |
|
twinaphex
|
9657bbd998
|
Get rid of set_rgba/unset_rgba inside image_texture.c
|
2016-12-29 23:22:40 +01:00 |
|
twinaphex
|
6a166faa0c
|
Revert "Remove supports_rgba varaible from image_texture.c"
This reverts commit bd0c97fdc414d3537eb73d1371dbe948b4e98179.
|
2016-12-29 22:53:10 +01:00 |
|
twinaphex
|
bd0c97fdc4
|
Remove supports_rgba varaible from image_texture.c
|
2016-12-29 22:39:52 +01:00 |
|
Andre Leiradella
|
2c90258353
|
Include retro_common_api.h
|
2016-12-12 23:53:44 +00:00 |
|
Andre Leiradella
|
6fd6329b41
|
Fixed copyright notice
|
2016-12-12 23:28:17 +00:00 |
|
Andre Leiradella
|
b65e16d39d
|
Added support for loading 8 and 16 bps, mono/stereo, uncompressed PCM wave files
|
2016-12-12 23:23:36 +00:00 |
|
twinaphex
|
83d91ae85a
|
(libretro-common) Update copyrights
|
2016-11-08 17:55:35 +01:00 |
|
twinaphex
|
fda2495021
|
Get rid of HAVE_ZLIB_DEFLATE - implicitly enable it
|
2016-08-02 15:34:48 +02:00 |
|
twinaphex
|
7e36dcb27f
|
move video_texture_image to libretro-common and rename it to image_texture.c
|
2016-05-18 12:58:00 +02:00 |
|
twinaphex
|
265c931c46
|
(gfx/video_texture_image.c) remove dependencies
|
2016-05-18 12:49:52 +02:00 |
|
twinaphex
|
1ef5eee8b3
|
Header cleanup
|
2016-05-18 11:08:09 +02:00 |
|
twinaphex
|
dd774bd13c
|
Cleanups
|
2016-05-18 11:04:23 +02:00 |
|
twinaphex
|
9bc11731fb
|
Start reimplementing TGA image load support
|
2016-05-18 10:52:23 +02:00 |
|
twinaphex
|
492dd59164
|
Hook up BMP image loading - color channels swapped - RGBA to ARGB
conversion won't work here
|
2016-05-17 21:38:51 +02:00 |
|
twinaphex
|
4309793b1d
|
Add rbmp.c
|
2016-05-17 21:21:45 +02:00 |
|
twinaphex
|
8c640a28c6
|
(RJPEG) Remove unused rjpeg_image_load
|
2016-05-17 16:40:11 +02:00 |
|
twinaphex
|
1166be62ae
|
(gfx/video_texture_image.c) Drop more implementation details
|
2016-05-17 16:32:53 +02:00 |
|
twinaphex
|
52948b436e
|
We can take out RPNG implementation details out of video_texture_image.c
now
|
2016-05-17 16:23:22 +02:00 |
|
twinaphex
|
101539b489
|
(RJPEG) more internal changes
|
2016-05-13 09:58:42 +02:00 |
|
twinaphex
|
fa27a8447e
|
Rename RPNG functions
|
2016-05-13 09:49:38 +02:00 |
|
twinaphex
|
1623d538d5
|
Add rjpeg_set_buf_ptr
|
2016-05-13 09:42:02 +02:00 |
|
twinaphex
|
8efe2de0ec
|
(RJPEG/RPNG) Add debug logs and change function signatures
|
2016-05-13 09:08:32 +02:00 |
|
twinaphex
|
5068accc4e
|
Start preparing image transfer for RJPEG
|
2016-05-13 08:50:50 +02:00 |
|
twinaphex
|
17d39fd54f
|
Add rjpeg_free
|
2016-05-13 08:16:13 +02:00 |
|
twinaphex
|
d3df016005
|
(RJPEG) Add rjpeg_alloc
|
2016-05-13 08:13:21 +02:00 |
|
twinaphex
|
13f49e1d9a
|
Split up image transfer code to separate file
|
2016-05-13 04:38:21 +02:00 |
|
twinaphex
|
1ac30884c4
|
(RJPEG) Prevent warnings
|
2016-05-11 03:40:25 +02:00 |
|
twinaphex
|
35ea37b37f
|
Revert "Move cpu_features to libretro-common"
This reverts commit 2b8ff3bf3844e20ba8021f1f40c3e59f64b69772.
|
2016-05-10 09:32:24 +02:00 |
|
twinaphex
|
2b8ff3bf38
|
Move cpu_features to libretro-common
|
2016-05-10 09:27:29 +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
|
268be70fe8
|
Cleanups
|
2016-05-07 04:15:39 +02:00 |
|
twinaphex
|
08b7ac500b
|
(libretro-common) Updates
|
2016-04-23 10:40:46 +02:00 |
|
twinaphex
|
f0fd3895b6
|
Updates
|
2016-03-20 16:36:39 +01:00 |
|
twinaphex
|
c7e13e2bcd
|
(libretro-common) Rename file_archive to archive_file
|
2016-03-20 16:14:40 +01:00 |
|
twinaphex
|
87840e5b6c
|
(rbmp) Change typedef enum
|
2016-03-20 05:35:52 +01:00 |
|
twinaphex
|
6b3c3f326a
|
Cleanups
|
2016-03-20 05:12:53 +01:00 |
|
twinaphex
|
b40b169098
|
Copy over libretro-common changes
|
2016-03-20 04:49:59 +01:00 |
|
twinaphex
|
a267bdfbe3
|
MOve gfx/image/image.c to gfx/video_texture_image.c
|
2016-01-30 02:39:08 +01:00 |
|
twinaphex
|
552e78c9bc
|
Rename file_extract to file_archive
|
2016-01-24 07:29:11 +01:00 |
|
twinaphex
|
39dc2a0d05
|
Get rid of this messy code
|
2016-01-08 17:58:53 +01:00 |
|
Andre Leiradella
|
9485298f78
|
fix function signatures; fix license on jsonsax
|
2015-10-09 13:48:17 -03:00 |
|
Andre Leiradella
|
fa3f17d219
|
preliminary code for retro achievements (cheevos)
|
2015-10-09 13:29:57 -03:00 |
|
twinaphex
|
5e71c31748
|
Split up BMP saving into separate file libretro-common/formats/bmp/rbmp_encode.c
|
2015-09-19 02:44:28 +02:00 |
|
Twinaphex
|
8d2eceaa22
|
(rpng) Cleanups
|
2015-09-06 13:02:44 +02:00 |
|
twinaphex
|
679a7ee130
|
(rpng) Don't expose unused internal function
|
2015-09-01 13:39:09 +02:00 |
|
twinaphex
|
c259b983de
|
struct definitions now go inside rpng_common.h - move them
away from public headers
|
2015-09-01 13:08:10 +02:00 |
|