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-10-21Code refactor: simplify image device memory allocation.Brecht Van Lommel
2017-10-21Fix issue with resumable rendering in recent changes.Brecht Van Lommel
2017-10-21Cycles: disable progressive refine if denoising or save buffers is used.Brecht Van Lommel
2017-10-20Fix T53109: denoising variance debug passes not working after recent changes.Brecht Van Lommel
2017-10-18Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2017-10-11Fix T53048: OSL Volume is broken in Blender 2.79Sergey Sharybin
2017-10-11Cycles: Add utility function to calculate triangle's normalSergey Sharybin
2017-10-11Cycles: Add utility function to remove given attributeSergey Sharybin
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-06Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2017-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-10-04Code refactor: zero render buffers outside of kernel.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-09-28Fix T52574: make Cycles rendered tile counter more clear.Kim Christensen
2017-09-04Fix T52533: Blender shuts down when rendering duplicated smoke domainSergey Sharybin
2017-08-23Fix T51805: Overlapping volumes renders incorrect on AMD GPUSergey Sharybin
2017-08-20Code cleanup: deduplicate some bsdf node methods.Brecht Van Lommel
2017-08-20Cycles: support baking normals plugged into BSDFs, averaged with closure weight.Brecht Van Lommel
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-08-17Improved triangle sampling for mesh lightsStefan Werner
2017-08-17Cycles: Calculate correct remaining time when using a larger pixel sizeLukas Stockner
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-10Cycles: De-duplicate trace-time object visibility calculationSergey Sharybin
2017-08-09Revert "Cycles: Fix crash changing image after recent OpenCL changes"Mai Lavelle
2017-08-08Cycles: Fix crash changing image after recent OpenCL changesSergey Sharybin
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox
2017-07-22Fix use of uninitialized value in Cycles, probably did not cause a bug.Brecht Van Lommel
2017-07-21Fix T52135: Cycles should not keep generated/packed images in memory after re...Brecht Van Lommel
2017-07-20Fix T52107: Color management difference when using multiple and different GPU...Stefan Werner
2017-07-12Cycles: Enable SSS from Principled BSDF only when actually in useMai Lavelle
2017-07-08Fix T51967: OSL crash after rendering finished (mainly on Windows).Brecht Van Lommel
2017-07-03Fix missing return error introduced by last commitLuca Rood
2017-07-03Fi T51023: MixRGB constant folding not effective with clamp option.Brecht Van Lommel
2017-07-03Fix T51855: Cycles emssive objects with NaN transform break lighting.Brecht Van Lommel
2017-06-21Fix T51849: change Cycles clearcoat gloss to roughness.Brecht Van Lommel
2017-06-13Fix T51791: Point Density doesn't work on GPUHristo Gueorguiev
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