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-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-05-30Fix T51652: Cycles - Persistant Images not storing imagesLukas Stockner
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-19Cycles: Reload kernels from Session when requested features changeMai Lavelle
2017-05-19Fix T51553: Cycles Volume Emission turns black when strength is 0 or color is...Lukas Stockner
2017-05-19Fix T51555: Cycles tile count is incorrect when denoising is enabledLukas Stockner
2017-05-18Cycles: Fix crash loading single channel textureSergey Sharybin
2017-05-18Fix T51408: Cycles - Principled BSDF Shader - Transparency is not working as ...Pascal Schoen
2017-05-17Fix compilation error in CyclesSergey Sharybin
2017-05-17Fix T51529: Black boxes on a denoising render when using a .exr image as a en...Sergey Sharybin
2017-05-17Revert "Cycles: Fix wrong shading on GPU when background has NaN pixels and M...Sergey Sharybin
2017-05-15Fix T49324: True displacement crashes when shader returns NaNSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Fix T51412: Instant crash with texture plugged into the Displacement outputSergey Sharybin
2017-04-29Cycles: Fix crashes after recent image changesMai Lavelle
2017-04-28Cycles: Simplify code around maximum OpenCL info size allocationSergey Sharybin
2017-04-28Cycles: Cleanup, de-duplicate image packing of various typesSergey Sharybin
2017-04-28Cycles: Quick (real) fix for broken textures on OpenCLSergey Sharybin
2017-04-28Revert "Cycles: Fix image textures were completely broken since recent unlimi...Sergey Sharybin
2017-04-28Cycles: Cleanup, spelling and bracesSergey Sharybin
2017-04-28Cycles: Fix image textures were completely broken since recent unlimited text...Sergey Sharybin
2017-04-28Cycles: Cleanup, always use braces for blocksSergey Sharybin
2017-04-28Cycles: Cleanup, use ccl::vector instead of std::vectorSergey 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: Fix access undefined macro on non-MSVC compilerSergey Sharybin
2017-04-25workaround for T50176lazydodo
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-21Cycles: Make it a generic base class for all types of closure nodesSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-05Cycles: Fix race condition in attributes creation during SVM compilationSergey Sharybin
2017-04-05Cycles: Guard global write access in SVM compilation codeSergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Make shadow catcher an optional feature for OpenCLSergey Sharybin
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2017-03-24Cycles: Remove obsolete variable from the TileManagerLukas Stockner
2017-03-22Cycles: fixed warningsStefan Werner
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-17Fix T50968: Cycles crashes when image datablock points to a directorySergey Sharybin
2017-03-08Cycles: Seperate kernel loading time from render timeMai Lavelle
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2017-03-08Cycles: Expose passes size to device tasksMai Lavelle
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2017-03-03Cycles: Fix possibly uninitialized variableSergey Sharybin
2017-02-27Cycles: Forgot this in previous commitSergey Sharybin