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-23atomic_ops: add `atomic_cas_float` helper.Bastien Montagne
2017-11-23atomic_ops: Copy/adapt static assert macro from BLI_utildefines, and use it.Bastien Montagne
2017-11-23Fix T53357: harmless assert after recent addition of render time pass.Brecht Van Lommel
2017-11-23Fix T53348: Cycles difference between gradient texture on CPU and GPU.Brecht Van Lommel
2017-11-23Moar attempt to fix bloody MSVC intrinsic mess...Bastien Montagne
2017-11-23Attempt to fix bloody MSVC atomic intrinsic mess...Bastien Montagne
2017-11-23atomic_ops: add char versions of uint8_t atomic primitives.Bastien Montagne
2017-11-23atomic_ops: add signed versions of primitives.Bastien Montagne
2017-11-22Fix T53313: bevel shader with transmission render artifacts.Brecht Van Lommel
2017-11-21Cycles: Fixed compilation of CUDA kernels. Follow-up fix for my last commit.Stefan Werner
2017-11-21Cycles: Fix OSL brick node after recent fixMai Lavelle
2017-11-21Cycles: Workaround for performance loss with the CUDA 9.0 SDK.Stefan Werner
2017-11-21Fix T53365: OpenCL has wrong shading of brick textureMai Lavelle
2017-11-21Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.Brecht Van Lommel
2017-11-20Cycles: Fix wrong behavior of sharpness in Cubic SSSSergey Sharybin
2017-11-17Mikktspace: Speed up the merging of identical verticesLukas Stockner
2017-11-17Cycles: Add per-tile render time debug passLukas Stockner
2017-11-17Cycles: Add Volume Direct and Volume Indirect passes for volume-scattered lightLukas Stockner
2017-11-17Cycles: Refactor PassType from bitflag to index in order to allow for more pa...Lukas Stockner
2017-11-16Cycles: Fix crash with split branched path tracingMai Lavelle
2017-11-14Smoke: Pass non-trivial arguments by const referenceSergey Sharybin
2017-11-14Fix compilation error with clang-5Sergey Sharybin
2017-11-14Cycles: Make per-object random value output also work for LampsLukas Stockner
2017-11-14Cycles: Refactor closure roughness detection to fix a potential bug with Deno...Lukas Stockner
2017-11-13Cycles: Fix compilation error of standalone applicationSergey Sharybin
2017-11-13Cycles: Fix compilation error with OIIO compiled against system PugiXMLSergey Sharybin
2017-11-12Fix T53289: CUDA missing textures not showing pink, after recent changes.Brecht Van Lommel
2017-11-11Cycles: Set error if a split kernel fails to loadMai Lavelle
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-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
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-07Cycles: Cleanup, styleSergey Sharybin
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-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-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel