aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/video_core.cpp
Commit message (Collapse)AuthorAge
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Dead code removal: video_core.cpp, load_symbol_map.cppGravatar archshift2014-09-07
|
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | | 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.
* Fix the threading for GL Context in Qt5.Gravatar Sacha2014-08-25
| | | | Connect the emu_thread start/finish to a moveContext slot.
* Use glewExperimental on Linux in order to fix GLFW-modeGravatar archshift2014-08-12
|
* Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-12
|
* Improved clarity and whitespaceGravatar archshift2014-05-19
| | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
* Fixed indentsGravatar archshift2014-04-30
|
* OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-30
|
* cleaned up some logging messagesGravatar bunnei2014-04-10
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08