summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-2/+2
2014-12-03Change NULLs to nullptrs.Rohit Nirmal1-2/+2
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift1-7/+0
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner1-5/+0
2014-08-24Fix the threading for GL Context in Qt5.Sacha1-1/+0
2014-08-12Use glewExperimental on Linux in order to fix GLFW-modearchshift1-3/+2
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift1-0/+3
2014-05-20Improved clarity and whitespacearchshift1-0/+1
2014-05-01Fixed indentsarchshift1-2/+2
2014-05-01OpenGL 3+ on OSX with GLFWarchshift1-0/+2
2014-04-11cleaned up some logging messagesbunnei1-1/+2
2014-04-09fixed project includes to use new directory structurebunnei1-7/+7
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed license header in video_corebunnei1-42/+3
2014-04-06added initial renderer codebunnei1-11/+8
2014-04-05added video_core project to solutionbunnei1-0/+91