twinaphex
021e110a3c
(Authors) Add Lakka author to credits
...
(Lakka) Add fallback directory in case rgui->libretro_dir points
to nothing for core directory list
2014-05-09 17:55:39 +02:00
twinaphex
87f9a381dc
(Lakka) Erase all copy-pasted code in menu_lakka_backend.c
2014-05-09 17:36:38 +02:00
twinaphex
f26a82a6ae
(Menu) Make time/delta variables exposable to display driver
...
(Lakka) Start implementing iterate function more properly
2014-05-09 17:29:41 +02:00
twinaphex
edbd79a273
(Lakka) Style nits
2014-05-09 16:46:50 +02:00
Themaister
ef2037abe8
Remove float FBO for GLES.
...
The extension doesn't work as a rendertarget anyways.
2014-05-09 16:38:56 +02:00
Twinaphex
b136ce5004
Merge pull request #675 from lakkatv/lakka-integration
...
Lakka integration
2014-05-09 16:31:54 +02:00
twinaphex
4b543e83fb
(2xBR) Fix warning on PS3
2014-05-09 16:28:43 +02:00
Jean-André Santoni
e5e806764e
Update menu_lakka_backend
2014-05-09 16:28:09 +02:00
Jean-André Santoni
22a5e07ead
Merge branch 'master' of https://github.com/libretro/RetroArch
2014-05-09 16:24:36 +02:00
twinaphex
9773d001a4
(SoftFilters) Update 2xbr/2xsai/blargg_ntsc_snes_composite/blargg_ntsc_snes_rgb
2014-05-09 16:18:08 +02:00
Jean-André Santoni
95e4cc6a97
Fix configure vars for lakka
2014-05-09 13:40:34 +02:00
twinaphex
540fad51a6
(RARCH_CONSOLE) Can finally get rid of global_driver_init
2014-05-09 06:45:03 +02:00
Twinaphex
beb0a80692
(MSVC 2010) Build fix
2014-05-08 21:22:55 -07:00
twinaphex
a8642eb686
(PS3/Wii) Salamander build fix
2014-05-09 06:16:14 +02:00
twinaphex
cf669f21ca
* Add 'null' frontend context driver (will come into use later on in
...
more important ways)
* RetroArch when compiled with menu support will now cleanly exit if
menu driver cannot be initialized properly
2014-05-09 06:12:53 +02:00
Twinaphex
4d46c36917
(360) Build fix
2014-05-08 20:56:55 -07:00
twinaphex
f483d862b2
(Apple) Build fix
2014-05-09 05:52:18 +02:00
twinaphex
0454ac623e
(Menu) Move 'rgui' global variable to 'driver' struct
2014-05-09 05:47:32 +02:00
twinaphex
c35c1fdb74
(shader_common.c) Style nits
2014-05-09 04:54:54 +02:00
twinaphex
d7f50bdeac
(PS3) Missed semicolon
2014-05-08 22:40:00 +02:00
twinaphex
d7a273feb0
(PSGL) Force mipmap to false for now for PSGL
2014-05-08 22:27:58 +02:00
twinaphex
7bba107415
(shader_common.c) Some build fixes for PS3
2014-05-08 21:50:49 +02:00
twinaphex
853179a2fb
Add inclusion of gfx/shader_common.c to other Makefiles
2014-05-08 21:49:18 +02:00
Twinaphex
dc24e41d8b
Merge pull request #674 from TroggleMonkey/master
...
LUT texture filtering improvements, etc.
2014-05-08 21:36:20 +02:00
TroggleMonkey
61ba7afc1c
Merge branch 'improve_texturing':
...
OpenGL mipmap support for LUT textures is ready for upstream inclusion.
2014-05-08 15:12:28 -04:00
TroggleMonkey
c15d188ecf
Refactored duplicate Cg/GLSL LUT texture loading code into shader_common.c.
...
Fixed a bug where "Apply Shader Changes" in RGUI saved/set the wrong
texture filter for LUT textures.
Unofficially extended Cg shader spec with an LUT mipmap option:
To mipmap LUT "foo," add 'foo_mipmap = "true"' to your .cgp/.glslp file.
Mipmapping is currently implemented for the OpenGL driver only.
2014-05-08 13:41:04 -04:00
twinaphex
41e526a163
Split up rglgen header includes to separate header file
2014-05-08 03:30:43 +02:00
Jean-André Santoni
7dda9f0b00
Lakka menu display and icons
2014-05-08 01:12:51 +07:00
twinaphex
e61401c101
(CC resampler) Add RARCH_INTERNAL check
2014-05-07 16:46:28 +02:00
twinaphex
7d3b436c2a
(cc_resampler.c) Remove some unneeded header includes / make it more
...
backwards compatible
2014-05-07 00:42:59 +02:00
twinaphex
069491f488
(core_info.c) Check first if supported_extensions_list is not NULL before
...
freeing
2014-05-07 00:40:58 +02:00
Themaister
471ac51d6c
Fixup Win32 build.
2014-05-04 11:52:09 +02:00
Themaister
804626e20d
Create abstract interface for FFemu.
2014-05-04 11:48:20 +02:00
Themaister
b7e1628963
Don't opaqueify things which obviously are not opaque.
2014-05-04 11:24:20 +02:00
twinaphex
7306a124d6
(Apple) apple_display_alert - turn two NSString *params into const char*
2014-05-03 21:34:13 +02:00
twinaphex
b765ac5634
(Apple) Nits
2014-05-03 19:14:19 +02:00
twinaphex
99b7a5532f
(Apple) Cleanup Xcode projects a bit - don't include headers
2014-05-03 19:12:00 +02:00
twinaphex
9805d6b637
(iOS) Get rid of warning
2014-05-03 19:00:12 +02:00
Twinaphex
daf2631136
Merge pull request #670 from Alcaro/master
...
Fix rgb565 on phosphor2x.
2014-05-03 18:39:56 +02:00
twinaphex
de7cf52227
(Apple/General_) Turn setting_data into general code - this code
...
will be used for exposing a list of generic menu settings to
WIMP menus and other such things (already used by the Apple port
in tihs way)
2014-05-03 18:38:29 +02:00
Alcaro
edff8b2c10
Fix rgb565 mode on this thing.
2014-05-03 18:17:35 +02:00
Alcaro
73a119469a
Merge pull request #1 from libretro/master
...
attempt to update this fork
2014-05-03 18:15:58 +02:00
Themaister
583514ae95
Add support for GLES 3.1+.
2014-05-03 15:21:14 +02:00
Themaister
f6a578ce4e
Fix issues with nVidia EGL implementation.
2014-05-03 14:48:12 +02:00
twinaphex
5678a7854f
(Apple) Build fix
2014-05-03 07:17:59 +02:00
twinaphex
5033a39a1d
(Apple) Move some C common code from ObjC file to platform_apple.c
2014-05-03 07:11:23 +02:00
twinaphex
6b0f9d3698
(Apple) Move hid_pad.c to input/
2014-05-03 07:08:10 +02:00
twinaphex
77401692cb
(Record) ffemu_new now returns void *
2014-05-03 07:00:46 +02:00
twinaphex
1dfec21dde
(record/ffemu) Turn opaque pointers into void *
2014-05-03 05:47:38 +02:00
twinaphex
cb53d65fc3
Compile with HAVE_BUILTIN_FILTERS for Android - and some C90 build
...
fixes for filters. Note/FIXME: We need to get rid of the complex.h
dependency in the equalizer plugin
2014-05-03 04:59:35 +02:00