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
2016-10-31Cycles: Deduplicate AO calculationLukas Stockner
2016-10-30Cycles: Fix OpenCL compilation with the new brick textureLukas Stockner
2016-10-30Cycles: Style Fix: Light sampling threshold descriptionLukas Stockner
2016-10-30Cycles: Initialize the RNG state from the kernel instead of the hostLukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-30Cycles: Add smoothing option to the Brick TextureLukas Stockner
2016-10-29Fix T49846: OpenCL rendering compilation failureLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-10-27Cycles: More workarounds for weird crashes on AVX2Sergey Sharybin
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-26Cycles: Fix compilation error of AVX2 kernel without SSE mathSergey Sharybin
2016-10-26Cycles: Completely disable transform SSE for nowSergey Sharybin
2016-10-26Cycles: Fix crashes after recent optimization commitsSergey Sharybin
2016-10-25Cycles: Fix for fix (tm)Sergey Sharybin
2016-10-25Cycles: Fix typo in previous commit for BVH improvementsSergey Sharybin
2016-10-25API: Fix LinksAaron Carlisle
2016-10-25Cycles: Enable SSE math optimization for AVX kernelsSergey Sharybin
2016-10-25Cycles: Use new SSE version of offset calculation for all QBVH flavorsSergey Sharybin
2016-10-25Cycles: Move QBVH near/far offset calculation to an utility functionSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-10-25Cycles: Avoid branching in SSE version of intersection pre-calculationSergey Sharybin
2016-10-25Cycles: Implement SSE-optimized path of util_max_axis()Sergey Sharybin
2016-10-24Cycles: Add AVX2 path to subsurface triangle intersectionSergey Sharybin
2016-10-24Cycles: Don't use guarded vector for statically initialized dataSergey Sharybin
2016-10-24Cycles: Fix shadowing variable which also causes use of uninitialized variableSergey Sharybin
2016-10-24Cycles: Fix static initialization order fiascoSergey Sharybin
2016-10-24Cycles: Fix uninitialized variable from the previous commitSergey Sharybin
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-24Fix T49818: Crash when rendering with motion blurSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-10-23Fix Cycles address space OpenCL error after recent fix.Brecht Van Lommel
2016-10-22Fix T49750: Cycles wrong ray differentials for perspective and stereo cameras.Brecht Van Lommel
2016-10-22Fix T49657: Audio backend "Jack" should be named "JACK".Jörg Müller
2016-10-22Fix T49764: Audio strips crackle when animating the volumeJörg Müller
2016-10-21Cycles: Fix another OpenCL logging issueLukas Stockner
2016-10-17Fix T49630: Cycles: Swapped shader and bake kernelsLukas Stockner
2016-10-17Cycles: Improve OpenCL kernel compilation loggingLukas Stockner
2016-10-15Cycles: use near clipping distance in panorama camera.Scott Wu
2016-10-14Cycles: Disable optimization of operator / for float3Sergey Sharybin
2016-10-12Fix T49640: Cycles constant folding incorrect for texture coordinates.Brecht Van Lommel
2016-10-12Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.Brecht Van Lommel
2016-10-12Cycles: Use const reference for register variables in non-OpenCL codeSergey Sharybin
2016-10-12Cycles: Use more SSE intrinsics for float3 typeSergey Sharybin
2016-10-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-10-12Cycles: Enable SSE options of math module for AVX2 kernelsSergey Sharybin
2016-10-12Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-12Cycles: Fix use of uninitialized variable in SSSSergey Sharybin