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
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-06-24Cleanup: compiler warningsBrecht Van Lommel
2020-03-12Cleanup: add device_texture for images, distinct from other global memoryBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-10-25Cycles: Enable SSE math optimization for AVX kernelsSergey Sharybin
2016-10-12Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.Brecht Van Lommel
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin