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-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-06-06Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-06-04CMake, minor changes to make Visual studio 2015 use a compatible numpy andMartijn Berger
2016-06-03Cycles: Simplify check for degenerated faces on GPUSergey Sharybin
2016-05-31Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-05-31Fix T48556: Missing transparent shadows on AMD OpenCLSergey Sharybin
2016-05-29Code refactor: add separate RGB to BW node and rename some sockets.Brecht Van Lommel
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-24Fix T48508: Cycles Regression / CrashSergey 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-22Cleanup: remove Cycles layer bits checking in the kernel.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-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-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