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
2015-12-30Cycles: Wrap SVM compiler state variables into a single structSergey Sharybin
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-12-30Cycles: Don't install CPU-related kernel filesSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-12-30BGE: Fix invalid operator< for microsoft compiler.Porteries Tristan
2015-12-30GLog: Solve some compilation warningsSergey Sharybin
2015-12-30Libmv: Update to the latest upstream versionSergey Sharybin
2015-12-30Fix Moto overflow warningsThomas Szepe
2015-12-30Skip some more workarounds when using MSVC 2015Martijn Berger
2015-12-29Make cycles compile with MSVC 2015Martijn Berger
2015-12-29Cycles: Add timing information to the SVM compiler statsSergey Sharybin
2015-12-29Cycles: Optimize nodes deduplication routinesSergey Sharybin
2015-12-29Cycles: Remove assert which is no longer validSergey Sharybin
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-12-29Building w/o OpenMP now works againCampbell Barton
2015-12-29Fix invalid memory access in multiview code during render, reported on irc.Brecht Van Lommel
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-12-29Fix memleaks in our gtests.Bastien Montagne
2015-12-29BLI_math_statistics: switch from OMP to BLI_task.Bastien Montagne
2015-12-28BLI_kdopbvh: switch from OMP to BLI_task.Bastien Montagne
2015-12-28Fix opengl error when GLSL is on for basic shader: shader needs to beAntony Riakiotakis
2015-12-28cdderivedmesh fix stippled faces not getting drawn at allAntony Riakiotakis
2015-12-28Fix T47045: add some missing UI i18n translations to texture buttons and free...Bastien Montagne
2015-12-28Minor cleanup (paranoid checks) and fixes from coverity.Bastien Montagne
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-12-28Cycles: Use different approach for SVM summary reportSergey Sharybin
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28Correct recent error passing NULL to fcloseCampbell Barton
2015-12-28Cycles; Fix typo in the commentSergey Sharybin
2015-12-28Cycles: Log basic statistics of SVM compilation processSergey Sharybin
2015-12-28Ceres: Remove suitesparse related filesSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
2015-12-28White Balance modifier for the VSEThomas Beck
2015-12-28Fix for building ghost-testsCampbell Barton
2015-12-28Fix possible invalid-index use /w link/path selectCampbell Barton
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Cleanup typo.Bastien Montagne
2015-12-28Switch BKE_smoke from OMP to BLI_task.Bastien Montagne
2015-12-28Fix (unreported) broken BLI_task's forloop func in case we have less iteratio...Bastien Montagne
2015-12-28Fix for heap-use-after-free happening in GHOST_EventManager.Kévin Dietrich
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Addendum to previous GHOST commit: remove redundant check.Kévin Dietrich
2015-12-27Minor UI incosistency reported by erickblender on irc. Twist brush isAntony Riakiotakis
2015-12-27Fix memory leak in GHOST Event Manager.Kévin Dietrich
2015-12-27CMake: make install prefix option irrelevant for MinGW too.Antony Riakiotakis
2015-12-27Fix T47064: Change Audio defaults to 48 kHzJörg Müller
2015-12-27BMesh Path Select: Face Stepping OptionCampbell Barton
2015-12-27BMesh: BM_loop_share_edge_check utility funcCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27BMesh Path Select: Add checker-select optionsCampbell Barton