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
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-25BLI_bitmap: add allocation from a MemArena.Bastien Montagne
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-24SCons: correct includes after recent refactorCampbell Barton
2014-11-23Fix BLI_Bitmap - was not usable in BKE area (strict compile flags).Bastien Montagne
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-21Task scheduler: Add an option to limit number of threads per poolSergey Sharybin
2014-11-20Fix T42638: Roll angle inconsistent flip in edit mode.Bastien Montagne
2014-11-18correct another problem with BLI_assertCampbell Barton
2014-11-18Error in last commit (broke release build)Campbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-16Macros: ELEM() can now take 2 argsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Cleanup: headersCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-04Add utility macros to clamp all elements of 2,3,4 component vectorsSergey Sharybin
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-11-03Optimization of parallel rangeSergey Sharybin
2014-10-31Fix T42344: EWA filter produces blured resultsSergey Sharybin
2014-10-30Complementary fix for rB8054372: Follow the common naming scheme byLukas Tönne
2014-10-30Math Lib: pseudoinverse_m4_m4 changed input matrixCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix for mat3_to_rot_size modifying input matrixCampbell Barton
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-23Cleanup: spellingCampbell Barton
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins
2014-10-22Meshdeform modifier: Use threaded evaluationSergey Sharybin
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21BLI_listbase: add `BLI_swaplinks` which swaps given links' positions in given...Bastien Montagne
2014-10-15Correct last commitCampbell Barton
2014-10-15Fix T42226: Glibc <= 2.8 fails to buildCampbell Barton
2014-10-14BLI_bitmap: add a macro to set/clear the whole bitmap at once.Bastien Montagne
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-10-10Code cleanup: Fix silly duplication of typecheck and swap macroSergey Sharybin
2014-10-10BLI_buffer: empty macroCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-05BLI_buffer: simplify buffer resizeCampbell Barton
2014-10-03Fix for 2-sided faces in array modifierCampbell Barton
2014-09-30Use native float math functions for MSVC12Sv. Lockal