Rice GLES2 (from mupen64plus-ae) plugin. Compile but doesn't works well on the OpenPa...
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:44:14 +0000 (21:44 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:44:14 +0000 (21:44 +0200)
commit292f9317f53c38c181439013be7276f86517fd6b
tree9ac8fc32d3c7fce3768b4c5df5a0f6d2701b4f7d
parentd9e74a6f3c9f96acfb0d64f4bda43f9b9c14984e
Rice GLES2 (from mupen64plus-ae) plugin. Compile but doesn't works well on the OpenPandora
128 files changed:
source/gles2rice/.hgignore [new file with mode: 0644]
source/gles2rice/INSTALL [new file with mode: 0644]
source/gles2rice/LICENSES [new file with mode: 0644]
source/gles2rice/README [new file with mode: 0644]
source/gles2rice/RELEASE [new file with mode: 0644]
source/gles2rice/data/RiceVideoLinux.ini [new file with mode: 0644]
source/gles2rice/projects/android/Android.mk [new file with mode: 0644]
source/gles2rice/projects/msvc11/mupen64plus-video-rice.vcxproj [new file with mode: 0644]
source/gles2rice/projects/msvc8/mupen64plus-video-rice.vcproj [new file with mode: 0644]
source/gles2rice/projects/unix/Makefile [new file with mode: 0755]
source/gles2rice/src/Blender.cpp [new file with mode: 0644]
source/gles2rice/src/Blender.h [new file with mode: 0644]
source/gles2rice/src/CNvTNTCombiner.cpp [new file with mode: 0644]
source/gles2rice/src/CNvTNTCombiner.h [new file with mode: 0644]
source/gles2rice/src/COLOR.h [new file with mode: 0644]
source/gles2rice/src/CSortedList.h [new file with mode: 0644]
source/gles2rice/src/Combiner.cpp [new file with mode: 0644]
source/gles2rice/src/Combiner.h [new file with mode: 0644]
source/gles2rice/src/CombinerDefs.h [new file with mode: 0644]
source/gles2rice/src/CombinerTable.cpp [new file with mode: 0644]
source/gles2rice/src/Config.cpp [new file with mode: 0644]
source/gles2rice/src/Config.h [new file with mode: 0644]
source/gles2rice/src/ConvertImage.cpp [new file with mode: 0644]
source/gles2rice/src/ConvertImage.h [new file with mode: 0644]
source/gles2rice/src/ConvertImage16.cpp [new file with mode: 0644]
source/gles2rice/src/CritSect.h [new file with mode: 0644]
source/gles2rice/src/Debugger.cpp [new file with mode: 0644]
source/gles2rice/src/Debugger.h [new file with mode: 0644]
source/gles2rice/src/DecodedMux.cpp [new file with mode: 0644]
source/gles2rice/src/DecodedMux.h [new file with mode: 0644]
source/gles2rice/src/DeviceBuilder.cpp [new file with mode: 0644]
source/gles2rice/src/DeviceBuilder.h [new file with mode: 0644]
source/gles2rice/src/DirectXDecodedMux.cpp [new file with mode: 0644]
source/gles2rice/src/DirectXDecodedMux.h [new file with mode: 0644]
source/gles2rice/src/ExtendedRender.h [new file with mode: 0644]
source/gles2rice/src/FrameBuffer.cpp [new file with mode: 0644]
source/gles2rice/src/FrameBuffer.h [new file with mode: 0644]
source/gles2rice/src/GeneralCombiner.cpp [new file with mode: 0644]
source/gles2rice/src/GeneralCombiner.h [new file with mode: 0644]
source/gles2rice/src/GraphicsContext.cpp [new file with mode: 0644]
source/gles2rice/src/GraphicsContext.h [new file with mode: 0644]
source/gles2rice/src/IColor.h [new file with mode: 0644]
source/gles2rice/src/OGLCombiner.cpp [new file with mode: 0644]
source/gles2rice/src/OGLCombiner.h [new file with mode: 0644]
source/gles2rice/src/OGLCombinerNV.cpp [new file with mode: 0644]
source/gles2rice/src/OGLCombinerNV.h [new file with mode: 0644]
source/gles2rice/src/OGLCombinerTNT2.cpp [new file with mode: 0644]
source/gles2rice/src/OGLCombinerTNT2.h [new file with mode: 0644]
source/gles2rice/src/OGLDebug.h [new file with mode: 0644]
source/gles2rice/src/OGLDecodedMux.cpp [new file with mode: 0644]
source/gles2rice/src/OGLDecodedMux.h [new file with mode: 0644]
source/gles2rice/src/OGLES2FragmentShaders.cpp [new file with mode: 0644]
source/gles2rice/src/OGLES2FragmentShaders.h [new file with mode: 0644]
source/gles2rice/src/OGLExtCombiner.cpp [new file with mode: 0644]
source/gles2rice/src/OGLExtCombiner.h [new file with mode: 0644]
source/gles2rice/src/OGLExtRender.cpp [new file with mode: 0644]
source/gles2rice/src/OGLExtRender.h [new file with mode: 0644]
source/gles2rice/src/OGLExtensions.cpp [new file with mode: 0644]
source/gles2rice/src/OGLExtensions.h [new file with mode: 0644]
source/gles2rice/src/OGLFragmentShaders.cpp [new file with mode: 0644]
source/gles2rice/src/OGLFragmentShaders.h [new file with mode: 0644]
source/gles2rice/src/OGLGraphicsContext.cpp [new file with mode: 0644]
source/gles2rice/src/OGLGraphicsContext.h [new file with mode: 0644]
source/gles2rice/src/OGLRender.cpp [new file with mode: 0755]
source/gles2rice/src/OGLRender.h [new file with mode: 0644]
source/gles2rice/src/OGLRenderExt.cpp [new file with mode: 0644]
source/gles2rice/src/OGLTexture.cpp [new file with mode: 0644]
source/gles2rice/src/OGLTexture.h [new file with mode: 0644]
source/gles2rice/src/RDP_Texture.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI0.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI1.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI2.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI2_ext.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI_Others.h [new file with mode: 0644]
source/gles2rice/src/RSP_GBI_Sprite2D.h [new file with mode: 0644]
source/gles2rice/src/RSP_Parser.cpp [new file with mode: 0644]
source/gles2rice/src/RSP_Parser.h [new file with mode: 0644]
source/gles2rice/src/RSP_S2DEX.cpp [new file with mode: 0644]
source/gles2rice/src/RSP_S2DEX.h [new file with mode: 0644]
source/gles2rice/src/Render.cpp [new file with mode: 0644]
source/gles2rice/src/Render.h [new file with mode: 0644]
source/gles2rice/src/RenderBase.cpp [new file with mode: 0644]
source/gles2rice/src/RenderBase.h [new file with mode: 0644]
source/gles2rice/src/RenderExt.cpp [new file with mode: 0644]
source/gles2rice/src/RenderTexture.cpp [new file with mode: 0644]
source/gles2rice/src/RenderTexture.h [new file with mode: 0644]
source/gles2rice/src/Texture.cpp [new file with mode: 0644]
source/gles2rice/src/Texture.h [new file with mode: 0644]
source/gles2rice/src/TextureFilters.cpp [new file with mode: 0644]
source/gles2rice/src/TextureFilters.h [new file with mode: 0644]
source/gles2rice/src/TextureFilters_2xsai.cpp [new file with mode: 0644]
source/gles2rice/src/TextureFilters_hq2x.cpp [new file with mode: 0644]
source/gles2rice/src/TextureFilters_hq2x.h [new file with mode: 0644]
source/gles2rice/src/TextureFilters_hq4x.cpp [new file with mode: 0644]
source/gles2rice/src/TextureFilters_hq4x.h [new file with mode: 0644]
source/gles2rice/src/TextureFilters_lq2x.h [new file with mode: 0644]
source/gles2rice/src/TextureManager.cpp [new file with mode: 0644]
source/gles2rice/src/TextureManager.h [new file with mode: 0644]
source/gles2rice/src/Timing.h [new file with mode: 0644]
source/gles2rice/src/UcodeDefs.h [new file with mode: 0644]
source/gles2rice/src/VectorMath.cpp [new file with mode: 0644]
source/gles2rice/src/VectorMath.h [new file with mode: 0644]
source/gles2rice/src/VertexShaderConstantDef.h [new file with mode: 0644]
source/gles2rice/src/Video.cpp [new file with mode: 0644]
source/gles2rice/src/Video.h [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGDLL.h [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGImage.c [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGImage.h [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGLibPNG.h [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGUtils.c [new file with mode: 0644]
source/gles2rice/src/liblinux/BMGUtils.h [new file with mode: 0644]
source/gles2rice/src/liblinux/bmp.c [new file with mode: 0644]
source/gles2rice/src/liblinux/jpegrw.h [new file with mode: 0644]
source/gles2rice/src/liblinux/pngrw.c [new file with mode: 0644]
source/gles2rice/src/liblinux/pngrw.h [new file with mode: 0644]
source/gles2rice/src/liblinux/tiffrw.h [new file with mode: 0644]
source/gles2rice/src/osal_dynamiclib.h [new file with mode: 0644]
source/gles2rice/src/osal_dynamiclib_unix.c [new file with mode: 0644]
source/gles2rice/src/osal_dynamiclib_win32.c [new file with mode: 0644]
source/gles2rice/src/osal_files.h [new file with mode: 0644]
source/gles2rice/src/osal_files_unix.c [new file with mode: 0644]
source/gles2rice/src/osal_files_win32.c [new file with mode: 0644]
source/gles2rice/src/osal_opengl.h [new file with mode: 0755]
source/gles2rice/src/osal_preproc.h [new file with mode: 0644]
source/gles2rice/src/typedefs.h [new file with mode: 0644]
source/gles2rice/src/ucode.h [new file with mode: 0644]
source/gles2rice/src/version.h [new file with mode: 0644]
source/gles2rice/src/video_api_export.ver [new file with mode: 0644]