Blender Git Commit Log

Git Commits -> Revision 4b4e2b5

August 10, 2012, 21:08 (GMT)
Switching most gl view calls to gpu wrapper (To avoid a lot REAL_GL_MODE for ES)
Fix blend function in GLSL viewport

Commit Details:

Full Hash: 4b4e2b54aecda9133154e79d2aa8b40a9e09350e
SVN Revision: 49781
Parent Commit: 56ec978
Lines Changed: +121, -150

41 Modified Paths:

/source/blender/editors/armature/editarmature_sketch.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_draw.c (+17, -17) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -1) (Diff)
/source/blender/editors/interface/resources.c (+1, -2) (Diff)
/source/blender/editors/screen/area.c (+4, -4) (Diff)
/source/blender/editors/screen/glutil.c (+11, -12) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+2, -2) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -4) (Diff)
/source/blender/editors/space_console/space_console.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+2, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -4) (Diff)
/source/blender/editors/space_image/space_image.c (+1, -2) (Diff)
/source/blender/editors/space_info/info_draw.c (+1, -2) (Diff)
/source/blender/editors/space_info/space_info.c (+1, -1) (Diff)
/source/blender/editors/space_logic/space_logic.c (+1, -1) (Diff)
/source/blender/editors/space_nla/space_nla.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_draw.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -1) (Diff)
/source/blender/editors/space_script/space_script.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+3, -5) (Diff)
/source/blender/editors/space_time/space_time.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+17, -17) (Diff)
/source/blender/gpu/GPU_compatibility.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+7, -1) (Diff)
/source/blender/gpu/intern/gpu_matrix.c (+0, -1) (Diff)
/source/blender/gpu/intern/gpu_view.c (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_view.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_view_gl.c (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_view_gl.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_subwindow.c (+2, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+2, -2) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+2, -3) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderCanvas.cpp (+4, -7) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp (+0, -4) (Diff)
/source/gameengine/GamePlayer/common/GPC_Canvas.cpp (+6, -18) (Diff)
/source/gameengine/Ketsji/KX_Dome.cpp (+5, -6) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp (+6, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021