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
2017-03-31Cycles: More fixes after include changesMai Lavelle
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-29Cycles: Attempt to workaround compilation error on new CUDA toolkit and sm_2xSergey Sharybin
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-28Cycles: Pass m128 vectors by const referenceSergey Sharybin
2017-03-27Cycles: Correct ifdef around float3 intrinsicsSergey Sharybin
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2017-03-23Cycles: Remove old non-optimized triangle intersection functionSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Move watertight triangle intersection to an utility fileSergey Sharybin
2017-03-23Cycles: Move triangle intersection precalc to an util fileSergey Sharybin
2017-03-23Cycles: Cleanup, move utility function to utility fileSergey Sharybin
2017-03-23Cycles: Cleanup, code style and commentsSergey Sharybin
2017-03-23Cycles: Move intersection math to own header fileSergey Sharybin
2017-03-23Cycles: Cleanup, remove unused functionSergey Sharybin
2017-03-11Fix T50888: Numeric overflow in split kernel state buffer size calculationMai Lavelle
2017-03-11Fix OpenCL warnings about doubles on some platforms.Brecht Van Lommel
2017-03-09Cycles: add single program debug option for split kernelHristo Gueorguiev
2017-03-08Cycles: Use 1-based line number for #line directivesSergey Sharybin
2017-03-08Cycles: CUDA implementation of split kernelMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-03-08Cycles: Report device maximum allocation and detected global sizeSergey Sharybin
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2017-03-08Cycles: Add more atomic operationsMai Lavelle
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2017-02-24Cycles: Fix compilation warning with CUDA on OSXSergey Sharybin
2017-02-23Cycles: Fix compilation error on 32bit LinuxSergey Sharybin
2017-02-23Cycles: Fix wrong render results with texture limit and half-float texturesSergey Sharybin
2017-02-23Cycles: Add utility function to convert float to halfSergey Sharybin
2017-01-23Cycles: Update current Cycles versionSergey Sharybin
2017-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-19Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2017-01-19Cycles: Remove using namespace hellSergey Sharybin
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-12-02Cycles: Add AVX intrinsics helpersSergey Sharybin
2016-12-02Cycles: Disable AVX2 crash workaroundsSergey Sharybin
2016-11-23Cycles: 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-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-12Fix Cycles OSL compilation based on modified time not working.Brecht Van Lommel
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-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