Blender Git Commit Log

Git Commits -> Revision 5f2ce2c

July 23, 2014, 01:29 (GMT)
[Ghost Context Refactor] initial commit based on code review of https://developer.blender.org/D643

Commit Details:

Full Hash: 5f2ce2cd51a2d07d4131420dee2ea467ca2eaefc
Parent Commit: 0e324b1
Lines Changed: +57290, -1651

27 Added Paths:

/build_files/cmake/Modules/FindOpenGLES.cmake (+51, -0) (View)
/extern/glew-es/CMakeLists.txt (+52, -0) (View)
/extern/glew-es/include/GL/eglew.h (+1466, -0) (View)
/extern/glew-es/include/GL/glesew.h (+4318, -0) (View)
/extern/glew-es/include/GL/glew.h (+20525, -0) (View)
/extern/glew-es/include/GL/glxew.h (+1649, -0) (View)
/extern/glew-es/include/GL/wglew.h (+1424, -0) (View)
/extern/glew-es/src/glew.c (+22405, -0) (View)
/intern/ghost/intern/GHOST_Context.cpp (+234, -0) (View)
/intern/ghost/intern/GHOST_Context.h (+175, -0) (View)
/intern/ghost/intern/GHOST_ContextCGL.h (+161, -0) (View)
/intern/ghost/intern/GHOST_ContextCGL.mm (+364, -0) (View)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+629, -0) (View)
/intern/ghost/intern/GHOST_ContextEGL.h (+162, -0) (View)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+344, -0) (View)
/intern/ghost/intern/GHOST_ContextGLX.h (+145, -0) (View)
/intern/ghost/intern/GHOST_ContextNone.cpp (+85, -0) (View)
/intern/ghost/intern/GHOST_ContextNone.h (+98, -0) (View)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+881, -0) (View)
/intern/ghost/intern/GHOST_ContextWGL.h (+180, -0) (View)
/intern/glew-mx/CMakeLists.txt (+39, -0) (View)
/intern/glew-mx/glew-mx.h (+69, -0) (View)
/intern/glew-mx/intern/glew-mx.c (+71, -0) (View)
/intern/locale/osx_user_locale.mm (+22, -0) (View)
/source/blender/gpu/GPU_glew.h (+329, -0) (View)
/source/blender/gpu/GPU_init_exit.h (+46, -0) (View)
/source/blender/gpu/intern/gpu_init_exit.c (+72, -0) (View)

139 Modified Paths:

/build_files/cmake/macros.cmake (+9, -7) (Diff)
/CMakeLists.txt (+274, -45) (Diff)
/extern/CMakeLists.txt (+10, -5) (Diff)
/extern/glew/CMakeLists.txt (+1, -1) (Diff)
/intern/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/app/CMakeLists.txt (+4, -1) (Diff)
/intern/cycles/blender/CMakeLists.txt (+2, -1) (Diff)
/intern/cycles/cmake/external_libs.cmake (+9, -6) (Diff)
/intern/cycles/device/CMakeLists.txt (+2, -2) (Diff)
/intern/cycles/render/CMakeLists.txt (+3, -1) (Diff)
/intern/cycles/util/CMakeLists.txt (+3, -1) (Diff)
/intern/cycles/util/util_opengl.h (+1, -2) (Diff)
/intern/cycles/util/util_view.cpp (+1, -0) (Diff)
/intern/ghost/CMakeLists.txt (+72, -44) (Diff)
/intern/ghost/GHOST_C-api.h (+10, -2) (Diff)
/intern/ghost/GHOST_IWindow.h (+10, -2) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+10, -9) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+21, -18) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+12, -48) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+25, -33) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+1, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+0, -1) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+57, -11) (Diff)
/intern/ghost/intern/GHOST_Window.h (+56, -53) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+8, -38) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+104, -232) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.cpp (+6, -4) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+125, -497) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+17, -94) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+116, -291) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+6, -45) (Diff)
/intern/locale/boost_locale_wrapper.cpp (+1, -2) (Diff)
/intern/locale/boost_locale_wrapper.h (+5, -1) (Diff)
/intern/locale/CMakeLists.txt (+5, -0) (Diff)
/intern/opencolorio/CMakeLists.txt (+3, -1) (Diff)
/intern/opencolorio/ocio_impl.cc (+0, -7) (Diff)
/intern/opencolorio/ocio_impl_glsl.cc (+1, -1) (Diff)
/source/blender/blenfont/CMakeLists.txt (+3, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -1) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/editderivedmesh.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/smoke.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+1, -2) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/include/BIF_gl.h (+1, -1) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/mask/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/mesh/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/physics/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/render/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/render/render_opengl.c (+1, -2) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+4, -1) (Diff)
/source/blender/editors/space_console/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_image/CMakeLists.txt (+5, -2) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_logic/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_time/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+2, -1) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/util/CMakeLists.txt (+3, -1) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+4, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+4, -1) (Diff)
/source/blender/gpu/GPU_extensions.h (+2, -2) (Diff)
/source/blender/gpu/GPU_material.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_codegen.h (+5, -5) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+33, -4) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+3, -14) (Diff)
/source/blender/gpu/intern/gpu_simple_shader.c (+1, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+3, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+0, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/python/generic/bgl.c (+1, -1) (Diff)
/source/blender/python/generic/CMakeLists.txt (+3, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+4, -2) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+4, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+13, -14) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -1) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+16, -0) (Diff)
/source/creator/creator.c (+0, -15) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+3, -2) (Diff)
/source/gameengine/BlenderRoutines/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderCanvas.cpp (+3, -3) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderCanvas.h (+2, -1) (Diff)
/source/gameengine/GamePlayer/common/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/GamePlayer/common/GPC_Canvas.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+4, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp (+3, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Canvas.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+7, -8) (Diff)
/source/gameengine/Ketsji/BL_Shader.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/BL_Texture.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Dome.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Dome.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+4, -2) (Diff)
/source/gameengine/Physics/Bullet/CMakeLists.txt (+3, -0) (Diff)
/source/gameengine/Rasterizer/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_ICanvas.h (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_ListRasterizer.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLLight.cpp (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.h (+1, -1) (Diff)
/source/gameengine/VideoTexture/CMakeLists.txt (+2, -1) (Diff)
/source/gameengine/VideoTexture/ImageBase.cpp (+1, -1) (Diff)
/source/gameengine/VideoTexture/ImageRender.cpp (+1, -1) (Diff)
/source/gameengine/VideoTexture/ImageViewport.cpp (+1, -1) (Diff)
/source/gameengine/VideoTexture/Texture.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021