Commit Graph

9659 Commits

Author SHA1 Message Date
twinaphex f613bfbed6 Rename overlays-convert-glsl to shaders-convert-glsl -
To convert shaders to GLSL: make -f Makefile.griffin shaders-convert-glsl
2014-02-21 22:12:51 +01:00
twinaphex 56bd2127cb Move functionality of Makefile.shaders inside Makefile.griffin
To checkout shaders : make -f Makefile.griffin shaders-checkout
To checkout overlays: make -f Makefile.griffin overlays-checkout
To deploy overlays to PS3 media dir : make -f Makefile.griffin platform=ps3 shaders-deploy
To deploy overlays to PS3 cobra media dir : make -f Makefile.griffin platform=ps3-cobra shaders-deploy
2014-02-21 22:09:46 +01:00
Twinaphex fb17ca5637 Merge pull request #565 from aliaspider/master
(PSP) improved audio driver. still lacks Synchronization.
2014-02-21 19:26:40 +01:00
aliaspider f83f0d9e4f (PSP) improved audio driver. still lacks Synchronization. 2014-02-21 19:24:46 +01:00
twinaphex 04507b0218 (QNX/iOS) Update QNX/iOS paths for default overlay 2014-02-21 18:47:11 +01:00
twinaphex 85695d014f Add overlay checkout to Makefile.shaders - to be refactored to
Makefile.griffin
2014-02-21 18:45:03 +01:00
Toad King 41a3d5b5cf [Griffin] change default logging address to broadcast address 2014-02-20 23:50:45 -05:00
Toad King ea5ecd507d [GX] fix image converters to avoid memory corruption, fixes crash on some overlays 2014-02-20 23:50:45 -05:00
twinaphex b27f3242c0 (GX More inlined functions 2014-02-21 04:35:43 +01:00
twinaphex cee116d5b8 (GX) Video cleanups 2014-02-21 02:57:07 +01:00
twinaphex 78126ec224 (NGC) Build fix 2014-02-21 02:38:15 +01:00
twinaphex b34b08c2a6 (GX) Use the inlined functions in the headers 2014-02-21 02:00:00 +01:00
Toad King 041ec45132 Merge branch 'gx-overlays'
Conflicts:
	Makefile.wii
	gx/gx_video.c
2014-02-20 19:46:43 -05:00
Toad King 25f66ce28a [GX] add alpha to overlay 2014-02-20 19:26:50 -05:00
Toad King 96a339cb6f [GX] fix lockup when using overlays 2014-02-20 18:58:40 -05:00
Toad King 02fd6dffbd [GX] overlays appear, still some bugs left 2014-02-20 17:58:06 -05:00
Themaister 0779eaae6f Forgot to clear out last_sample_rate. 2014-02-20 23:07:55 +01:00
Themaister 60b1b8523d Add test case for SET_SYSTEM_AV_INFO in libretro-test/. 2014-02-20 23:05:56 +01:00
Themaister 21c383f77a Add initial SET_SYSTEM_AV_INFO environ. 2014-02-20 22:48:31 +01:00
Toad King 8762d74fb6 [GX] buildfix 2014-02-20 16:26:50 -05:00
Toad King be9c017c36 [GX] builds with overlay support, nothing displayed yet 2014-02-20 16:23:29 -05:00
twinaphex dbb3109105 (PSP2) add header 2014-02-20 20:01:33 +01:00
twinaphex 9f3a478326 (PSP2) Add psp2_video.c 2014-02-20 19:58:18 +01:00
twinaphex 6ae2148d08 (RGL PS3) Refactor rgl-gcm-cmds.h 2014-02-20 15:23:56 +01:00
twinaphex 6bc530fe4b (MSVC) Add HAVE_MENU for x64 targets 2014-02-20 13:39:16 +01:00
Themaister 712ab89ebb Check KEY_UP to KEY_DOWN in udev joypad.
Wiimote classic uses this for some odd reason ...
2014-02-20 08:23:17 +01:00
twinaphex c4ab0351e5 (GX) Replace more functions with macro'ed/inlined versions 2014-02-20 01:40:38 +01:00
twinaphex 5bfc46db2d (GX) Video optimizations 2014-02-20 01:03:49 +01:00
Toad King fe4ec8fd7c [GX] overlay implementation
*COMPLETELY UNTESTED, PROBABLY DOESN'T WORK YET*
2014-02-19 17:53:23 -05:00
Toad King e09b7fb60c build fix 2014-02-19 17:52:47 -05:00
twinaphex dfc9f6953e (GX) Optimize GX_CallDispList 2014-02-19 23:07:25 +01:00
twinaphex 7fe0b8231f (GX) Optimize init_texture 2014-02-19 21:50:44 +01:00
twinaphex c8f73d46f9 (GX) Video inlining cleanups 2014-02-19 21:01:36 +01:00
twinaphex 6a4cfc7271 (GX) Get rid of warnings while compiling Wii/NGC versions 2014-02-19 18:07:47 +01:00
twinaphex 71b6485bb5 (PSP) Fix warnings 2014-02-19 17:47:59 +01:00
twinaphex 603484a1da (Thread wrapper) Fix unused variable i warning 2014-02-19 16:30:28 +01:00
twinaphex d2c47ea600 Update dist-scripts/ngc-cores and dist-scripts/wii-cores.sh 2014-02-19 16:29:13 +01:00
twinaphex f1d2aedbbd Create Makefile.griffin - replacement for Makefile.ngc and
Makefile.wii.

Build the Wii port like this: make -f Makefile.griffin platform=wii
Build the NGC port like this: make -f Makefile.griffin platform=ngc
2014-02-19 16:27:27 +01:00
twinaphex 98bd631151 (PSL1GHT) Makefile changes 2014-02-19 16:01:45 +01:00
twinaphex daf7860b10 (RGL PS3) Use gcm_emit macros for inlined GCM method commands 2014-02-19 15:17:19 +01:00
twinaphex 0f1aaa0c0e (PS3 RGL )Get rid of GCM method macros 2014-02-19 15:05:09 +01:00
twinaphex 0e0fa56da7 (PS3 RGL) Refactor rglFramebuffer 2014-02-19 13:41:12 +01:00
twinaphex 80c506cbeb (RGL PS3) Cleanups... 2014-02-19 01:27:19 +01:00
twinaphex f8ce4734ee (RGL PS3) Split up gcm command macros in separate file 2014-02-19 01:17:11 +01:00
twinaphex d836be0273 (RGL PS3) Cleanups 2014-02-19 01:13:39 +01:00
twinaphex 32604f0aa3 (RGL PS3) Cleanup rglGcmFifoGlViewport 2014-02-19 00:44:40 +01:00
twinaphex 7397d8ff4a (PS3 RGL) Reuse gcm_emit functions 2014-02-19 00:35:34 +01:00
Toad King 518b53e21c convert images on texture_image_load for gekko 2014-02-18 18:20:23 -05:00
twinaphex 5d932d2046 (RGL PS3) rglPlatformFramebuffer becomes rglFramebuffer 2014-02-18 23:58:15 +01:00
twinaphex 5ed44d53b0 (RGL PS3) Cleanups #2 2014-02-18 22:50:14 +01:00