Blender Git Commit Log

Git Commits -> Revision 6111568

April 26, 2021, 09:34 (GMT)
Use storage objects.

Commit Details:

Full Hash: 6111568598d561080477bc717b6d5d70bce6ec3c
Parent Commit: db1e811
Lines Changed: +130, -4

12 Modified Paths:

/source/blender/gpu/GPU_compute.h (+6, -1) (Diff)
/source/blender/gpu/GPU_shader.h (+2, -0) (Diff)
/source/blender/gpu/GPU_state.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_compute.cc (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_shader.cc (+11, -0) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+2, -0) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+16, -0) (Diff)
/source/blender/gpu/opengl/gl_shader.hh (+2, -0) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+6, -0) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+1, -1) (Diff)
/source/blender/gpu/tests/gpu_shader_test.cc (+77, -1) (Diff)
/source/blender/gpu/tests/gpu_testing.cc (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021