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-08-28Atomics: Use system headers directly, without bad level dependency to BLISergey Sharybin
2017-08-25Fix for fix (tm): Residue of the debug codeSergey Sharybin
2017-08-25Fix mistake in previous tangent space optimizationSergey Sharybin
2017-08-25Cycles: Cleanup, naming of variableSergey Sharybin
2017-08-25Cycles: Add assert to catch possibly wrong logicSergey Sharybin
2017-08-25Cycles: Mark pixels with negative values as outliersLukas Stockner
2017-08-25Another optimization of tangent space calculationSergey Sharybin
2017-08-25Optimize tangent space calculation by inlining functionsSergey Sharybin
2017-08-25Cycles: Add utility function to query current value of scoped timerSergey Sharybin
2017-08-25Cycles: Correct logging of sued CPU intrisicsSergey Sharybin
2017-08-25Cycles: Fix stack overflow during traversal caused by floating overflowSergey Sharybin
2017-08-24Cycles: FIx issue with -0 being considered a non-finite valueSergey Sharybin
2017-08-24Fix Cycles CUDA transparent shadow error after recent fix in c22b52c.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-23Cycles: Add maximum depth stat to bvh builderMai Lavelle
2017-08-23Fix implementation of atomic update max and move to a central locationMai Lavelle
2017-08-23Fix T51805: Overlapping volumes renders incorrect on AMD GPUSergey Sharybin
2017-08-22Fix panorama render crash with split kernel, due to incorrect buffer pointer.Brecht Van Lommel
2017-08-21Cycles: reorganize Performance panel layout, move viewport BVH type to debug.Brecht Van Lommel
2017-08-21Cycles: attempt to recover from crashing CUDA/OpenCL drivers on Windows.Brecht Van Lommel
2017-08-21Revert "Cycles: remove square samples option."Brecht Van Lommel
2017-08-21Fix T52470: cycles OpenCL hair rendering not working after recent changes.Brecht Van Lommel
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-19Fix T52452: OSL trace broken after shadow catcher recent changes.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-19Fix T52443: Cycles OpenCL build error after recent mesh lights changes.Brecht Van Lommel
2017-08-17Cycles: Fix for a division by zero that could happen with solid angle triangl...Stefan Werner
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-14Cycles: Fixed broken camera motion blur when motion was not set to center on ...Stefan Werner
2017-08-14Cycles: Guard memcpy to potentially re-allocating memory with lockSergey Sharybin
2017-08-13Code cleanup: make L_transparent part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make DebugData part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make it easier to test only Sobol, CMJ or Pseudorandom.Brecht Van Lommel
2017-08-12Cycles: optimize CPU split kernel data init.Brecht Van Lommel
2017-08-12Code cleanup: remove unused Cycles random number code.Brecht Van Lommel
2017-08-12Fix T52372: CUDA build error after recent changes.Brecht Van Lommel
2017-08-12Fix T52368: OSL trace() crash after recent changes.Brecht Van Lommel
2017-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-11Cycles: Clarify new argument in PathRadianceSergey Sharybin
2017-08-11Fix T52229: Shadow Catcher artifacts when under transparencySergey Sharybin
2017-08-11Cycles: remove square samples option.Brecht Van Lommel
2017-08-11Cycles: change defaults for filter glossy, clamp and branched path AA.Brecht Van Lommel
2017-08-11Fix T52322: denoiser broken on Windows after recent changes.Brecht Van Lommel
2017-08-10Cycles: Fix instanced shadow catcher objects influencing each otherSergey Sharybin
2017-08-10Cycles: De-duplicate trace-time object visibility calculationSergey Sharybin
2017-08-09Cycles: Remove ulong usageSergey Sharybin