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/intern
AgeCommit message (Expand)Author
2015-02-20Fix T43651: New pointiness attribute doesn't work with displacementSergey Sharybin
2015-02-19Cycles: Use size_t for aligned allocatorSergey Sharybin
2015-02-19Cycles: Cleanup for indentation in device_cpu.cppSergey Sharybin
2015-02-19Cycles: Free memory used by intermediate BVH vectors earlierSergey Sharybin
2015-02-19Cycles: Reduce memory used by background light updateSergey Sharybin
2015-02-19Cleanup: Restructure curve settings code a bit.Thomas Dinges
2015-02-19Guardedalloc: Reset peak memory should set peak to currently allocated memorySergey Sharybin
2015-02-19Cycles: Make sphere and tube image mapping friendly with OpenCLSergey Sharybin
2015-02-19Cycles: Make util_math_fast.h compatible with OpenCLSergey Sharybin
2015-02-19Fix T43652: X11 "_NET_WM_PID" not set by GhostCampbell Barton
2015-02-19Ghost/X11 cleanup (reduce variable scope)Campbell Barton
2015-02-18Guardedalloc: Add extra logging and checks in MEM_freeN()Sergey Sharybin
2015-02-18Cycles: Make aligned allocation to respect WITH_BLENDER_GUARDEDALLOCSergey Sharybin
2015-02-18CMake: picky style editCampbell Barton
2015-02-18Cycles: Initialize "headless" flags on engine initializationSergey Sharybin
2015-02-18Cleanup: Remove unused SD_PHASE_HAS_EVAL flag.Thomas Dinges
2015-02-18Cleanup for Cycles hair shader ifdefs.Thomas Dinges
2015-02-18Cleanup: Remove support for Boost filesystem 2.Thomas Dinges
2015-02-18Cleanup: Use bools in BVHParams class.Thomas Dinges
2015-02-18Cycles / BVH: Remove unused temp copy of prim_object.Thomas Dinges
2015-02-18Quiet uninitialized mem use for blank cursorCampbell Barton
2015-02-18Cycles: Avoid over-allocation in decouple ray marchingSergey Sharybin
2015-02-17Cleanup: Add comment about light_p being modified in one case.Thomas Dinges
2015-02-17Cycles: Cleanup after recent changesSergey Sharybin
2015-02-17Some tweaks to last commit, this is better.Thomas Dinges
2015-02-17Cycles: Fix for hair transmission BSDF not returning proper labelSergey Sharybin
2015-02-17Cleanup: Deduplicate area light sampling code.Thomas Dinges
2015-02-17Cycles: Small tweaks for Henyey Greenstein closure code.Thomas Dinges
2015-02-17Cycles: Remove empty closure blur code and the corresponding entries in the s...Thomas Dinges
2015-02-17Cycles: Make blender session aware of rendering from command lineSergey Sharybin
2015-02-17Fix T43685: New pointiness attribute error with auto-smooth enabledSergey Sharybin
2015-02-17Cycles: Minor code cleanup in recent attributes changesSergey Sharybin
2015-02-17Cleanup: Update comments and make it more clear what volume interpolation is ...Thomas Dinges
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-16Cleanup: Remove unused code from hair BSDF.Thomas Dinges
2015-02-16Cycles: Use some more bools in microfacet code.Thomas Dinges
2015-02-16Cycles: Correction for C++11 compilation error after recent vector changesSergey Sharybin
2015-02-15Cycles: Hopefully compilation error fix for OSXSergey Sharybin
2015-02-15Cycles: Fix wrong attribute count calculation in prevous commitSergey Sharybin
2015-02-15Cycles: Optimize memory usage when creating mesh attributesSergey Sharybin
2015-02-15Cycles: Add ifdef switch to use blender's guardedalloc for vector allocationSergey Sharybin
2015-02-15Cycles: Add utility method to vector which totally frees memory used the vectorSergey Sharybin
2015-02-15Cycles: Report system memory usage and peak after scene device updateSergey Sharybin
2015-02-15Cycles: Implement guarded allocator for STL classesSergey Sharybin
2015-02-15Cycles: Replace own aligned allocator with system oneSergey Sharybin
2015-02-14Cleanup: Comment block for sse helpers.Thomas Dinges
2015-02-14Cycles: Small improvement for volume render (decoupled)Thomas Dinges
2015-02-14Cycles: Fix compilation error of Cycles standalone with Libmv disabledSergey Sharybin
2015-02-13Fix again tablets with linux!Bastien Montagne
2015-02-13Fix Cycles compilation on x86, without SSE.Thomas Dinges