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
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-24Cycles: Remove obsolete variable from the TileManagerLukas Stockner
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin
2017-03-23Cycles: Remove old non-optimized triangle intersection functionSergey Sharybin
2017-03-23Cycles: Remove unused macroSergey Sharybin
2017-03-23Cycles: Use SSE-optimized version of triangle intersection for motion trianglesSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Use utility function for SSS triangle intersectionSergey 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, inline AVX register construction from kernel global dataSergey Sharybin
2017-03-23Cycles: Cleanup, remove unused functionSergey Sharybin
2017-03-23Cycles: Fix building for some compilersMai Lavelle
2017-03-23OpenGL: remove GLU option from build systemMike Erwin
2017-03-22Cycles: fixed warningsStefan Werner
2017-03-22Fix/workaround T50533: Transparency shader doesn't cast shadows with curve se...Sergey Sharybin
2017-03-21Cycles: Use more friendly GPU device name for AMD cardsSergey Sharybin
2017-03-21Cycles: Simplify some extra OpenCL query codeSergey Sharybin
2017-03-21Cycles: Cleanup, add some utility functions to shorten access to low level APISergey Sharybin
2017-03-21Cycles: Fix wrong vector allocation in the mesh sync codeLukas Stockner
2017-03-21Cycles: Fix building of OpenCL kernelsMai Lavelle
2017-03-20Fix T50268: Cycles allows to select un supported GPUs for OpenCLSergey Sharybin
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-20Fix T50975: Cycles: Light sampling threshold inadvertently clamps negative lampsSergey Sharybin
2017-03-20Merge branch 'master' into blender2.8Bastien Montagne
2017-03-20Fix T50990: Random black pixels in Cycles when rendering material with Multis...Sergey Sharybin
2017-03-20Remove register_module use in CyclesCampbell Barton
2017-03-17Gawain: remove PER_THREAD macroMike Erwin
2017-03-17Merge branch 'master' into blender2.8Julian Eisel
2017-03-17Fix T50968: Cycles crashes when image datablock points to a directorySergey Sharybin
2017-03-17Cycles: Fix mistake in previous split kernel commitsSergey Sharybin
2017-03-17Merge branch 'master' into blender2.8Bastien Montagne
2017-03-17Cycles: Cleanup, indentationSergey Sharybin
2017-03-17Cycles: Fix compilation error of LCG RNGSergey Sharybin
2017-03-17Cycles: Silence strict compiler warningSergey Sharybin
2017-03-17Cycles: Improve memory usage of CPU split kernel by using smaller global sizeMai Lavelle
2017-03-17Cycles: Fix handling of barriersMai Lavelle
2017-03-17Gawain: fix compiler warningMike Erwin
2017-03-17move Gawain library to internMike Erwin
2017-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2017-03-16Cycles: Define ccl_local variables in kernel functionsSergey Sharybin
2017-03-16Cycles: Workaround for compilation error caused by passing KernelGlobalsSergey Sharybin
2017-03-16Cycles: Avoid some ccl_local in various kernelsSergey Sharybin
2017-03-16Cycles: Adjust global size for OpenCL CPU devices to make them fasterMai Lavelle
2017-03-15Merge branch 'master' into blender2.8Campbell Barton
2017-03-15Cycles: Allow rendering a range of resumable chunksSergey Sharybin