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-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-08-04Cleanup: spellingCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: trailing spaceCampbell Barton
2019-03-17Cleanup: simplify kernel features definition.Brecht Van Lommel
2019-03-17Cleanup: remove Cycles advanced shading features toggle.Brecht Van Lommel
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2019-03-15Cycles/OpenCL: Added missing opencl programsJeroen Bakker
2019-03-12Cycles/OpenCL: Reduce How Often Kernel Recompilations Are NeededJeroen Bakker
2019-03-08Cycles OpenCL: Remove single programJeroen Bakker
2019-03-08Codestyle: commentsJeroen Bakker
2019-02-26Cleanup: remove unnecessary assert.Brecht Van Lommel
2019-02-26Cycles: Fix build errorRay Molenkamp
2019-02-26T61971: Compilation Displacement/Background KernelJeroen Bakker
2019-02-26T61576: Do Not (Re-)Compile OpenCL kernelsJeroen Bakker
2019-02-21Fix T61810: Cycles OpenCL denoising broken after recent changes.Brecht Van Lommel
2019-02-21Codestyle: IndentationJeroen Bakker
2019-02-20Cleanup: fix compiler warning.Brecht Van Lommel
2019-02-20Cycles OpenCL: Remove OpenCL MegaKernelJeroen Bakker
2019-02-19T61463: Separate Baking kernelsJeroen Bakker
2019-02-19Fix Cycles OpenCL multithreaded compilation not working on Windows.Brecht Van Lommel
2019-02-15Cycles: Support multithreaded compilation of kernelsBrecht Van Lommel
2019-02-06Cycles: animation denoising support in the kernel.Lukas Stockner
2019-02-06Cycles: prefilter feature passes separate from denoising.Lukas Stockner
2018-12-07Cycles: Disable OpenCL on macOSSergey Sharybin
2018-11-30Fix T58183: crash with CPU + GPU rendering after profiling changes.Brecht Van Lommel
2018-11-09Cycles: Cleanup, space after (void)Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-10-31Cycles: Fix wrong BVH used when disabling AVX2 in debug settingsSergey Sharybin
2018-10-09Cycles: Fix NLM denoising kernels zeroing the wrong buffer on OpenCLLukas Stockner
2018-10-08Cycles: Clean up extra minus in previous commitLukas Stockner
2018-10-08Cycles: Use existing shared temporary memory in reconstruction step of the de...Lukas Stockner
2018-09-03Fix Cycles half float pragma for strict OpenCL compilers (like ROCm).Alex Fuller
2018-08-25Cycles Denoiser: Allocate a single temporary buffer for the entire denoising ...Lukas Stockner
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-08-14Fix T56359: Unitialized variable in Cycles OpenCL could cause crashes.Stefan Werner
2018-08-09Cycles: Append compute units for RX Vega card namesfclem
2018-07-06Cycles: Enabled half precision textures for OpenCL devices that support the c...Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-04Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to stan...Lukas Stockner
2018-07-04Cycles Denoising: Cleanup: Rename tiles to tile_infoLukas Stockner
2018-07-04Cycles Denoising: Refactor denoiser tile handlingLukas Stockner
2018-07-04Cycles Denoising: Split main function into logical stepsLukas Stockner
2018-04-04Fix T54400: Some GCN 1 cards available to select for use with CyclesMai Lavelle
2018-02-06Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes.Brecht Van Lommel
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner