Blender Git Commit Log
Git Commits -> Revision f30df15
Revision f30df15 by Clément Foucault (master) August 18, 2020, 19:30 (GMT) |
GPUState: Make use of GPUStateStack class This isolate most GL calls to the GL backend. Still a few remains. |
Commit Details:
Full Hash: f30df15edc0b5bfce98809cfa8c2ca96cfe03e97
Parent Commit: 2983295
Lines Changed: +166, -119
8 Modified Paths:
/source/blender/gpu/GPU_state.h (+4, -1) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_context_private.hh (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+144, -114) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+2, -0) (Diff)
/source/blender/gpu/opengl/gl_context.cc (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+4, -4) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_context_private.hh (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+144, -114) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+2, -0) (Diff)
/source/blender/gpu/opengl/gl_context.cc (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+4, -4) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+4, -0) (Diff)