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-10-14Fix T42021: OSL doesn't work when there are non-ascii chars in the pathSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
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: Fix for the MSVC which doesn't have default osteram constructorSergey Sharybin
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-09-25Cycles: Don't inline functions for debug CPU kernelSergey Sharybin
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-09-18Cleanup: style, spellingCampbell Barton
2014-09-16Cleanup: sync map_to_sphere, UNLIKELY xy zero caseCampbell Barton
2014-09-15Fix T41839, OpenCL error.Thomas Dinges
2014-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-09-03Cleanup: Use function call and delete obsolete comment.Thomas Dinges
2014-09-01Cycles: Rebuild BVH from scratch if loading cache failedSergey Sharybin
2014-08-17CleanupCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-07-29Fix T41174: Tangent space required UV map in CyclesSergey Sharybin
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-07-25Switch to Cuda 4.0 style api for kernel invocation. This is a small clean-up ...Martijn Berger
2014-07-02Cycles: Update CUDA error messages, based on Toolkit 6.0.Thomas Dinges
2014-06-19Cycles: attempt to solve compilation error on 32bit OSXSergey Sharybin
2014-06-16Cycles: Slight modification to the previous commitSergey Sharybin
2014-06-16Cycles: Fix compilation error on 32bit platformsSergey Sharybin
2014-06-16Cycles: Fix compilation error on platforms without SSE2Sergey Sharybin
2014-06-14Fix compilation in cyclesAntony Riakiotakis
2014-06-14Quiet warning in CyclesCampbell Barton
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-14Code cleanup.Thomas Dinges
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-06-06Fix T40514: Cycles world MIS segfaultCampbell Barton
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-17Fix T39757: missing cuda libary on linx, now also try to find libcuda.so.1.Brecht Van Lommel
2014-05-17Fix T39757: missing cuda libary on linx, now also try to find libcuda.so.1.Brecht Van Lommel
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-07Code cleanup: spelling/indentationCampbell Barton
2014-05-07Nodes: add absolute value operation to all math nodesMatt Heimlich
2014-05-05Add check for LIKELY/UNLIKELY is CPU onlyCampbell Barton
2014-05-04Cycles: use LIKELY/UNLIKELY macrosCampbell Barton
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-03Quiet float conversion warnings when building cycles standaloneCampbell Barton
2014-04-23Quiet warningCampbell Barton
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-03-29Cycles code internals: add initial implementation of decoupled ray marching.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-23Cycles: SSE optimization for line segments/ribbons hairSv. Lockal