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
2013-12-10Mempool/Memarena: hint for unlikely conditionsCampbell Barton
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-08Math lib: optimize hsv/rgb conversionCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-05Compiler warnings: quiet float/double conversion warningCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-12-02Polyfill: fast-path for convex ngons (and mostly convex ngons).Campbell Barton
2013-11-30Geometry API: polyfill2d, ear clipping polygon filling functions.Campbell Barton
2013-11-30Math Library: add functions cross_poly_v2, cross_tri_v2Campbell Barton
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25fix for regression with own recent commitCampbell Barton
2013-11-25Fix T37591: 'Extensions' option ignored for movies.Campbell Barton
2013-11-24Code Cleanup: replace shorts with ints for path code.Campbell Barton
2013-11-20Math Library: add dot_m4_v3_row_x/y/zCampbell Barton
2013-11-19Fix T37472: crash when packing UV islands.Campbell Barton
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-11-01code cleanup: spellingCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-26correct typoCampbell Barton
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-12Further tweak for dual quaternion armature deform problem, tweak the epsilonBrecht Van Lommel
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix dual quaternion armature deform giving erratic results in some cases. BugBrecht Van Lommel
2013-10-11code cleanup: boxpack, pack struct and use unsigned intsCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-07Build fix (issue could happen with scons,reported by ebrain on IRC, thanks).Bastien Montagne
2013-10-05rename overlap to holes for isect_point_poly_v2Campbell Barton
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-23Fix related to #36319: restore SDL_VIDEODRIVER=dummy environment variable, itBrecht Van Lommel