Blender Git Loki

Git Commits -> Revision 0d3eda8

September 20, 2013, 12:30 (GMT)
start of refactoring based on ideas gathered while writing documentation. incomplete because I have to move to a different computer

Commit Details:

Full Hash: 0d3eda85d61acf3cbec9efea3aefd92a38d0f825
SVN Revision: 60262
Parent Commit: 3ee7410
Lines Changed: +4893, -4403

30 Added Paths:

/source/blender/gpu/GPU_aspect.h (+67, -0) (View)
/source/blender/gpu/GPU_basic.h (+67, -0) (View)
/source/blender/gpu/GPU_blender_aspect.h (+53, -0) (View)
/source/blender/gpu/GPU_common.h (+80, -0) (View)
/source/blender/gpu/GPU_deprecated.h (+620, -0) (View)
/source/blender/gpu/GPU_font.h (+56, -0) (View)
/source/blender/gpu/GPU_glew.h (+342, -0) (View)
/source/blender/gpu/GPU_init_exit.h (+46, -0) (View)
/source/blender/gpu/GPU_lighting.h (+77, -0) (View)
/source/blender/gpu/GPU_pixels.h (+119, -0) (View)
/source/blender/gpu/GPU_raster.h (+91, -0) (View)
/source/blender/gpu/GPU_safety.h (+107, -0) (View)
/source/blender/gpu/GPU_sprite.h (+67, -0) (View)
/source/blender/gpu/GPU_state_latch.h (+77, -0) (View)
/source/blender/gpu/intern/gpu_aspect_intern.h (+50, -0) (View)
/source/blender/gpu/intern/gpu_basic.c (+310, -0) (View)
/source/blender/gpu/intern/gpu_basic_intern.h (+56, -0) (View)
/source/blender/gpu/intern/gpu_blender_aspect.c (+219, -0) (View)
/source/blender/gpu/intern/gpu_blender_aspect_intern.h (+48, -0) (View)
/source/blender/gpu/intern/gpu_common_intern.h (+124, -0) (View)
/source/blender/gpu/intern/gpu_extensions_intern.h (+302, -0) (View)
/source/blender/gpu/intern/gpu_font.c (+202, -0) (View)
/source/blender/gpu/intern/gpu_font_intern.h (+51, -0) (View)
/source/blender/gpu/intern/gpu_init_exit.c (+129, -0) (View)
/source/blender/gpu/intern/gpu_lighting_intern.h (+53, -0) (View)
/source/blender/gpu/intern/gpu_matrix_intern.h (+52, -0) (View)
/source/blender/gpu/intern/gpu_pixels_intern.h (+51, -0) (View)
/source/blender/gpu/intern/gpu_raster_intern.h (+61, -0) (View)
/source/blender/gpu/intern/gpu_sprite.c (+324, -0) (View)
/source/blender/gpu/intern/gpu_sprite_intern.h (+56, -0) (View)

21 Deleted Paths:

/source/blender/gpu/GPU_basic_shader.h (+0, -81)
/source/blender/gpu/GPU_font_shader.h (+0, -54)
/source/blender/gpu/intern/gpu_aspect.h (+0, -77)
/source/blender/gpu/intern/gpu_aspectfuncs.c (+0, -178)
/source/blender/gpu/intern/gpu_aspectfuncs.h (+0, -66)
/source/blender/gpu/intern/gpu_basic_shader.c (+0, -312)
/source/blender/gpu/intern/gpu_common.h (+0, -146)
/source/blender/gpu/intern/gpu_deprecated.h (+0, -610)
/source/blender/gpu/intern/gpu_extension_wrapper.c (+0, -450)
/source/blender/gpu/intern/gpu_extension_wrapper.h (+0, -303)
/source/blender/gpu/intern/gpu_font_shader.c (+0, -175)
/source/blender/gpu/intern/gpu_glew.h (+0, -344)
/source/blender/gpu/intern/gpu_lighting.h (+0, -90)
/source/blender/gpu/intern/gpu_pixels.h (+0, -123)
/source/blender/gpu/intern/gpu_raster.h (+0, -109)
/source/blender/gpu/intern/gpu_safety.h (+0, -116)
/source/blender/gpu/intern/gpu_state_latch.h (+0, -86)
/source/blender/gpu/intern/gpu_view.c (+0, -50)
/source/blender/gpu/intern/gpu_view.h (+0, -67)
/source/blender/gpu/intern/gpu_view_gl.c (+0, -116)
/source/blender/gpu/intern/gpu_view_gl.h (+0, -45)

18 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+15, -7) (Diff)
/source/blender/gpu/GPU_extensions.h (+5, -7) (Diff)
/source/blender/gpu/GPU_matrix.h (+41, -65) (Diff)
/source/blender/gpu/GPU_primitives.h (+0, -9) (Diff)
/source/blender/gpu/intern/gpu_aspect.c (+75, -70) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_codegen.h (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_common.c (+92, -47) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+430, -59) (Diff)
/source/blender/gpu/intern/gpu_immediate_gl.c (+20, -34) (Diff)
/source/blender/gpu/intern/gpu_immediate_gl.h (+34, -37) (Diff)
/source/blender/gpu/intern/gpu_lighting.c (+30, -11) (Diff)
/source/blender/gpu/intern/gpu_matrix.c (+21, -64) (Diff)
/source/blender/gpu/intern/gpu_pixels.c (+97, -123) (Diff)
/source/blender/gpu/intern/gpu_primitives.c (+1, -175) (Diff)
/source/blender/gpu/intern/gpu_raster.c (+31, -29) (Diff)
/source/blender/gpu/intern/gpu_state_latch.c (+36, -31) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+4, -33) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021