Blender Git Commit Log
Git Commits -> Revision 1858823
Revision 1858823 by Mike Erwin (master) December 6, 2015, 23:02 (GMT) |
OpenGL: request version 2.1 when creating context on Windows In practice this gives us a context that is *compatible* with GL 2.1. On my machine it gives a GL 3.3 or 4.3 compatibility profile context, depending on graphics card installed. Also fixed enum for core profile (not used yet). Also added option for GL 3.2 compatibility profile. This will be useful during Blender 2.8 development, until we are able to use the core profile. On my machine this gives exactly a GL 3.2 compatibility profile context, not 3.3 or 4. |
Commit Details:
Full Hash: 1858823d3b9d7488ada8400393cb97efe2468efd
Parent Commit: ffabd03
Lines Changed: +15, -3
1 Modified Path:
/intern/ghost/intern/GHOST_WindowWin32.cpp (+15, -3) (Diff)