Blender Git Commit Log
Git Commits -> Revision 99fde39
Revision 99fde39 by Mike Erwin (master) April 27, 2017, 18:19 (GMT) |
OpenGL: fix color logic op GL_LOGIC_OP is a synonym for GL_INDEX_LOGIC_OP, from OpenGL 1.0's indexed color drawing. It's not part of modern GL and causes an error in core profile. GL_COLOR_LOGIC_OP is still supported in the latest GL. It's the last stage before writing to the framebuffer. Part of T51164 |
Commit Details:
Full Hash: 99fde39f49054fcb2abce58777096f47fc5ad4a9
Parent Commit: 87a6686
Lines Changed: +1, -1
1 Modified Path:
/source/blender/gpu/intern/gpu_draw.c (+1, -1) (Diff)