Blender Git Commit Log

Git Commits -> Revision fa487c3

July 19, 2013, 06:00 (GMT)
well on the way to conditionally compiling / rewriting non-ES and deprecated functions. still kind of a mess. doesn't compile

Commit Details:

Full Hash: fa487c379bc2145fa90de2dece4dceeccdd77588
SVN Revision: 58373
Parent Commit: 2811117
Lines Changed: +1410, -386

40 Modified Paths:

/CMakeLists.txt (+35, -32) (Diff)
/extern/CMakeLists.txt (+1, -1) (Diff)
/extern/glew-es/CMakeLists.txt (+2, -2) (Diff)
/extern/glew-es/include/GL/eglew.h (+12, -0) (Diff)
/extern/glew-es/include/GL/glesew.h (+75, -3) (Diff)
/extern/glew-es/src/glew.c (+27, -5) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+3, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+3, -3) (Diff)
/source/blender/editors/armature/editarmature_sketch.c (+2, -2) (Diff)
/source/blender/editors/interface/interface.c (+3, -3) (Diff)
/source/blender/editors/interface/interface_icons.c (+4, -0) (Diff)
/source/blender/editors/interface/interface_regions.c (+3, -3) (Diff)
/source/blender/editors/screen/glutil.c (+32, -9) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+30, -4) (Diff)
/source/blender/editors/space_node/node_draw.c (+3, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+16, -4) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+10, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+34, -13) (Diff)
/source/blender/editors/transform/transform.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+2, -13) (Diff)
/source/blender/editors/uvedit/uvedit_smart_stitch.c (+4, -4) (Diff)
/source/blender/gpu/GPU_compatibility.h (+3, -0) (Diff)
/source/blender/gpu/GPU_utility.h (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+91, -90) (Diff)
/source/blender/gpu/intern/gpu_debug.c (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+35, -48) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+118, -65) (Diff)
/source/blender/gpu/intern/gpu_extension_wrapper.c (+122, -33) (Diff)
/source/blender/gpu/intern/gpu_extension_wrapper.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_glew.h (+167, -11) (Diff)
/source/blender/gpu/intern/gpu_immediate.c (+13, -3) (Diff)
/source/blender/gpu/intern/gpu_primitives.c (+24, -6) (Diff)
/source/blender/gpu/intern/gpu_simple_shader.c (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+9, -5) (Diff)
/source/blender/python/generic/bgl.c (+484, -10) (Diff)
/source/blender/python/generic/bgl.h (+7, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+5, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+7, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021