GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 20:01:24 +0000 (22:01 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 20:01:24 +0000 (22:01 +0200)
commit34cf40586ac07c54d9bfc5be30f28743232b6d67
treebfcdb2c18d0a38359df7745dfb95c5210daf85d2
parent22726e4d55be26faa48b57b22689cbedde27ae44
GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
74 files changed:
source/gles2n64/Android.mk [new file with mode: 0644]
source/gles2n64/Makefile [new file with mode: 0755]
source/gles2n64/src/2xSAI.cpp [new file with mode: 0644]
source/gles2n64/src/2xSAI.h [new file with mode: 0644]
source/gles2n64/src/3DMath.cpp [new file with mode: 0644]
source/gles2n64/src/3DMath.h [new file with mode: 0644]
source/gles2n64/src/3DMathNeon.cpp [new file with mode: 0644]
source/gles2n64/src/COPYING [new file with mode: 0644]
source/gles2n64/src/CRC.cpp [new file with mode: 0644]
source/gles2n64/src/CRC.h [new file with mode: 0644]
source/gles2n64/src/Common.h [new file with mode: 0755]
source/gles2n64/src/Config.cpp [new file with mode: 0644]
source/gles2n64/src/Config.h [new file with mode: 0644]
source/gles2n64/src/Debug.h [new file with mode: 0644]
source/gles2n64/src/DepthBuffer.cpp [new file with mode: 0644]
source/gles2n64/src/DepthBuffer.h [new file with mode: 0644]
source/gles2n64/src/F3D.cpp [new file with mode: 0644]
source/gles2n64/src/F3D.h [new file with mode: 0644]
source/gles2n64/src/F3DCBFD.cpp [new file with mode: 0644]
source/gles2n64/src/F3DCBFD.h [new file with mode: 0644]
source/gles2n64/src/F3DDKR.cpp [new file with mode: 0644]
source/gles2n64/src/F3DDKR.h [new file with mode: 0644]
source/gles2n64/src/F3DEX.cpp [new file with mode: 0644]
source/gles2n64/src/F3DEX.h [new file with mode: 0644]
source/gles2n64/src/F3DEX2.cpp [new file with mode: 0644]
source/gles2n64/src/F3DEX2.h [new file with mode: 0644]
source/gles2n64/src/F3DPD.cpp [new file with mode: 0644]
source/gles2n64/src/F3DPD.h [new file with mode: 0644]
source/gles2n64/src/F3DWRUS.cpp [new file with mode: 0644]
source/gles2n64/src/F3DWRUS.h [new file with mode: 0644]
source/gles2n64/src/FrameSkipper.cpp [new file with mode: 0644]
source/gles2n64/src/FrameSkipper.h [new file with mode: 0644]
source/gles2n64/src/GBI.cpp [new file with mode: 0644]
source/gles2n64/src/GBI.h [new file with mode: 0644]
source/gles2n64/src/Hash.h [new file with mode: 0644]
source/gles2n64/src/L3D.cpp [new file with mode: 0644]
source/gles2n64/src/L3D.h [new file with mode: 0644]
source/gles2n64/src/L3DEX.cpp [new file with mode: 0644]
source/gles2n64/src/L3DEX.h [new file with mode: 0644]
source/gles2n64/src/L3DEX2.cpp [new file with mode: 0644]
source/gles2n64/src/L3DEX2.h [new file with mode: 0644]
source/gles2n64/src/N64.cpp [new file with mode: 0644]
source/gles2n64/src/N64.h [new file with mode: 0644]
source/gles2n64/src/OpenGL.cpp [new file with mode: 0755]
source/gles2n64/src/OpenGL.h [new file with mode: 0644]
source/gles2n64/src/RDP.cpp [new file with mode: 0644]
source/gles2n64/src/RDP.h [new file with mode: 0644]
source/gles2n64/src/RSP.cpp [new file with mode: 0644]
source/gles2n64/src/RSP.h [new file with mode: 0644]
source/gles2n64/src/S2DEX.cpp [new file with mode: 0644]
source/gles2n64/src/S2DEX.h [new file with mode: 0644]
source/gles2n64/src/S2DEX2.cpp [new file with mode: 0644]
source/gles2n64/src/S2DEX2.h [new file with mode: 0644]
source/gles2n64/src/ShaderCombiner.cpp [new file with mode: 0755]
source/gles2n64/src/ShaderCombiner.h [new file with mode: 0644]
source/gles2n64/src/Textures.cpp [new file with mode: 0644]
source/gles2n64/src/Textures.h [new file with mode: 0644]
source/gles2n64/src/Types.h [new file with mode: 0644]
source/gles2n64/src/VI.cpp [new file with mode: 0644]
source/gles2n64/src/VI.h [new file with mode: 0644]
source/gles2n64/src/convert.h [new file with mode: 0644]
source/gles2n64/src/eglport.cpp [new file with mode: 0755]
source/gles2n64/src/eglport.h [new file with mode: 0755]
source/gles2n64/src/gDP.cpp [new file with mode: 0644]
source/gles2n64/src/gDP.h [new file with mode: 0644]
source/gles2n64/src/gSP.cpp [new file with mode: 0644]
source/gles2n64/src/gSP.h [new file with mode: 0644]
source/gles2n64/src/gSPNeon.cpp [new file with mode: 0644]
source/gles2n64/src/gles2N64.cpp [new file with mode: 0755]
source/gles2n64/src/gles2N64.h [new file with mode: 0644]
source/gles2n64/src/sdl2_compat.h [new file with mode: 0644]
source/gles2n64/src/ticks.c [new file with mode: 0644]
source/gles2n64/src/ticks.h [new file with mode: 0644]
source/gles2n64/src/video_api_export.ver [new file with mode: 0644]