Blender Git Commit Log
Git Commits -> Revision 85d5c78
Revision 85d5c78 by Antonis Ryakiotakis (temp_viewport_fx_merge) March 18, 2015, 21:37 (GMT) |
Blender compiles again and has most of the mising files now. |
Commit Details:
Full Hash: 85d5c78901d04bb8b9a0b370d45b8d5fce9a3ef0
Parent Commit: f707ffd
Lines Changed: +542, -12
3 Added Paths:
/source/blender/gpu/intern/gpu_state_latch.c (+230, -0) (View)
/source/blender/gpu/shaders/gpu_shader_basic_frag.glsl (+181, -0) (View)
/source/blender/gpu/shaders/gpu_shader_basic_vert.glsl (+63, -0) (View)
/source/blender/gpu/shaders/gpu_shader_basic_frag.glsl (+181, -0) (View)
/source/blender/gpu/shaders/gpu_shader_basic_vert.glsl (+63, -0) (View)
7 Modified Paths:
/source/blender/blenlib/BLI_math_vector.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+7, -6) (Diff)
/source/blender/gpu/CMakeLists.txt (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_init_exit.c (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_primitives.c (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_private.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_select.c (+45, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+7, -6) (Diff)
/source/blender/gpu/CMakeLists.txt (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_init_exit.c (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_primitives.c (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_private.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_select.c (+45, -0) (Diff)