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-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
2016-05-17Cycles / Requested Features: Volume was missing in logging print.Thomas Dinges
2016-05-16Cycles: Cleanup after recent refactorSergey Sharybin
2016-05-13Fix T48421: AO pass broken, only works when AO in cycles is enabledSergey Sharybin
2016-05-13Cycles: Scale debug pass with number of samplesSergey Sharybin
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-12Fix array bounds compile warning.Thomas Dinges
2016-05-12Cleanup: Fix typo.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-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
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-08Fix T48380: fix for recent image manager code cleanup.Brecht Van Lommel
2016-05-08Code cleanup: use special type instead of node names.Brecht Van Lommel
2016-05-08Code cleanup: tweaks to image manager code found while looking into previous ...Brecht Van Lommel
2016-05-08Fix T48377: Cycles crash removing float image texture node during viewport re...Brecht Van Lommel
2016-05-08Cycles: Fix two small memory leaks and deduplicate table freeingLukas Stockner
2016-05-08Cycles: Cleanup: Swap order of the RNG-state-initializing for-loopsLukas Stockner
2016-05-07Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore.Thomas Dinges
2016-05-07Fix T48368: Cycles mix RGB constant folding bug after recent refactor.Brecht Van Lommel
2016-05-07Fix cycles-xml with OSL support after changes inroduced in 1422f0dd1697d7b671...Martijn Berger
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-07Cycles: Make CUDA adaptive feature compile a Debug flag.Thomas Dinges
2016-05-06Cleanup: Move full SVM statistics to VLOG(2) verbosity level.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-05-06Code refactor: Change Cycles ImageManager arrays.Thomas Dinges
2016-05-06Cycles: Comment out unused function argumentsSergey Sharybin
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-05Code cleanup: remove some unused functions.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-05-05Fix Cycles emission node being unnecessarily tagged as spatially varying.Brecht Van Lommel
2016-05-04Cycles: Fix hair minimal size doesn't work on GPU and SSE2 only CPUsSergey Sharybin
2016-05-04Fix T48346: Transparent shadows do not work for instanced objectsSergey Sharybin
2016-05-01Fix Cycles external OSL shader not working with relative file paths.Brecht Van Lommel
2016-04-29Fix T48298: Cycles World environment Texture node, movie doesn't update frameSergey Sharybin
2016-04-29Fix T48301: Cycles incorrect render with CMJ and viewport samples 0.Brecht Van Lommel
2016-04-26Cycles: Improve logging about motion blur a bitSergey Sharybin
2016-04-25Cycles: Proper pack of leaves which are bigger than single float4Sergey Sharybin
2016-04-25Cycles: Fix issues with stack allocator in MSVCSergey Sharybin
2016-04-25Cycles: Move vector re-allocation out of loopsSergey Sharybin
2016-04-25Cycles: Don't pass RNA pointers by vlaueSergey Sharybin
2016-04-23Fix T48216: Cycles light fallof node gives black emission in baking.Brecht Van Lommel
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin