Blender Git Loki
Git Commits -> Revision 47bfb0f
Revision 47bfb0f by Clément Foucault (master) August 13, 2020, 12:20 (GMT) |
GPUBatch: Move allocator to backend |
Commit Details:
Full Hash: 47bfb0f7ad2f70017585fe55a68e49ae09f1150c
Parent Commit: 9443da6
Lines Changed: +176, -8
2 Added Paths:
/source/blender/gpu/opengl/gl_batch.cc (+50, -0) (View)
/source/blender/gpu/opengl/gl_batch.hh (+84, -0) (View)
/source/blender/gpu/opengl/gl_batch.hh (+84, -0) (View)
8 Modified Paths:
/source/blender/draw/intern/draw_cache_inline.h (+1, -1) (Diff)
/source/blender/draw/intern/draw_instance_data.c (+2, -2) (Diff)
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/GPU_batch.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+6, -0) (Diff)
/source/blender/gpu/intern/gpu_batch.cc (+10, -4) (Diff)
/source/blender/gpu/intern/gpu_batch_private.hh (+14, -0) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+6, -0) (Diff)
/source/blender/draw/intern/draw_instance_data.c (+2, -2) (Diff)
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/GPU_batch.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+6, -0) (Diff)
/source/blender/gpu/intern/gpu_batch.cc (+10, -4) (Diff)
/source/blender/gpu/intern/gpu_batch_private.hh (+14, -0) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+6, -0) (Diff)