Blender Git Loki
Git Commits -> Revision 228132c
Revision 228132c by Brecht Van Lommel (apricot) April 25, 2008, 13:46 (GMT) |
Apricot Branch ============== GLSL materials: - Added the beginning of texture stack evaluation, only a few options are supported. - Added a few lines of code to display non-node materials, with solid mode lighting to at least see something. |
Commit Details:
Full Hash: 228132ca55d0eec052b6bd384663e39e3bfd40df
SVN Revision: 14544
Parent Commit: 7a23da0
Lines Changed: +583, -260
7 Modified Paths:
/source/blender/blenkernel/intern/node.c (+2, -1) (Diff)
/source/blender/gpu/GPU_material.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_material.c (+196, -2) (Diff)
/source/blender/gpu/intern/material_shaders.glsl (+72, -0) (Diff)
/source/blender/gpu/intern/material_shaders.glsl.c (+297, -246) (Diff)
/source/blender/nodes/intern/SHD_nodes/SHD_texture.c (+5, -4) (Diff)
/source/blender/src/drawobject.c (+8, -7) (Diff)
/source/blender/gpu/GPU_material.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_material.c (+196, -2) (Diff)
/source/blender/gpu/intern/material_shaders.glsl (+72, -0) (Diff)
/source/blender/gpu/intern/material_shaders.glsl.c (+297, -246) (Diff)
/source/blender/nodes/intern/SHD_nodes/SHD_texture.c (+5, -4) (Diff)
/source/blender/src/drawobject.c (+8, -7) (Diff)