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-01-12Cycles: Use proper primitive for the motion subsurface refineSergey Sharybin
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
2016-01-11Cycles: Always inline triangle precalc for CUDA devicesSergey Sharybin
2016-01-11Cycles: Fix for SSS objects being black when combined with motion blurSergey Sharybin
2016-01-10Cycles: Add utility funcs to UI code, to check GPU usage.Thomas Dinges
2016-01-10Cycles: Fix Uninitialized Value compiler warning in the scoped_timerLukas Stockner
2016-01-10Cycles: Read Wave texture profile in the XML parserLukas Stockner
2016-01-10Cycles: Adding Hilbert Spiral as a tile order for renderingLukas Stockner
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2016-01-08CMake: Make OSL's .oso shaders building also dependent on OSL compiler!Bastien Montagne
2016-01-08Remove raskter librarySergey Sharybin
2016-01-08Fix T46993: UI lag in fullscreen mode on OS X / Intel graphics.Brecht Van Lommel
2016-01-07Fix RNA_enum_set_identifier(), needs a context to handle correctly dynamic en...Bastien Montagne
2016-01-07Cycles: Update some API to be ready for OSL 1.6Sergey Sharybin
2016-01-07Cycles: Update some types used form OSLSergey Sharybin
2016-01-07Cycles: Whitespace cleanup, extra space in the argument listSergey Sharybin
2016-01-07Cycles: Cleanup, use "string_" prefix for functions in util_stringSergey Sharybin
2016-01-07Cycles: Fix wrong transparency flag being set to integratorSergey Sharybin
2016-01-07Cycles: Add utility function to convert bool to string.Thomas Dinges
2016-01-07Cleanup: Fix Cycles compile warning on MSVC.Thomas Dinges
2016-01-07Cycles OpenCL: Change environment flags for testing.Thomas Dinges
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
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-04Fix wrong linking flags for Libmv testsSergey Sharybin
2016-01-04Libmv: Solve some strict compiler warningsSergey Sharybin
2016-01-04Move Libmv from extern/ to intern/Sergey Sharybin
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-30Fix T47081: laplacian smooth edit mode tool crash.Brecht Van Lommel
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