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-07-06Cycles: use std::min and max for extra overloadsMai Lavelle
2017-07-05Cycles: Fix compilation error after recent logging changesSergey Sharybin
2017-07-05Cycles: Fix compilation error when building without Glog and no C++11Sergey Sharybin
2017-06-30Cycles: Use float constants instead of doubleMai Lavelle
2017-06-16Cycles: Fix race condition happening in progress utilitySergey Sharybin
2017-06-10Cycles: Add atomic decrement functions to util_atomic.hMai Lavelle
2017-06-08Cycles: Don't leave multiple spaces in the device nameSergey Sharybin
2017-05-24Cycles: Use falltrhough attribute to help catching missing break statementsSergey Sharybin
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-20Fix T51560: Black pixels on a denoising renderLukas Stockner
2017-05-19Cycles: Cleanup, always use parenthesisSergey Sharybin
2017-05-19Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-05-19\0;115;0cCycles: Cleanup, use ccl_restrict instead of ccl_restrict_ptrSergey Sharybin
2017-05-19Fix T51555: Cycles tile count is incorrect when denoising is enabledLukas Stockner
2017-05-17Cycles: Optimize expansion of headers in the sourceSergey Sharybin
2017-05-11Cycles: Fix occasional black pixels from denoising with excessive radiiLukas Stockner
2017-05-08Cycles: Fix compilation error with gcc-6.3.0 and debug modeSergey Sharybin
2017-05-07[Cycles] Fix math problems in safe_logflazydodo
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Typo: 'Signle program' -> 'Single program'Pablo Vazquez
2017-05-03Fix Cycles build on WindowsDalai Felinto
2017-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Add utility function to convert float4 color from srgb to linearSergey Sharybin
2017-04-28Cycles: Use relative path for #line directivesSergey Sharybin
2017-04-28Cycles: Correct comment after previous commitSergey Sharybin
2017-04-28Cycles: Lower default severity level to ERRORSergey Sharybin
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-27Cleanup: Some style and code tweaks to Image Code after changes.Thomas Dinges
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-04-26Cycles: Change OpenCL split kernel to use single program by defaultMai Lavelle
2017-04-25Cycles: Fix strict compiler flagsSergey Sharybin
2017-04-25Cycles: Split vectorized math utilities to a dedicated filesSergey Sharybin
2017-04-25Cycles: Split vectorized types into separate filesSergey Sharybin
2017-04-25Cycles: Cleanup, preprocessor indentationSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-04-05Cycles: Add utility class to simplify scoped spin locksSergey Sharybin
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