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
path: root/source
AgeCommit message (Expand)Author
2020-08-13GPUBatch: GL backend isolationClément Foucault
2020-08-13GPUBatch: Move allocator to backendClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13DRW: InstanceData: Remove hacks of batch freeing callbackClément Foucault
2020-08-13GPU: Use GPU_vertbuf_create & GPU_indexbuf_calloc instead of manual allocClément Foucault
2020-08-13GPUVertBuf: Add handle refcountClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13Cleanup: GPUBatch: Remove GL functions from uniform assignmentClément Foucault
2020-08-13Cleanup: GPUBatch: Move gpu_batch_private.h to CPP headerClément Foucault
2020-08-13Cleanup: GPUShader: Remove unused codeClément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-13GPUBatch: Remove usage of gl_prim_type outside of GPU moduleClément Foucault
2020-08-13GPUDrawList: GL backend isolationClément Foucault
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
2020-08-13Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-13Fix T79743: baking still uses cage object after removalBrecht Van Lommel
2020-08-13Fix T79653: Change soft min frame start of cache from 1 to 0Jacques Lucke
2020-08-13GPencil: Remove unused parameter and fix warningAntonio Vazquez
2020-08-13Cleanup: incorrect comment wrappingCampbell Barton
2020-08-13Cleanup: warningsCampbell Barton
2020-08-13Cleanup: spellingCampbell Barton
2020-08-13Cleanup: clang-formatCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-13Fix T77409: Crash showing vertex/face duplicators in edit-modeCampbell Barton
2020-08-13Cleanup: remove two sided face checkCampbell Barton
2020-08-13Cleanup: use 'inst_ob' variable name for consistencyCampbell Barton
2020-08-13Cleanup: remove unused struct members from dupli-face/vertCampbell Barton
2020-08-13Cleanup: move mesh access for dupli vert/face into shared functionCampbell Barton
2020-08-13Cleanup: pass normal as a float to dupli-vert functionCampbell Barton
2020-08-13Cleanup: spelling, use full sentences for object_dupli.cCampbell Barton
2020-08-13Cleanup: use const for dupli vert/face, 'r_' prefix for return valueCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-13UI: Fix curve widget fill artifactspembem22
2020-08-13Fix hair collision error introduced in recent commitGermano Cavalcante
2020-08-13Cleanup: Silence some arithmetic overflow warningsGermano Cavalcante
2020-08-13Cleanup: Move definitions of some variables closer to their useGermano Cavalcante
2020-08-13Cleanup: move assignment out of loopGermano Cavalcante
2020-08-13Cleanup: Rename variable 'cloth1' to 'cloth'Germano Cavalcante
2020-08-13Fix Boundary Brush symmetry with no constant falloffPablo Dobarro
2020-08-13GPencil: Remove unused variable and fix memory leakAntonio Vazquez
2020-08-13Sculpt: Boundary Brush Falloff Types and OffsetPablo Dobarro
2020-08-12GPencil: Remove unused parameter in convert curveAntonio Vazquez
2020-08-12GPencil: Clean material list when convert a curveAntonio Vazquez
2020-08-12GPencil: Move merge similar materials code to BKEAntonio Vazquez
2020-08-12GPencil: Fix unreported problem in merge similar materialsAntonio Vazquez
2020-08-12GPencil: Fix unreported error in merge similar materialsAntonio Vazquez
2020-08-12GPencil: Remove unused linesAntonio Vazquez
2020-08-12GPencil: Recode all material management when convert SVGAntonio Vazquez
2020-08-12GPencil: Add Sample parameter to Convert curveAntonio Vazquez