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-17Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-11Cleanup: Remove outdated comment and add new one about slot IDs.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-10Cycles: Add support for float4 textures on OpenCL.Thomas Dinges
2016-05-09CMake: Fix compilation error when toolkit gives empty resultSergey Sharybin
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-04Fix T48346: Transparent shadows do not work for instanced objectsSergey Sharybin
2016-04-29Fix T48301: Cycles incorrect render with CMJ and viewport samples 0.Brecht Van Lommel
2016-04-23Fix T48216: Cycles light fallof node gives black emission in baking.Brecht Van Lommel
2016-04-20Fix T48162: GPU render gives wrong results in certain volume setupsSergey Sharybin
2016-04-17Fix a few compiler warnings with OS X / clang.Brecht Van Lommel
2016-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-04-16Cycles: Insert util_texture.h in CMakeLists to make Cycles compile again afte...Thomas Beck
2016-04-16Cleanup: Move texture definitions to util, to avoid bad level include.Thomas Dinges
2016-04-15Fix T48139: Checker texture strange behavior in cyclesSergey Sharybin
2016-04-14Cycles: Yet another fix for camera in volumeSergey Sharybin
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-04-11Cycles: Cleanup, make some comments easier to read on split editorsSergey Sharybin
2016-04-11Cycles: Remove hair support from volume BVH traversalSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-04-05Revert "Cycles: Remove the Preetham Sky model."Thomas Dinges
2016-04-04Cycles: Fix wrong camera in volume check when domain is only visible to camer...Sergey Sharybin
2016-04-04Cycles: Fix regression caused by recent camera-in-volume commitSergey Sharybin
2016-04-03Cycles: Remove the Preetham Sky model.Thomas Dinges
2016-04-01Cycles: Fix wrong camera-in-volume stack when camera ray hits volume domain t...Sergey Sharybin
2016-03-27Fix T47668: Cycles OpenCL glass not rendering correctly on AMD.Brecht Van Lommel
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2016-03-24Cycles: Minor optimization of equirectangular projectionSergey Sharybin
2016-03-12Cycles: Support parallel convergence mode for spherical stereoSergey Sharybin
2016-03-12Cycles: Optimize derivatives calculation by using pre-calculated dx/dySergey Sharybin
2016-03-12Cycles: Cleanup, spherical_stereo_direction will return normalized directionSergey Sharybin
2016-03-11Cycles: One more optimization fix, derivatives used to be calculated without ...Sergey Sharybin
2016-03-11Cycles: Fix bug calculating dP for perspective cameraSergey Sharybin
2016-03-11Cycles: Cleanup, redundant normalizationSergey Sharybin
2016-03-10Cycles: Optimize spherical stereo position when no spherical stereo is usedSergey Sharybin
2016-03-10Cycles: Simplify perspective camera derivatives calculationSergey Sharybin
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-03-07Fix T47681: Bump node doesn't work with SSS shader when using OSLSergey Sharybin
2016-02-28Cycles: Fix compilation error of certain OpenCL split kernelsSergey Sharybin
2016-02-24Cycles: Fix bug in CMJ pattern when number of samples is 1Sergey Sharybin
2016-02-21Fix T43388, fix T40369: Cycles baking not antialiasing textures.Lukas Stockner
2016-02-19Workaround for T47213: branched path sampling issues with CUDA 7.5.Brecht Van Lommel
2016-02-18Cycles: Fix wrong sample all direct/indirect settings on sm_50 and higherSergey Sharybin