Blender Git Commit Log
Git Commits -> Revision 797f189
Revision 797f189 by Mike Erwin (master) August 4, 2016, 19:36 (GMT) |
OpenGL: immediate mode work-alike Introducing an immediate mode drawing API that works with modern GL 3.2 core profile. I wrote and tested this using a core context on Mac. This is part of the Gawain library which is Apache 2 licensed. Be very careful not to pull other Blender code into these files. Modifications for the Blender integration: - prefix filenames to match rest of Blender?s GPU libs - include GPU_glew.h instead of <OpenGL/gl3.h> - disable thread-local vars until we figure out how best to do this |
Commit Details:
Full Hash: 797f1896fa023c0404965b987a7334448857c665
Parent Commit: 42d816a
Lines Changed: +486, -0
2 Added Paths:
/source/blender/gpu/GPU_immediate.h (+67, -0) (View)
/source/blender/gpu/intern/gpu_immediate.c (+417, -0) (View)
/source/blender/gpu/intern/gpu_immediate.c (+417, -0) (View)
1 Modified Path:
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)