Blender Git Commit Log

Git Commits -> Revision 38ef35b

Revision 38ef35b by Clément Foucault (master)
August 13, 2020, 12:20 (GMT)
GPUDrawList: GL backend isolation

Commit Details:

Full Hash: 38ef35b1ed1d38ab58c7d7fb121f4f3b33869810
Parent Commit: cb25651
Lines Changed: +493, -225

5 Added Paths:

/source/blender/gpu/GPU_drawlist.h (+46, -0) (View)
/source/blender/gpu/intern/gpu_drawlist.cc (+59, -0) (View)
/source/blender/gpu/intern/gpu_drawlist_private.hh (+40, -0) (View)
/source/blender/gpu/opengl/gl_drawlist.cc (+238, -0) (View)
/source/blender/gpu/opengl/gl_drawlist.hh (+80, -0) (View)

8 Modified Paths:

/source/blender/draw/intern/draw_manager.h (+1, -0) (Diff)
/source/blender/draw/intern/draw_manager_exec.c (+3, -18) (Diff)
/source/blender/gpu/CMakeLists.txt (+5, -0) (Diff)
/source/blender/gpu/GPU_batch.h (+0, -13) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+10, -2) (Diff)
/source/blender/gpu/intern/gpu_batch.cc (+0, -187) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+5, -5) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021