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-05-29Fix debug mode assert in subd code after recent refactoring.Brecht Van Lommel
2016-05-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-28Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
2016-05-28Fix T48526: Cycles viewport render incorrectly influenced by pixel aspect ratio.Brecht Van Lommel
2016-05-28Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-05-28Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-27Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-05-25Fix T48514: Cycles toon glossy BSDF not respecting reflective caustics option.Brecht Van Lommel
2016-05-25Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-05-25Cycles: Yet another fix for textures limitSergey Sharybin
2016-05-24Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-05-24Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-05-24Fix T48508: Cycles Regression / CrashSergey Sharybin
2016-05-24Fix T48486: Not enough precision in Volume Sampling Step Size inputSergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-23Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-05-23Fix T48334: Cycles standalone xml import of uv coordinatesSergey Sharybin
2016-05-23Fixed a rare case of NaN in CyclesStefan Werner
2016-05-23Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-05-23Cycles: Fix missing volumes support for feature-adaptive viewport renderSergey Sharybin
2016-05-23Cleanup: Deduplicate image loading functions using templates.Thomas Dinges
2016-05-22Cleanup: Use short condition style.Thomas Dinges
2016-05-22Fix Cycles warning in release builds.Brecht Van Lommel
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles background and film.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles integrator.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles XML node read and write functions.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-20Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-05-20Fix T48472: issue in array refactor, causing performance regression in BVH bu...Brecht Van Lommel
2016-05-19Cycles: Add XML parsing of MappingNodes to Cycles StandaloneLukas Stockner
2016-05-19Cycles / CUDA: Don't use bundled kernel if Adaptive is enforced by the user.Thomas Dinges
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-18Fix T47727: Weird bake results with non integer color valuesSergey Sharybin
2016-05-18Cycles: Fix compilation error of CUDA kernels after recent volume commitSergey Sharybin
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-05-18Cycles: Explicitly mark arguments as unusedSergey Sharybin
2016-05-18Fix issue in with multiple importance sampling in recent code refactor.Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-05-17Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-17Code refactor: add some array utility methods, fix leak in assignment operator.Brecht Van Lommel
2016-05-17Fix CUDA MEMCPY condition, it should only copy 3D, 2D or 1D.Thomas Dinges