Commit Graph

108 Commits

Author SHA1 Message Date
Andre Leiradella 97a4f0d2fd show a checker background behind images with transparency 2016-05-29 00:24:09 -03:00
twinaphex 1d632e26fe Add missing file 2016-05-26 20:52:27 +02:00
twinaphex 584ec83840 Start adding internal network retropad core hooks 2016-05-26 19:43:15 +02:00
twinaphex c369a00a3e Start working towards making image viewer core no longer
dependent on stb_image
2016-05-18 13:11:09 +02:00
twinaphex 4a7ab8366b Move libretro.h headers to libretro-common/include 2016-05-10 19:03:53 +02:00
twinaphex a66aa1c50d Cleanups 2016-05-09 06:42:59 +02:00
twinaphex 87b83ecf56 (RetroPad) Use socket_set_target 2016-05-09 06:40:51 +02:00
twinaphex f60676f43e Create inet_htons 2016-05-03 04:35:51 +02:00
twinaphex bb45bf9a66 Cleanups 2016-05-02 19:02:32 +02:00
twinaphex 317ecabadf (Retropad) Use socket_create 2016-05-02 18:45:05 +02:00
twinaphex e62c63cc0e Cleanup 2016-05-02 13:53:09 +02:00
radius 6534f71238 building now on linux, untested 2016-05-01 23:07:12 -05:00
radius 74937e4a52 remove itoa dependency and other window specific code 2016-05-01 22:00:54 -05:00
radius 41a731967f remove the winsock2 dependency
I guess it should work on linux now
2016-05-01 21:39:27 -05:00
radius 2931ae3d17 add a few more ports 2016-04-30 23:33:32 -05:00
radius a1ac5af8af allow configuration of port & IP 2016-04-30 23:23:56 -05:00
radius 7f004aee71 Complete basic implementation of retropad remote (windows only atm) 2016-04-30 22:49:51 -05:00
radius dd2bb5a17b add basic retropad remote 2016-04-30 22:42:50 -05:00
Hans-Kristian Arntzen 38a305bb6e Vulkan: Add proc address query functions to HW interface.
Allows cores to avoid linking directly against any extra library.
Update HW interface version to 2 to signal ABI change.

Note that the interface is still experimental and can change at any time.
2016-03-29 16:35:31 +02:00
Hans-Kristian Arntzen 84923a0465 Vulkan: Tighten up pipeline barrier usage.
Lots of memory barriers used with TOP_OF_PIPE which is not valid.
2016-03-21 10:02:00 +01:00
twinaphex 6e9e5b6907 Put up with deprecations 2016-03-20 19:14:58 +01:00
twinaphex 7508eab655 (CXX_BUILD) Avoid some C++ warnings + buildfix 2016-03-20 17:01:15 +01:00
twinaphex 0955fac195 (ffmpeg core) Avoid some deprecation warnings 2016-03-20 16:59:09 +01:00
twinaphex 93b7dc1bdd (libretro-common) move 'lists' files to lists/ 2016-03-20 14:53:54 +01:00
twinaphex ef4a1a3c0f (libretro-common) Rename fifo_buffer to fifo_queue 2016-03-20 14:06:21 +01:00
twinaphex 0140f989c3 Fix CXX_BUILD 2016-03-04 19:46:25 +01:00
twinaphex 242b511387 Ifdef with RARCH_INTERNAL 2016-03-03 18:18:41 +01:00
twinaphex d15eb9a570 Add HAVE_SSA switch to qb 2016-03-03 18:17:48 +01:00
Themaister bce0d55a43 Vulkan: Allocate correct number of descriptors.
Have to allocate for entire pool, not per set.
2016-03-01 09:44:18 +01:00
twinaphex 6f9b7a4c87 Silence CXX_BUILD warnings 2016-02-28 22:51:02 +01:00
twinaphex 32353b10bb Take out async job code from imageviewer core 2016-02-22 18:18:12 +01:00
twinaphex 8aa429bd67 Refactor imageviewer code 2016-02-22 16:55:02 +01:00
Hans-Kristian Arntzen 8cab56e806 Vulkan: Attempt workaround for Ivy Bridge.
Reset command buffer instead of pool.
2016-02-21 20:13:22 +01:00
Hans-Kristian Arntzen 7acd82e189 Fix silly bug in libretro-test-vulkan.
Forgot to set sType correctly, fixes nVidia.
2016-02-21 19:53:36 +01:00
Hans-Kristian Arntzen 88ec0f522b Vulkan: Add Vulkan backend to GLX context.
Also fixes some snags with libretro-test-vulkan.
2016-02-19 21:37:24 +01:00
twinaphex acf4931ad1 (Testcore Vulkan) Hook up one button - makes input response work 2016-02-19 05:53:25 +01:00
Hans-Kristian Arntzen adbf9fed16 Vulkan implementation. 2016-02-16 20:42:02 +01:00
twinaphex d7ebb49fd0 (ffmpeg) Style nits 2016-02-15 07:44:45 +01:00
twinaphex c8d57e98d2 Create libretro GL FF Test 2016-01-29 03:03:12 +01:00
twinaphex 29ae063003 (Libretro GL Test) Improve fixed function example 2016-01-29 02:55:12 +01:00
twinaphex 58f619dc22 (Libretro GL Test) Add fixed-function GL codepath 2016-01-29 02:34:06 +01:00
twinaphex d81d6058cd (Libretro test GL) If we don't call input_state at least once per retro_run then
late input polling behavior won't work
2016-01-29 02:30:09 +01:00
twinaphex 9f21a813bd Remove Emscripten rule 2016-01-29 02:25:35 +01:00
twinaphex 473e6ff7b8 Call RETRO_ENVIRONMENT_SHUTDOWN if image can't be loaded 2016-01-23 15:45:40 +01:00
Alcaro 3de1e58592 (Imageviewer) React only to freshly pressed inputs. 2016-01-23 15:32:15 +01:00
Alcaro 328ec2cdca Clean this up. 2016-01-23 15:29:41 +01:00
Alcaro a2118e3938 Fix memory leak. 2016-01-23 15:23:44 +01:00
twinaphex 9acf3e2309 (Imageviewer) Call RETRO_ENVIRONMENT_SET_GEOMETRY after loading image 2016-01-22 16:50:26 +01:00
twinaphex 87bdb34599 Get rid of some unused variables 2016-01-22 15:36:04 +01:00
twinaphex 346074ee38 (imageviewer) Cut down on some code duplication 2016-01-22 01:58:21 +01:00