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
2014-10-07Fix T42106: Box image mapping shows black triangles if they point to a corner...Sergey Sharybin
2014-10-07Cleanup: warningsCampbell Barton
2014-10-06Cycles: Fix for camera-in-volume detectionSergey Sharybin
2014-10-06Cycles: Optimize of volume stack update when sampling SSSSergey Sharybin
2014-10-06Cycles: Fix for viewport rendering with debug enabledSergey Sharybin
2014-10-06Cycles: Workaround dead-slow expf() on 64bit linuxSergey Sharybin
2014-10-06Cycles: Move system headers include to the top of the filesSergey Sharybin
2014-10-05Cycles: Center Tile order had a slight offset to the left.Greg Zaal
2014-10-05Fix T42081, OpenCL supports float3 since the 1.1 specification, not sure why ...Thomas Dinges
2014-10-05Cycles: Forgot to set WITH_CYCLES_DEBUG for OSL kernelSergey Sharybin
2014-10-05Cycles: __KERNEL_DEBUG__ wasn't set for compile-time kernelsSergey Sharybin
2014-10-05OSX/Ghost: little code cleanupJens Verwiebe
2014-10-05Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__Sergey Sharybin
2014-10-05Cycles: Fix for debug kernel not working with CUDASergey Sharybin
2014-10-05Cycles / CUDA: Workaround to make sm_52 (Maxwell) cards work.Thomas Dinges
2014-10-05Cycles / CUDA: Change inline rules for BVH intersection functions.Thomas Dinges
2014-10-04Cycles: Fix wrong ifdef check around shadows record allSergey Sharybin
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-10-04Cycles: Remove a workaround for Titan GPUs, not needed anymore with the lates...Thomas Dinges
2014-10-03Cycles, some tweaks to scene_intersect_shadow_all()Thomas Dinges
2014-10-03Cleanup: Remove some unused / unreferenced functions for perdiodic perlin noise.Thomas Dinges
2014-10-03Cycles / OSL: Make the signed/unsigned Perlin parameter more self explaining.Thomas Dinges
2014-10-03Cycles: Fix OpenCL compile after new Volume BVH introduction and add some com...Thomas Dinges
2014-10-03Cycles: Missing volume traversal header in cmake for GPU compilation.Thomas Dinges
2014-10-03Cycles: Remove Westin closure.Thomas Dinges
2014-10-03Cleanup: Spelling.Thomas Dinges
2014-10-03Cycles: Use more accurate implementation of erf() and erfinv()Sergey Sharybin
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-10-03Fix T41920: Changing Use Alpha settings doesn't refresh viewport properlySergey Sharybin
2014-10-03Cycles: Implement preliminary test for volume stack update from SSSSergey Sharybin
2014-10-03Cycles: Fix for non-initialized variableSergey Sharybin
2014-10-03Cycles: Make camera-in-volume an official featureSergey Sharybin
2014-10-03Cycles: Speedup of kernel side camera-in-volume detectionSergey Sharybin
2014-10-02Cycles: optimization of panoramic camera in volumeSergey Sharybin
2014-09-29Cleanup: styleCampbell Barton
2014-09-28Cycles: Correct object flags bitfield, was missing negative scale thereSergey Sharybin
2014-09-28Cycles: Avoid temp variable in camera-in-volume checkSergey Sharybin
2014-09-28Cycles: Cleanup of the SSS volume stack update codeSergey Sharybin
2014-09-26Cycles: Keep STACK_MAX_HITS private in kernel_shadowSergey Sharybin
2014-09-26Code style.Thomas Dinges
2014-09-26OpenNL: modify SuperLU to use doubles rather than floats, for better precision.Brecht Van Lommel
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-09-26Cycles: Keep ccl_always_inline always inlining the stuffSergey Sharybin
2014-09-25Cycles: Accidentally inverted the logic of NDEBUG macroSergey Sharybin
2014-09-25Cycles: Better feedback about experimental features being usedSergey Sharybin
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey Sharybin
2014-09-25Atomics: Add CAS (compare-and-swap) functionsSergey Sharybin
2014-09-25Cycles: Fix for the MSVC which doesn't have default osteram constructorSergey Sharybin
2014-09-25Cycles: Make CUDA backend aware of sm_52 (Maxwell).Thomas Dinges
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin