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
2022-11-11Cleanup: renaming a few confusing variablesWeizhen Huang
2022-11-11Merge branch 'master' into soc-2022-many-lights-samplingWeizhen Huang
2022-11-11Cleanup: wrap `left_probability` into a function to reduce repetitionWeizhen Huang
2022-11-11Do not sample node with zero importanceWeizhen Huang
2022-11-10Cleanup: formatCampbell Barton
2022-11-09Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-09Fix T101669: Cycles artifacts in bump map bakingBrecht Van Lommel
2022-11-09Cycles: Add basic support for using OSL with OptiXPatrick Mours
2022-11-09Ignore normal when sampling from the light tree again in volumeWeizhen Huang
2022-11-09Add volume supportWeizhen Huang
2022-11-08Refactor: replace Cycles sse/avx types by vectorized float4/int4/float8/int8Brecht Van Lommel
2022-11-07Cleanup: fix outdated comment, add note about alternativesBrecht Van Lommel
2022-11-04Merge branch 'master' into soc-2022-many-lights-samplingRiverIntheSky
2022-11-03Cleanup: cmake comment line lengthCampbell Barton
2022-11-02Adjust energy scaling for different light typesWeizhen Huang
2022-10-28Cycles: add Equiangular Cubemap Face camera projectionDamian Trebilco
2022-10-25Remove file that was renamed in last refactorBrecht Van Lommel
2022-10-25Refactor kernel light codeBrecht Van Lommel
2022-10-24Compute upper and lower bounds of emitter importance. Splitting is disabled d...Weizhen Huang
2022-10-21Avoid re-compilation of oneAPI AoT kernels when configuration changesSergey Sharybin
2022-10-21Cycles: oneAPI: remove use of SYCL host deviceXavier Hallade
2022-10-21Cycles: Bump versions of DPC++, IGC, and dependenciesSergey Sharybin
2022-10-21Merge branch 'master' into soc-2022-many-lights-samplingWeizhen Huang
2022-10-20Fix divisions by zero in adaptive splittingBrecht Van Lommel
2022-10-20Fix wrong return value in distant light sampling, triggering assertsBrecht Van Lommel
2022-10-20Fix assert in some test scenes, make float precision threshold a bit higherBrecht Van Lommel
2022-10-20Fix T94136: Cycles: No Hair Shadows with Transparent BSDFLukas Stockner
2022-10-19More accurate light behind surface test using all corners of bounding boxAlaska
2022-10-19Cycles: Allow Intel GPUs under MetalMorteza Mostajab
2022-10-19Cycles: oneAPI: fix clean Windows ninja buildsXavier Hallade
2022-10-19Cycles: oneAPI: preload kernels only when not using prebuilt binariesXavier Hallade
2022-10-19Cycles: oneAPI: include sycl/sycl.hpp instead of CL/sycl.hppXavier Hallade
2022-10-19Cycles: oneAPI: fix MSVC_TOOLS_DIR for some build environmentsXavier Hallade
2022-10-18Fix T101529: Blender crashes when using Path GuidingSebastian Herholz
2022-10-14Fix wrong MIS weights when culling nodes for transmissionBrecht Van Lommel
2022-10-14Cycles: oneAPI: Make test kernel more representativeNikita Sirgienko
2022-10-13Returns conditioned light_tree_pdf for MIS, consistent with light_tree_sampleWeizhen Huang
2022-10-13Use as few arccosines as possibleWeizhen Huang
2022-10-13Cycles: use one instance of oneAPI gpu compiler by defaultNikita Sirgienko
2022-10-12Cycles: Enable MNEE on Metal (macOS >= 13)Michael Jones
2022-10-12Optimize emitter sampling from a leaf node using reservoirWeizhen Huang
2022-10-10Cycles: oneAPI: Trigger compilation of used kernels onlyNikita Sirgienko
2022-10-10Cleanup: spelling in commentsCampbell Barton
2022-10-07Fix: One-API build issue on windows.Ray Molenkamp
2022-10-07Cycles: link oneAPI backend with debug version of sycl when in DebugXavier Hallade
2022-10-07Fix PDF calculation when splitting is enabledAlaska
2022-10-07Cleanup: some variable renaming in light_tree_sample for clarityBrecht Van Lommel
2022-10-07Optimize light tree importance based on transmissive properties of materialsBrecht Van Lommel
2022-10-07Cleanup: compiler warningBrecht Van Lommel
2022-10-07Improve precision of selecting emitters based on importanceBrecht Van Lommel