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
2020-03-12Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-12Merge branch 'master' into temp-openxr-ghostxrJulian Eisel
2020-03-12Cleanup: spelling, clang-formatCampbell Barton
2020-03-11Fix T73626: crash scrubbing timeline with Cycles viewport and smoke/fireBrecht Van Lommel
2020-03-11Cleanup: refactor image loading to use abstract ImageLoader base classBrecht Van Lommel
2020-03-11Cleanup: add ImageHandle to centralize image ownership logicBrecht Van Lommel
2020-03-11Cycles: add internal default volume shader, to be used for new volume objectBrecht Van Lommel
2020-03-11Cleanup: remove foreach include from header, conflicts with OpenVDBBrecht Van Lommel
2020-03-11Fix Optix build error on Linux with some compilersBrecht Van Lommel
2020-03-11Fix Cycles crash in BVH8 build due to out of bounds memory accessGiovanni Remigi
2020-03-11Cleanup: stop encoding image data type in slot indexBrecht Van Lommel
2020-03-11Fix Cycles link error with debug + asan after RTTI changesBrecht Van Lommel
2020-03-11Cycles: disable RTTI only for OSL files, other libraries like OpenVDB need itBrecht Van Lommel
2020-03-11Smoke: put density/color in separate textures, fixes for workbench shaderBrecht Van Lommel
2020-03-11Cleanup: Add comments on GPU data and Ghost context usageJulian Eisel
2020-03-11Fix Cycles incorrect result when compressing some 8 bit log colorspace imagesBrecht Van Lommel
2020-03-11Cleanup: Run clang-format on all affected filesJulian Eisel
2020-03-11Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-11Cycles: add view layer setting to exclude volumes, like hair and surfacesBrecht Van Lommel
2020-03-11Cleanup: Clang-formatJulian Eisel
2020-03-11Cleanup: Remove unused Ghost window functionJulian Eisel
2020-03-11UI: show more digits for adaptive sampling noise thresholdBrecht Van Lommel
2020-03-11Cleanup: clang-formatCampbell Barton
2020-03-11GHOST: tests now build againCampbell Barton
2020-03-11Cleanup: remove bitmap font drawing ifdef from MultiTest.cCampbell Barton
2020-03-10Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-10Merge branch 'master' into temp-openxr-ghostxrJulian Eisel
2020-03-10Cycles: Fixed Shadow and Mist passes with adaptive sampling.Stefan Werner
2020-03-10Color transforms were fixed in Windows MR -> disable our workaroundJulian Eisel
2020-03-10Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-10Minor cleanup: Avoid forward declarationJulian Eisel
2020-03-10Remove obscure unique_oxr_ptr, implement alternative RAII for swapchainJulian Eisel
2020-03-10Cycles: Using OpenCL popcount() in PMJ sampler.Stefan Werner
2020-03-09Cleanup: Avoid macros, don't print source location for errorsJulian Eisel
2020-03-09Cleanup: Address various review commentsJulian Eisel
2020-03-09Add comments to C-API function declarationsJulian Eisel
2020-03-09Cleanup: avoid (harmless) race condition reported by HelgrindJohan Walles
2020-03-09Fix part of T73921: hang with Eevee light baking and MantaflowBrecht Van Lommel
2020-03-09Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-09Merge branch 'master' into temp-openxr-ghostxrJulian Eisel
2020-03-08Fix T74537: Fixed out of bounds memory access in Cycles' PMJ sampler.Stefan Werner
2020-03-07Fluid: Optimization for smoke simulation (multigrid)Sebastián Barschkis
2020-03-07UI: move Cycles adaptive sampling settings to own subpanelBrecht Van Lommel
2020-03-07Fix T74504: Cycles wrong progress bar with CPU adaptive samplingBrecht Van Lommel
2020-03-07Fix error in Cycles Optix adaptive sampling after recent cleanupBrecht Van Lommel
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Cycles: cleanup warningDalai Felinto
2020-03-06Fluid: Revert bc2ce31d7940 (changes to open boundaries)Sebastián Barschkis
2020-03-06Cleanup: tweak Cycles #includes in preparation for clang-format sortingBrecht Van Lommel
2020-03-06Cleanup: spellingCampbell Barton