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
2016-06-21Fix T48698: Rays from SSS act as diffuse for normal objects but have an undef...Lukas Stockner
2016-06-21Fix T48691: Cycles - OpenCL - HDR Image mapping does not match CUDA renderingLukas Stockner
2016-06-21Cycles: Deduplicate Vector and RGB Curve nodesLukas Stockner
2016-06-20Cycles: Add svm_util_color.h file to CMakeLukas Stockner
2016-06-19Cleanup: Remove todo comment, this is fine as is.Thomas Dinges
2016-06-19Cycles: add constant folding for more color operation nodes.Alexander Gavrilov
2016-06-19Fix issues with node deduplication in Cycles shader graph.Alexander Gavrilov
2016-06-19Fix Cycles RGB and Vector Curves node Fac handling.Alexander Gavrilov
2016-06-19Code refactor: small code simplification for Cycles constant folding.Brecht Van Lommel
2016-06-19Fix Cycles OSL image texture issue after recent refactor.Brecht Van Lommel
2016-06-19Cycles: reduce CUDA stack memory access for Maxwell and up, increasing max re...Brecht Van Lommel
2016-06-19Fix Cycles assert after recent half changes.Brecht Van Lommel
2016-06-19Fix return type in case of single channel half.Thomas Dinges
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-06-18Fix broken combine XYZ node after recent refactoring.Brecht Van Lommel
2016-06-18Fix T48671: Cycles crash with OSL nodes and bump after recent refactoring.Brecht Van Lommel
2016-06-17Fix T46492: GGX distribution produces black pixelsSergey Sharybin
2016-06-17Fix T48657: Incorrect render with Cycles (CPU) using textureLukas Stockner
2016-06-14Cleanup: Remove outdated comment, visibility layers in kernel have been removed.Thomas Dinges
2016-06-13Fix typo in variable name as well.Thomas Dinges
2016-06-13Cycles: fixed a typo that would crash shaders that use the "Is Diffuse Ray" o...Stefan Werner
2016-06-13Cycles: Fix unhandled enumerator in OSL switchSergey Sharybin
2016-06-12Fix build error with GCC 6.1.Brecht Van Lommel
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-06-12Cleanup, remove unneeded variable.Thomas Dinges
2016-06-12Fix compiler warning for unused variables.Thomas Dinges
2016-06-12Cycles: make shader node enums consistently lower case, update OSL shaders ac...Brecht Van Lommel
2016-06-11BGE: DeckLink card support for video capture and streaming.Benoit Bolsee
2016-06-11Atomic ops: Fix atomic_add_uint32 and atomic_sub_uint32 in WindowsBenoit Bolsee
2016-06-11BGE: Various render improvements.Benoit Bolsee
2016-06-11Fix Gradient Texture and OSL after refactor.Thomas Dinges
2016-06-11Attempted fix for T48625: tablet button configured to right click not working...Brecht Van Lommel
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-06-10Cleanup: brace-placementCampbell Barton
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-06-08Cycles: Fix crash after recent zero scale instance optimizationSergey Sharybin
2016-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-06-06Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-06-06Fix compilation error on 32 bit WindowsSergey Sharybin
2016-06-06Cycles: Fix compilation error on OSXSergey Sharybin
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-06-06Cycles: Add support of processor groupsSergey Sharybin
2016-06-05Fix T48580: path / branched path UI grayed out with OpenCL device that is not...Brecht Van Lommel
2016-06-04Fix T48587, constant fold should only be done for Mix Type.Thomas Dinges
2016-06-04CMake, minor changes to make Visual studio 2015 use a compatible numpy andMartijn Berger
2016-06-03Cycles: Mark which CUDA device is used for displaySergey Sharybin
2016-06-03Cycles: Simplify check for degenerated faces on GPUSergey Sharybin