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
2020-04-08Fix T75288: crash in Cycles image loading with multithreaded shader compilationBrecht Van Lommel
2020-03-18Cycles: support for different 3D transform per volume gridBrecht Van Lommel
2020-03-12Cleanup: add device_texture for images, distinct from other global memoryBrecht Van Lommel
2020-03-12Cleanup: spelling, clang-formatCampbell Barton
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-11Cleanup: stop encoding image data type in slot indexBrecht Van Lommel
2020-02-26Cleanup: add ImageKey to avoid longer argument lists and duplicated codeBrecht Van Lommel
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-05-26Fix Cycles packed images not handling channel packed alpha correctlyBrecht Van Lommel
2019-05-19Images: change alpha settings to support channel packingBrecht Van Lommel
2019-05-15Fix T64618: Cycles crash with point density texture on WindowsBrecht Van Lommel
2019-05-04Cycles: Fix NULL instead of falseSergey Sharybin
2019-05-03Fix Cycles crash when trying to load image that does not existBrecht Van Lommel
2019-05-03Cycles: support loading images from arbitrary OpenColorIO color spaceLukas Stockner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-02Merge branch 'blender2.7'Campbell Barton
2019-02-01Fix T61078: Cycles crash with adaptive smoke sim playback.Brecht Van Lommel
2018-12-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-11-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-07-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-27Cycles: Initial implementation of detailed statisticsSergey Sharybin
2018-07-27Cycles: Cleanup, spellingSergey Sharybin
2018-07-27Cycles: Cleanup, move functions outside of class methodsSergey Sharybin
2018-07-27Cycles: Cleanup, remove unused functionSergey Sharybin
2018-07-27Cycles: Cleanup in image manager, switch statement instead of if-elseSergey Sharybin
2018-07-06Merge branch 'master' into blender2.8Campbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-14Merge remote-tracking branch 'origin/master' into blender2.8Lukas Stockner
2018-06-14Cycles: Automatically detect HDRI resolution by default and use non-square sa...Lukas Stockner
2018-06-11Fix T55436: crash with point density and shader tweaking.Brecht Van Lommel
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-02-28Code cleanup: refactor Cycles image metadata retrieval to use a struct.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-01-03Cycles: make CUDA code a bit more robust to host/device alloc failures.Brecht Van Lommel
2017-10-21Code refactor: simplify image device memory allocation.Brecht Van Lommel
2017-08-09Revert "Cycles: Fix crash changing image after recent OpenCL changes"Mai Lavelle
2017-08-08Cycles: Fix crash changing image after recent OpenCL changesSergey Sharybin
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-07-21Fix T52135: Cycles should not keep generated/packed images in memory after re...Brecht Van Lommel
2017-05-04Fix T51412: Instant crash with texture plugged into the Displacement outputSergey Sharybin
2017-04-28Cycles: Simplify code around maximum OpenCL info size allocationSergey Sharybin
2017-04-28Cycles: Cleanup, de-duplicate image packing of various typesSergey Sharybin
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-01-25Fix T50032: Wrong render result when same image is used with and without alphaSergey Sharybin
2016-11-29Cycles: Pass extra array size argument to builtin image pixels functionsSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin