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-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-11-03Fix T53247: mixed CPU + GPU render wrong texture limits.Brecht Van Lommel
2017-10-24Cycles: Fix compilation in debug modeSergey Sharybin
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-24Code refactor: pass device to scene, check OSL with device info.Brecht Van Lommel
2017-10-21Cycles: combined CPU + GPU rendering support.Brecht Van Lommel
2017-10-11Cycles: Fix possible race condition when initializing devices listSergey Sharybin
2017-10-08Fix T53017: Cycles not detecting AMD GPU when there is an NVidia GPU too.Mathieu Menuet
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cleanup: Use upper case consistently in adaptive feature compile logging.Thomas Dinges
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2016-12-09Land D2339 by bliblu blilazydodo
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-05-17Cycles / Requested Features: Volume was missing in logging print.Thomas Dinges
2016-02-16Cycles: Fix crash when trying to render after re-enabling the addonSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-01-24Cycles: Fix typo in flags checkSergey Sharybin
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
2016-01-07Cycles: Cleanup, use "string_" prefix for functions in util_stringSergey Sharybin
2016-01-07Cycles: Add utility function to convert bool to string.Thomas Dinges
2015-07-18Cycles: Log requested device featuresSergey Sharybin
2015-06-05Cycles: Initial support for OpenCL capabilities reportsSergey Sharybin
2015-06-01Cycles: Code cleanup, spaces around keyword and braceSergey Sharybin
2015-05-18Fix T44707: cycles border render regressionSv. Lockal
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
2015-05-11Cycles OpenGL: Don't use full matrix transform when we can just useAntony Riakiotakis
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-02Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-08-02SpellingCampbell Barton
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-10-19Fix #37134: cycles viewport not displaying correct with multi GPU renderBrecht Van Lommel
2013-10-12Fix #37002: cycles viewport render shows white on old graphics cards with noBrecht Van Lommel
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel