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
2016-11-24Cycles: Avoid divisions by zero in volume sampling codeSergey Sharybin
2016-11-23Fix T50100: Cycles SeparateRGBNode Red socket defined wrongSergey Sharybin
2016-11-23Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-23Fix Cycles device backwards compatibility error if device type is unavailable.Brecht Van Lommel
2016-11-23Fix spelling in Cycles distance culling description.Brecht Van Lommel
2016-11-22Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-22Fix T50034: Blender changes processor affinity unauthorizedSergey Sharybin
2016-11-22Cycles: Fix re-definition of some functions on x32 archSergey Sharybin
2016-11-22Cycles: Another attempt to fix compilation on 32bit LinuxSergey Sharybin
2016-11-22Cycles: Attempt to fix 32bit buildbot builds after recent commitSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-21Cycles: Attempt to fix compilation error on ppc64elSergey Sharybin
2016-11-20Cycles: Don't shadow loop variableMai Lavelle
2016-11-20Cycles: add basic backwards compatibility for device selection, move to Syste...Brecht Van Lommel
2016-11-20Cycles: refactor culling code into utility class.Brecht Van Lommel
2016-11-20Cycles: distance culling for objects.Carlo Andreacchio
2016-11-18Cycles: Different noise seed for stereoscopic rendering (Fix #T50024)Dalai Felinto
2016-11-17Fix T50001: auto tile size addon broken after Cycles GPU device changes.Brecht Van Lommel
2016-11-16Cycles: Fix different noise pattern from fix in T49838:Sergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-14Cycles: De-duplicate image loading functionsSergey Sharybin
2016-11-12Fix T49904: Cycles standalone missing default generated texture coordinates.Brecht Van Lommel
2016-11-12Fix Cycles OSL compilation based on modified time not working.Brecht Van Lommel
2016-11-12Fix Cycles standalone not finding CPU device after recent changes.Brecht Van Lommel
2016-11-12Fix T49985: cycles standalone XML missing distant lights.Brecht Van Lommel
2016-11-12Fix T49985: cycles standalone using wrong socket names for XML reading.Brecht Van Lommel
2016-11-11Cycles: Add comments to endif directivesMai Lavelle
2016-11-08Fix T49838: Noise randomization for frame should be done per interframes as wellSergey Sharybin
2016-11-08Cycles: Only use new light sample threshold for new filesSergey Sharybin
2016-11-07Fix compilation error when CUDA toolkit is not installedSergey Sharybin
2016-11-07Cycles: Remove device settings from performance tabLukas Stockner
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-11-06Cycles: Fix T49952: Bad MIS sampling of backgrounds with single bright pixelsLukas Stockner
2016-11-04cycles, cuDeviceComputeCapability is deprecated as of cuda 5.0Martijn Berger
2016-11-03Cycles: Fix missing underscore in geom_object.hLukas Stockner
2016-11-03Cycles: Fix OpenCL build error caused by light termination commitLukas Stockner
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-11-02Cycles standalone, compile fix UINT_MAX is not defined in device_cuda.cppMartijn Berger
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