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-05-17Merge branch 'master' into cycles_panorama_experimentsSergey Sharybin
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: Fix pole merging for perspective cameraSergey Sharybin
2016-05-16Atomic ops: add 'fetch_and_add_uint32' op.Bastien Montagne
2016-05-16Merge branch 'master' into cycles_panorama_experimentsSergey Sharybin
2016-05-16Cycles: Cleanup after recent refactorSergey Sharybin
2016-05-16Fix compilation error after recent mergeSergey Sharybin
2016-05-16Merge branch 'master' into cycles_panorama_experimentsSergey 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-10Fix T48369: Missing suport for main '+' key.Bastien Montagne
2016-05-10Cycles: Add support for float4 textures on OpenCL.Thomas Dinges
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Cleanup and refactor our atomic library.Bastien Montagne
2016-05-09CMake: Fix compilation error when toolkit gives empty resultSergey Sharybin
2016-05-09Atomics: Add atomic_fetch_and_or_uint8() functionSergey 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-06Cycles: Use separate values for merge start and end anglesSergey Sharybin
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-06Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-06Code refactor: Change Cycles ImageManager arrays.Thomas Dinges
2016-05-06Merge branch 'master' into cycles_panorama_experimentsSergey Sharybin
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-02Fix compilation error on Armel architectureSergey Sharybin