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
2015-12-02Cycles: Fix SSS object not properly reflected in glossy object with indirect ...Sergey Sharybin
2015-12-02Fix T46815: Changing playback setting makes blender crashJörg Müller
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-12-02Cycles: Fix wrong SSS intersection refinement when this option is disabledSergey Sharybin
2015-12-02Cycles: Fix wrong SSS on scaled instanced objectsSergey Sharybin
2015-12-02Cycles: Remove TODO, it is possible there'll be more intersections recordedSergey Sharybin
2015-12-01Cleanup: Remove some more code for BVH cache. I missed that somehow.Thomas Dinges
2015-12-01Fix T46906: Cycles syntax error while compiling OpenCL kernelsLukas Stockner
2015-12-01Fix T46898: OpenCL Fails to compile after recent SSS changesSergey Sharybin
2015-11-30Cleanup: warning w/ unknown defineCampbell Barton
2015-11-28Cycles: Avoid having two consequence getenv() callsSergey Sharybin
2015-11-28Cycles: Fix wrong volume stack after SSS bounceSergey Sharybin
2015-11-28Cycles: Fix wrong original ray used for SSS bakingSergey Sharybin
2015-11-28Cycles: Set of fixes for delayed SSS ray tracingSergey Sharybin
2015-11-28Cycles: Fallback to diffuse BSDF for the indirect SSS rays when BSSRDF is hitSergey Sharybin
2015-11-28Cycles: Fix missing indirect subsurface initialization in the bake codeSergey Sharybin
2015-11-27Cycles: Fully roll-back to non-delayed SSS indirect rays for CPUSergey Sharybin
2015-11-27Revert "Cycles: Fix wrong SSS with regular path tracing and clamping enabled"Sergey Sharybin
2015-11-26Cycles: Fix wrong SSS with regular path tracing and clamping enabledSergey Sharybin
2015-11-26Fix T46760: Branched Path Tracing converges to different result than plain Pa...Stefan Werner
2015-11-25Fix T46848: more OpenNL crashes due to uninitialized variables.Brecht Van Lommel
2015-11-25Cycles: Create proper sockets for OSL script nodesSergey Sharybin
2015-11-25Cycles: Whitespace cleanup from the recent changesSergey Sharybin
2015-11-25Cycles: Fix crash in constant folding introduced by recent commitSergey Sharybin
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-25Cycles: Fix shader update bug introduced by recent commitsSergey Sharybin
2015-11-25Fix T46782: Updating Shaders very slow with complex nodegraphSergey Sharybin
2015-11-25Cycles: Ensure order of shader nodes in the dependnecies setSergey Sharybin
2015-11-25Cycles: Fix wrong volume stack update with SSS object intersecting the volumeSergey Sharybin
2015-11-25Cycles: Trace indirect subsurface rays by restarting the integrator loopSergey Sharybin
2015-11-25Cycles: Delay shooting SSS indirect raysSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-11-25OpenGL: set geometry shader input length implicitlyMike Erwin
2015-11-24Fix previous own fix - second message was actually OK, first one had bad comm...Bastien Montagne
2015-11-24Fix broken windows 'MessageBox' calls (UI messages).Bastien Montagne
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-23Fix T46848: OpenNL crash on Windows due to uninintialized variables.Brecht Van Lommel
2015-11-23Fix T46842: Removing World is missing AO update in viewport renderSergey Sharybin
2015-11-23OpenSubdiv: support OpenGL 3.xMike Erwin
2015-11-23CMake: use -Wshadow warning for C sourceCampbell Barton
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-23OpenNL: replace SuperLU by Eigen SparseLU solver.Brecht Van Lommel
2015-11-23OpenNL: convert source file to C++, remove some unused functions.Brecht Van Lommel
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Add check for OpenGL version 2.1 on linux.Antony Riakiotakis
2015-11-22Cycles: Make branched path tracer covered with requested featuresSergey Sharybin