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
2019-06-27Fix T66171: Cycles OSL trace() crashing in displacement shadersBrecht Van Lommel
2019-06-21Fix T65957: Cycles crash with OSL and UV mapsBrecht Van Lommel
2019-05-14Fix T64515, T60434: crash in OSL and preview render after recent changesBrecht Van Lommel
2019-05-04Cycles: Fix NULL instead of falseSergey Sharybin
2019-05-03Cycles: support loading images from arbitrary OpenColorIO color spaceLukas Stockner
2019-05-03Cleanup: refactor Cycles OSL texture handlingBrecht Van Lommel
2019-05-03Cleanup: refactor passing of OSL kernel globals for upcoming changesBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-24Cycles: remove hair minimum width support.Brecht Van Lommel
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2019-02-19T61513: Refactored Cycles Attribute RetrievalJeroen Bakker
2019-01-02Fix T60061: Cycles OSL point density not working.Brecht Van Lommel
2018-11-15Cycles: Cleanup, code styleSergey Sharybin
2018-11-09Cycles: Cleanup, space after (void)Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-10-27Fix T57393: Cycles OSL bevel and AO not working after OSL upgrade.Brecht Van Lommel
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26Revert "Turned off clang warnings in third party includes."Stefan Werner
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-06-11Cycles: Cleanup, silence strict compiler warningSergey Sharybin
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-02-22Cycles: better path termination for transparency.Brecht Van Lommel
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-02-09Cycles: add random walk subsurface scattering to Principled BSDF.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2018-02-08Cycles: unify OSL BSSRDF closure into a single bssrdf() closure with method.Brecht Van Lommel
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-02Fix T53978: Bad memory access after recent fix to BSDF mixingMai Lavelle
2018-01-30Fix Cycles incorrect principled BSDF mixing with some parameter variatons.Brecht Van Lommel
2018-01-27Code refactor: make mixed small/large BSSRDF radii more robust.Brecht Van Lommel
2018-01-26Code refactor: store RGB BSSRDF in a single closure.Brecht Van Lommel
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-11-21Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.Brecht Van Lommel
2017-11-09Fix T53270: crash with multiscatter GGX after recent refactoring.Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-11-05Code refactor: remove emission and background closures, sum directly.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel