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-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-04Cleanup: OSX: remove obsolete ppc/ppc64 sw-renderer kCGL attributesJens Verwiebe
2015-01-02Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
2015-01-02Cycles: Fix unneeded int/float conversion happened in previous commitSergey Sharybin
2015-01-02Fix T43027: OpenCL kernel compilation broken after QBVHSergey Sharybin
2015-01-02cleanup: styleCampbell Barton
2014-12-31Cycles: Post-reintegration tweaks to ensure things do compileSergey Sharybin
2014-12-31Cycles: Correction to previous SSE/AVX flags detectionSergey Sharybin
2014-12-31Cycles: Be ready for gflags namespace auto-detectSergey Sharybin
2014-12-31CMake: Rework linking strategy a bitSergey Sharybin
2014-12-31Cycles: Fix compilation error with compilers which doesn't support AVXSergey Sharybin
2014-12-31Cycles FTBFS: Send Boost after OIIO to the linker since the order mattersSergey Sharybin
2014-12-31Cycles Standalone: Add initial support for compilation on WindowsSergey Sharybin
2014-12-31Cycles: Add logging to OSL and CUDA initialization/compilationSergey Sharybin
2014-12-31Cycles: Fully support WITH_CYCLES_LOGGING optionSergey Sharybin
2014-12-31CMake: Minor cleanupSergey Sharybin
2014-12-31Cycles: Fix compilation error when OIIO is compiled with external PugiXML parserSergey Sharybin
2014-12-31CMake: use pthreads on all os'sCampbell Barton
2014-12-31Cycles: Solve linking error caused by missing pthreads librarySergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-12-31Libmv: Update to latest upstream versionSergey Sharybin
2014-12-29Cycles: Fix MSVC which desn't like condition to be split by preprocessorSergey Sharybin
2014-12-29Revert "Fix T42888: Separate and Combine HSV distorts the hue value"Sergey Sharybin
2014-12-29Cycles: Add asserts around BVH stack pushesSergey Sharybin
2014-12-29Cycles: Bump stack size for QBVH traversal codeSergey Sharybin
2014-12-29Cycles: Add some sanity check asserts in the traversal codeSergey Sharybin
2014-12-29Cycles: Disable QBVH on 32bit systems all togetherSergey Sharybin
2014-12-27Cycles: Mark visibility TODO as resolvedSergey Sharybin
2014-12-27Cycles: Fix visibility check for instanced nodesSergey Sharybin
2014-12-26Fix T43019: Child of objectes used by duplis are visible in CyclesSergey Sharybin
2014-12-25Cycles: Distance optimization for QBVHSergey Sharybin
2014-12-25OSX: revive GHOST_HACK_getFirstFile cause it breaks things on older OSX versi...Jens Verwiebe
2014-12-25Revert QBVH switch, after discussion with Sergey.Thomas Dinges
2014-12-25Cycles: Fix really bad bug with shadow rays on non-SSE CPUsSergey Sharybin
2014-12-25Cycles: Workaround CUDA 6.5.16 error after watertight commitSergey Sharybin
2014-12-25Cycles: Fix compilation error on non-SSE2 architecturesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cleanup: Typo fixes for comments.Thomas Dinges
2014-12-25Cycles: Expose QBVH on/off switch to the UI.Thomas Dinges
2014-12-25Cycles: Correction for node tail copy on packing BVHSergey Sharybin
2014-12-25Cycles: Enable QBVH optimization structure for SSE2 CPUsSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Store proper empty boundbox for missing child nodes in QBVHSergey Sharybin
2014-12-25Cycles: Code cleanup, de-duplicate definition of FEATURESergey Sharybin
2014-12-25Cycles: Rework BVH functions calls a little bitSergey Sharybin
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-12-25Cycles: Optimize storage of QBVH node by one float4Sergey Sharybin
2014-12-25Cycles; Code cleanup, make it more obvious what #endif belongs toSergey Sharybin
2014-12-25Cycles: Make it more clear offsets in BVH constructionSergey Sharybin