Commit Graph

10145 Commits

Author SHA1 Message Date
twinaphex
b4a6635e67 (SoftFilter) Port of HQ2x- segfaults sporadically - needs fixing 2014-04-16 13:29:32 +02:00
Themaister
1ccbc10d22 Style nit. 2014-04-16 11:38:04 +02:00
twinaphex
9772c48016 (SoftFilter) Cleaner and more portable way of grabbing the name from the filter 2014-04-16 06:48:24 +02:00
twinaphex
a090806abc (SoftFilters) Add 2xSaI filter - RGB565 only for now 2014-04-16 06:34:20 +02:00
twinaphex
415440948c (menu_settings.c) Build fix 2014-04-16 03:36:54 +02:00
twinaphex
8d6a7dbe1f (Console) Bakes in filters now for ifndef HAVE_DYLIB targets 2014-04-16 03:33:10 +02:00
twinaphex
45c917afa4 Compile in filters for console ports (HAVE_DYLIB not defined in
Griffin)
2014-04-16 02:09:09 +02:00
twinaphex
4cd1094151 Add Makefile for filters (needs to be made crossplatform later) 2014-04-16 01:49:21 +02:00
Themaister
927ffa7ea3 Revert "(Android) Build fix"
This reverts commit f7c2332c0d.
2014-04-16 01:19:18 +02:00
twinaphex
b5dc514f1a Add untested Hylian 2xBR C code - right now shows some broken colors
and that's it
2014-04-16 00:55:09 +02:00
twinaphex
f7c2332c0d (Android) Build fix 2014-04-15 23:28:20 +02:00
twinaphex
dade7c4af1 Implement rarch_get_cpu_cores for Android and Xbox 360 2014-04-15 22:42:10 +02:00
twinaphex
6bb5a08f3e (Softfilters) Prevent code duplication in scale2x.c 2014-04-15 21:18:43 +02:00
twinaphex
bbcac9463b Cleanup scale2x.c 2014-04-15 21:04:26 +02:00
Themaister
4e8c3b3bd3 Add perf counter to softfilter. 2014-04-15 19:43:44 +02:00
Themaister
ff424e239d Fixup filters. 2014-04-15 19:36:42 +02:00
Themaister
d0a6f45565 Use modified width/height as filter buffer size.
Fixes scale2x segfault.
2014-04-15 19:36:41 +02:00
twinaphex
a17c814ea7 Rename dark.c to darken.c 2014-04-15 19:24:06 +02:00
twinaphex
db9e69c0c6 Uniquely name dark.c functions 2014-04-15 18:45:11 +02:00
twinaphex
ea00f26414 (SoftFilters) Port of scale2x.c - buggy/broken 2014-04-15 18:25:28 +02:00
twinaphex
5993a63d77 Add experimental 16bpp code to dark.c softfilter - WIP 2014-04-15 18:04:42 +02:00
Themaister
980eefdd8c Autodetect number of CPU cores for softfilter. 2014-04-15 17:55:40 +02:00
twinaphex
d17392b835 (OSX) Fix some warnings 2014-04-15 16:53:38 +02:00
Themaister
0e406c998d Fix CXX_BUILD. 2014-04-15 12:40:27 +02:00
Themaister
cd3e97df19 Print correctly in RGUI. 2014-04-15 12:32:56 +02:00
Themaister
e780c1fed1 Changing filters requires driver reinit. 2014-04-15 12:25:41 +02:00
Themaister
4913683462 Small filter fixes. 2014-04-15 12:22:01 +02:00
twinaphex
6bdd5cf6ec Add RGUI actions for Softfilter directory path and Softfilter selection -
maister - test if this works - it doesn't here on my end and keeps saying
that the example softfilter (dark.c) has the wrong color format)
2014-04-15 06:19:24 +02:00
twinaphex
b01754e63b rarch_init_filter - pass color format as param instead of a bool indicating
if color format is of 32bit color
2014-04-15 05:13:56 +02:00
twinaphex
a0bce9d467 (Filters) Rewrite dark.c so that it can be compiled by MSVC 2014-04-15 05:06:27 +02:00
twinaphex
347b2bfb6a Move gfx/softfilter.h to gfx/filters/softfilter.h and put gfx/filters/dark.c
into repo
2014-04-15 05:01:31 +02:00
Themaister
c88941d23a Should avoid UTF-8 segfault in bitmapfont. 2014-04-15 04:43:14 +02:00
Themaister
90d4a28a88 Fix type derp. 2014-04-15 04:29:51 +02:00
Twinaphex
aefb91e2aa Merge pull request #649 from libretro/cpu-filter
Revamped soft-filter API
2014-04-15 04:30:56 +02:00
Themaister
c7de0f8b78 Fixup FFmpeg build. 2014-04-15 04:15:19 +02:00
Themaister
abee6c2d66 Fix griffin build. 2014-04-15 04:11:36 +02:00
Themaister
b1c238c0d6 Add threaded filtering. 2014-04-15 04:05:56 +02:00
Themaister
3e83e45a7d Better error handling of filter stuff. 2014-04-15 00:33:13 +02:00
Themaister
4b97de0c9e Replace filter cruft with new stuff. 2014-04-15 00:03:55 +02:00
Themaister
cbc6775496 Some more filter stuff ... 2014-04-14 23:46:47 +02:00
Themaister
f72445798b Flesh out filter stuff a bit more. 2014-04-14 23:24:10 +02:00
Themaister
5cb3438389 Begin implementation of softfilter API. 2014-04-14 22:56:15 +02:00
twinaphex
fb579c24be (iOS) Fix some warnings in apple_gamecontroller.m 2014-04-14 20:50:10 +02:00
twinaphex
9b69deaa12 (OSX PPC) More ifdeffing to get RA OSX PPC to compile and link -
doesn't work right now
2014-04-14 18:46:44 +02:00
twinaphex
d290cda2a9 (OSX PPC) More build 'fixes' 2014-04-14 18:30:21 +02:00
Themaister
f2c78c36e3 [Android] Add support for GLES3 HW render. 2014-04-14 13:17:05 +02:00
Themaister
30cb130184 Warning fix. 2014-04-14 12:09:04 +02:00
Themaister
1cc9d10e09 Fix CXX_BUILD. 2014-04-14 09:07:15 +02:00
twinaphex
125d9e837e Add load_dummy_on_core_shutdown option to cfg and RGUI 2014-04-14 06:07:17 +02:00
twinaphex
f0f615c38a (OSX) Build fix 2014-04-14 04:00:51 +02:00