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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-10Code refactor: add DecomposedTransform.Brecht Van Lommel
2018-03-10Code refactor: avoid motion transform copy, remove unused curved code.Brecht Van Lommel
2018-03-10Code refactor: use KernelShader and KernelParticle instead of float arrays.Stefan Werner
2018-03-10Code refactor: use KernelLight instead of float4 arrays.Stefan Werner
2018-03-10Code refactor: use KernelOject struct instead of float4 array.Stefan Werner
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-01-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2017-11-14Cycles: Make per-object random value output also work for LampsLukas Stockner
2017-08-07Code refactor: add, remove, optimize various SSE functions.Brecht Van Lommel
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2016-11-03Cycles: Fix missing underscore in geom_object.hLukas Stockner
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-25Cycles: Fix for fix (tm)Sergey Sharybin
2016-10-25Cycles: Fix typo in previous commit for BVH improvementsSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-05-04Fix T48346: Transparent shadows do not work for instanced objectsSergey Sharybin
2015-10-09Cycles: Fix wrong intersection with motion blur and degenerate object transformSergey Sharybin
2015-10-09Cycles: Fix intersection issues caused by degenerate instance matrixSergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-05-14Cycles: Use special _auto versions of transform function in motion blur codeSergey Sharybin
2015-05-09Cycles: Fix typo in global space version of normal transformSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-03-31Cycles: Avoid float/int conversion in few placesSergey Sharybin
2014-12-25Cycles: Distance optimization for QBVHSergey Sharybin
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-04Code cleanup: avoid int/uint mixup in cyclesCampbell Barton
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-21Cycles: shadow function optimization for transparent shadows (CPU only).Brecht Van Lommel
2014-04-03Cycles: avoid 1.0f/(1.0f/x) divisions, which msvc (only) can't optimize.Sv. Lockal
2014-03-29Cycles code refactor: move more code to geom folder, add some comments.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-29Cycles code refactor: move geometry related kernel files into own directory.Brecht Van Lommel