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-25Cleanup: SubsurfaceScatteringNode is a subclass of BsdfNode, no need to set t...Thomas Dinges
2015-12-24Cycles: Fix Tile access in the TileManager for viewport renderingLukas Stockner
2015-12-23Cycles: Implement constant fold for the ConvertNode.Thomas Dinges
2015-12-23Cycles: Sort tiles in rendering order at construction timeLukas Stockner
2015-12-22Cleanup: Remove comments, now that we have the dedicated constant fold functi...Thomas Dinges
2015-12-22Cycles: Constant fold for the Gamma Node.Thomas Dinges
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-18OpenSubdiv: Avoid having bad-level callSergey Sharybin
2015-12-18Cycles: Log OSL texture system statistics after finishing the renderSergey Sharybin
2015-12-18Cycles: Implement proper texture derivatives evaluation for OSLSergey Sharybin
2015-12-16BGE clean up: use float version of trigonometric functionsJorge Bernal
2015-12-15Cycles: Fix wrong assert failure happening after recent de-duplicateSergey Sharybin
2015-12-15Cycles: De-duplicate utility functions in ccl::GraphSergey Sharybin
2015-12-13Fix: unreported crash with misconfigured nvidia opengl driversInes Almeida
2015-12-13Moto Clean-up: double-promotion warningsJorge Bernal
2015-12-13BGE: Use float as default instead of double in Moto library.Porteries Tristan
2015-12-11Memutil: remove some unused code.Brecht Van Lommel
2015-12-11IK Solver: remove unused and outdated test code.Brecht Van Lommel
2015-12-11Moto: remove some unused code.Brecht Van Lommel
2015-12-11IK Solver: replace TNT math library with Eigen.Brecht Van Lommel
2015-12-11IK solver: replace Moto math library with Eigen.Brecht Van Lommel
2015-12-10Cleanup: quiet warningCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09Cycles: Comment out unused argumentsSergey Sharybin
2015-12-09remove a debug printfMike Erwin
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-07Add support for compiling the cuda kernel on the Nvidia Jetson TX1Martijn Berger
2015-12-07OpenSubdiv: refine OpenGL version & extension checksMike Erwin
2015-12-07OpenGL: request version 2.1 when creating context on WindowsMike Erwin
2015-12-07OpenSubdiv: disable TF on lower GL versions. Fixes T46794Mike Erwin
2015-12-07Cycles: Fold Value and RGB node as well.Thomas Dinges
2015-12-05Cycles: Implement extrapolation for RGB curvesSergey Sharybin
2015-12-05Fix OSL shaders building with some versions of that lib.Bastien Montagne
2015-12-02Cycles: Avoid recursion when doing constant foldSergey Sharybin
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