Blender Git Loki
Git Commits -> Revision 08cc519
Revision 08cc519 by Antonis Ryakiotakis (viewport_experiments) January 6, 2015, 14:03 (GMT) |
WIP for new dof |
Commit Details:
Full Hash: 08cc519e79607cee2569fb26ec22436be9c8fd90
Parent Commit: b069994
Lines Changed: +120, -5
2 Added Paths:
/source/blender/gpu/shaders/gpu_shader_fx_dof_high_frag.glsl (+53, -0) (View)
/source/blender/gpu/shaders/gpu_shader_fx_dof_high_vert.glsl (+30, -0) (View)
/source/blender/gpu/shaders/gpu_shader_fx_dof_high_vert.glsl (+30, -0) (View)
5 Modified Paths:
/source/blender/gpu/CMakeLists.txt (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_compositing.c (+16, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+12, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_fx_dof_vert.glsl (+4, -4) (Diff)
/source/blender/gpu/shaders/gpu_shader_fx_vert.glsl (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_compositing.c (+16, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+12, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_fx_dof_vert.glsl (+4, -4) (Diff)
/source/blender/gpu/shaders/gpu_shader_fx_vert.glsl (+1, -1) (Diff)