Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 1 | -1/+0 | |
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||||
2014-08-20 | Removed unused citra.h | archshift | 1 | -1/+0 | |
2014-08-15 | Bootmanager: changed `filename` to std::string | archshift | 1 | -1/+0 | |
2014-06-12 | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift | 1 | -0/+5 | |
2014-05-01 | Fixed indents | archshift | 1 | -7/+7 | |
2014-05-01 | OpenGL 3+ on OSX with GLFW | archshift | 1 | -1/+8 | |
2014-04-09 | - removed deprecated version.h | bunnei | 2 | -17/+15 | |
- cleaned up window title - cleaned up emu_window_glfw/emu_window | |||||
2014-04-09 | fixed license headers in citra project | bunnei | 2 | -57/+7 | |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 2 | -4/+4 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 2 | -0/+151 | |