Blender Git Commit Log
Git Commits -> Revision 28ea459
Revision 28ea459 by Clément Foucault (master) September 8, 2020, 02:15 (GMT) |
GPUState: Encapsulate glPixelStorei inside the GLStateManager Part of the Vulkan task T68990 Isolate the last remaining gl functions. |
Commit Details:
Full Hash: 28ea459a61f65de03724db8709271d41f6bf135b
Parent Commit: 77f60a0
Lines Changed: +17, -6
7 Modified Paths:
/source/blender/gpu/GPU_state.h (+0, -1) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+0, -5) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+7, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+5, -0) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+2, -0) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+0, -5) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+7, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+5, -0) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+2, -0) (Diff)