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
AgeCommit message (Expand)Author
2016-01-06Cycles: Fix possible buffer overflow in OIIO cache error messageSergey Sharybin
2016-01-06Fix T47120: CPU OSL Cycles crashes blender in latest GITSergey Sharybin
2016-01-06Cycles: Log whch optimizations are used for CPU kernelsSergey Sharybin
2016-01-06Cycles: Fix stupid mistake which was assining kernel function in a loopSergey Sharybin
2016-01-05Cycles: Fix memory leak in shader graph when bump graph is usedSergey Sharybin
2016-01-05fix compiling cycles after recent gflags / glog shuffleMartijn Berger
2016-01-04Move GLog/GFlags to extern/Sergey Sharybin
2016-01-04Cycles: Fix access uninitialized SVM stack caused by recent optimizationSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-03Fix T47100: OpenCL compilation warnings due to missing space in the argument ...Sergey Sharybin
2016-01-03Fix T47008: OSL Memory Corruption (Use after free)Sergey Sharybin
2016-01-02Cycles: Force bottom-to-top tile order for viewport renderingLukas Stockner
2016-01-02Cycles: Add Saw option to the wave textureLukas Stockner
2016-01-01Fix OSL compilation, cannot assign vector to color.Thomas Dinges
2015-12-31Cycles: Implement rolling shutter effectSergey Sharybin
2015-12-31Fix T46915: Non-intuitive behavior of Vector Curve Mapping nodeSergey Sharybin
2015-12-31Cycles: Fix viewport rendering with multiple GPU devicesSergey Sharybin
2015-12-31Cycles: Experiment with use of runtime tag instead of set for SVM generationSergey Sharybin
2015-12-30Cycles: Code cleanup: use scoped timer to measure parts of SVM compilerSergey Sharybin
2015-12-30Cycles: Wrap SVM compiler state variables into a single structSergey Sharybin
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-12-30Cycles: Don't install CPU-related kernel filesSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-12-29Cycles: Add timing information to the SVM compiler statsSergey Sharybin
2015-12-29Cycles: Optimize nodes deduplication routinesSergey Sharybin
2015-12-29Cycles: Remove assert which is no longer validSergey Sharybin
2015-12-28Cycles: Use different approach for SVM summary reportSergey Sharybin
2015-12-28Cycles; Fix typo in the commentSergey Sharybin
2015-12-28Cycles: Log basic statistics of SVM compilation processSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
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-18Cycles: Log OSL texture system statistics after finishing the renderSergey Sharybin
2015-12-18Cycles: Implement proper texture derivatives evaluation for OSLSergey Sharybin
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-09Cycles: Comment out unused argumentsSergey Sharybin
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-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-02Cleanup: warnings & spellingCampbell Barton
2015-12-02Cycles: Fix wrong SSS intersection refinement when this option is disabledSergey Sharybin