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-11-10Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-10Merge branch 'master' into blender2.8Bastien Montagne
2017-11-10Cycles: Fix compilation error with latest OIIOSergey Sharybin
2017-11-10Cycles: better distance sampling for chromatic volume extinction.Brecht Van Lommel
2017-11-09Fix T53270: crash with multiscatter GGX after recent refactoring.Brecht Van Lommel
2017-11-09Fix (harmless) valgrind warning.Brecht Van Lommel
2017-11-09Cycles: avoid reallocating tile denoising memory many times during render.Brecht Van Lommel
2017-11-09Cycles: Silence warning when building without OSLDalai Felinto
2017-11-09Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-08Cycles: antialias normal baking if the mesh has a bump map.Brecht Van Lommel
2017-11-08Cycles: add an extra CUDA synchronize before rendering.Brecht Van Lommel
2017-11-08Fix incorrect MIS weights in Cycles with multiple lights.Brecht Van Lommel
2017-11-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-07Cycles: Cleanup, styleSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-11-05Code refactor: remove emission and background closures, sum directly.Brecht Van Lommel
2017-11-05Cycles: fix inefficient attribute map storage, saves 615MB in victor scene.Brecht Van Lommel
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-11-05Cycles: reserve CUDA local memory ahead of time.Brecht Van Lommel
2017-11-04Merge branch 'master' into blender2.8Campbell Barton
2017-11-04Code refactor: replace CUDA array with linear memory for 1D and 2D textures.Brecht Van Lommel
2017-11-03Fix T53247: mixed CPU + GPU render wrong texture limits.Brecht Van Lommel
2017-11-03Merge branch 'master' into blender2.8Campbell Barton
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-11-02Cycles: Add another limit to OpenCL memory usageMai Lavelle
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Cycles: Add utility function to distinguish between scatter and absorption vo...Sergey Sharybin
2017-11-01Cycles: Cleanup, make it more obvious what preprocessor belongs toSergey Sharybin
2017-11-01Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31Experiment with adding output file meta data from render engineSergey Sharybin
2017-10-31Cycles: Bump version number to 1.9.0Sergey Sharybin
2017-10-31Fix crash of standalone app after recent refactorSergey Sharybin
2017-10-31MacOS: Use correct Cocoa protocol on any compilerArto Kitula
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Cycles: restore SOBOL_SKIP hack, for some cases where it helps still.Brecht Van Lommel
2017-10-26Merge branch 'master' into blender2.8Julian Eisel
2017-10-26Fix T52984. Trackpad rotation to natural directionArto Kitula
2017-10-25Merge branch 'master' into blender2.8Julian Eisel
2017-10-25Cycles: use AO factor to let user adjust intensity of AO bounces.Brecht Van Lommel