Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-03DRW: Augment Debug messagesClément Foucault
2018-08-03Eevee: Fix assert with hair drawingClément Foucault
2018-08-02Eevee: Don't show probe display when not using scene lightingClément Foucault
2018-08-02Eevee: Fix missing UBO bind.Clément Foucault
2018-08-02DRW: Add UBO binding checking routine.Clément Foucault
2018-08-02Cleanup: Fix compilation warnings.Clément Foucault
2018-08-02DRW: Cleanup: Fix header naming.Clément Foucault
2018-08-02GPUShader: Add name for debugging & identifying shaders.Clément Foucault
2018-08-02Eevee: Fix missing UBO binds.Clément Foucault
2018-08-02Cleanup: warnings, trailing spaceCampbell Barton
2018-08-01Fix Cycles headless render failing, after grease pencil merge.Brecht Van Lommel
2018-08-01Cleanup: Remove ToDo commentAntonioya
2018-08-01Fix context problem when render in background modeAntonioya
2018-08-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-31GPUFrameBuffer: Put active framebuffer in GPUContextClément Foucault
2018-07-31Fix memory leak in DRW_cache_gpencil_axes_getAntonioya
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-31Fix assert when load file with shading enabledAntonioya
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31Cleanup: trailing spaceCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-31Workbench: Correct ifndef after recent changesSergey Sharybin
2018-07-31Fix crash w/ missing matcapsCampbell Barton
2018-07-30Viewport: use Filmic without scene exposure/gamma/curves for workbench.Brecht Van Lommel
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-30Workbench: Use FXAA instead of TAA when viewport is animated.Clément Foucault
2018-07-30Motion Path: Don't blit MSAA buffer if there is no motion pathsClément Foucault
2018-07-30Armature: Fix bone always transparent when enabling MSAAClément Foucault
2018-07-30Motion Path: Fix motion path when MSAA is enabledClément Foucault
2018-07-30DRW: Add option to only resolve framebuffer colors without depth testClément Foucault
2018-07-30DRW: Add DRW_shgroup_is_empty and DRW_pass_is_emptyClément Foucault
2018-07-30Fix T56121 and maybe others: DST.gpu_context was being created in the wrong D...mano-wii
2018-07-30Cleanup: trailing spaceCampbell Barton
2018-07-27Eevee: Fix assert when baking lightprobes.Clément Foucault
2018-07-27Workbench: option to change backgroundJeroen Bakker
2018-07-27DRW: Fix Race condition in defered compilationClément Foucault
2018-07-24Workbench: Fix missing geometry on Iris 640/630 GPUsClément Foucault
2018-07-20Eevee: Fix wrong SSR reprojection when switching orthographic viewClément Foucault
2018-07-20Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_sizeClément Foucault
2018-07-20Workbench: Add backface culling supportClément Foucault
2018-07-20Basic Draw Engine: Cleanup unused code.Clément Foucault
2018-07-20Make `draw_armature()` abort in case pose is not up-to-date.Bastien Montagne
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-19Cleanup: styleCampbell Barton
2018-07-18Fix/workaround T56019: memory leak with preview renders.Brecht Van Lommel
2018-07-18Cleanup: remove debug comment.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-17Render: add "OpenGL" render engine.Brecht Van Lommel