1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Sergey Lipskiy
86cde946e9 Refactor: replace C style OGL_* functions by OGLRender and OGLVideo classes.
OGLRender performs rendering operations.

OGLVideo initializes OpenGL and performes operations with graphics context.
It has platform-dependent implementations.
2015-05-13 10:13:00 +06:00
Sergey Lipskiy
f6ebb311a1 Massive refactoring: move API or OS dependent code to separate files.
Include/enable necessary source files in project files.
2015-05-13 10:12:51 +06:00
Sergey Lipskiy
557874f896 Add HWND parameter to Config_DoConfig(). 2015-05-13 10:12:49 +06:00
Sergey Lipskiy
d29c149515 Fix MupenPlus port: Use MupenPlus style Video initialization. 2015-05-13 10:12:14 +06:00
Sergey Lipskiy
3ec5e21647 Fix windows compilation for Mupen64Plus 2.0 2015-05-13 10:12:11 +06:00
Sergey Lipskiy
51505d99a0 Add includes for Android build. 2015-05-13 10:11:59 +06:00
Sergey Lipskiy
215a15f0df Add missing interface function. 2015-05-13 10:11:50 +06:00
Sergey Lipskiy
c167aa970c Fix #include <GL/gl.h> 2015-05-13 10:11:02 +06:00
Sergey Lipskiy
9de2dea9e0 Add few interface functions for Anroid port. 2015-05-13 10:10:59 +06:00
Sergey Lipskiy
d7e775959e (R): Fixed use of __LINUX__ and _WINDOWS defines in GLideN64.cpp 2015-05-13 10:10:56 +06:00
Sergey Lipskiy
d1b871f57a (R): Remove wglext.h dependency. 2015-05-13 10:10:48 +06:00
Sergey Lipskiy
cbaece1021 (R): Remove RSPTHREAD code. 2015-05-13 10:10:46 +06:00
Sergey Lipskiy
c38bd35251 Fix config save-load. 2015-05-13 10:10:45 +06:00
Sergey Lipskiy
0a1499caed Fix compilation errors when MUPENPLUSAPI enabled 2015-05-13 10:10:43 +06:00
Sergey Lipskiy
5d81e4f2f3 Implement MupenPlus2.0 API functions 2015-05-13 10:10:43 +06:00
Sergey Lipskiy
5f57aa5c48 Implement copy RDRAM to frame buffer. 2015-05-13 10:10:05 +06:00
Sergey Lipskiy
7056d29c0f Fix screen shot capture. 2015-05-13 10:09:57 +06:00
Sergey Lipskiy
212802b66c Rename Zilmar's .h file 2015-05-13 10:09:23 +06:00
Sergey Lipskiy
38d77dc432 Project renamed to GLideN64 2015-05-13 10:09:22 +06:00