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
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-18Cycles: Explicitly mark arguments as unusedSergey Sharybin
2016-05-18Fix issue in with multiple importance sampling in recent code refactor.Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-05-17Code refactor: use dynamic shader node array lengths now that OSL supports them.Brecht Van Lommel
2016-05-16Cycles: Cleanup after recent refactorSergey Sharybin
2016-05-13Fix T48421: AO pass broken, only works when AO in cycles is enabledSergey Sharybin
2016-05-13Cycles: Scale debug pass with number of samplesSergey Sharybin
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-12Cleanup: Fix typo.Thomas Dinges
2016-05-11Cleanup: Remove outdated comment and add new one about slot IDs.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-05-10Cycles: Add support for float4 textures on OpenCL.Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-08Fix T48380: fix for recent image manager code cleanup.Brecht Van Lommel
2016-05-08Code cleanup: use special type instead of node names.Brecht Van Lommel
2016-05-08Code cleanup: tweaks to image manager code found while looking into previous ...Brecht Van Lommel
2016-05-08Fix T48377: Cycles crash removing float image texture node during viewport re...Brecht Van Lommel
2016-05-08Cycles: Fix two small memory leaks and deduplicate table freeingLukas Stockner
2016-05-08Cycles: Cleanup: Swap order of the RNG-state-initializing for-loopsLukas Stockner
2016-05-07Fix T48368: Cycles mix RGB constant folding bug after recent refactor.Brecht Van Lommel
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-06Cleanup: Move full SVM statistics to VLOG(2) verbosity level.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-05-06Code refactor: Change Cycles ImageManager arrays.Thomas Dinges
2016-05-06Cycles: Comment out unused function argumentsSergey Sharybin
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-05Code cleanup: remove some unused functions.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-05-05Fix Cycles emission node being unnecessarily tagged as spatially varying.Brecht Van Lommel
2016-05-01Fix Cycles external OSL shader not working with relative file paths.Brecht Van Lommel
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin
2016-04-20Cycles: Multi-thread object transform updateSergey Sharybin
2016-04-20Cycles: Stop rendering when bad_alloc happensSergey Sharybin
2016-04-19Cycles: Improvements and fixes for the resumable renderSergey Sharybin
2016-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-04-16Cleanup: Move texture definitions to util, to avoid bad level include.Thomas Dinges
2016-04-13Fix T47813: Cycles Standalone not respecting integrator sample_clamp_directSergey Sharybin
2016-04-13Cycles microdisplacement: preserve smooth normals for linear subdivisonMai Lavelle
2016-04-12Cycles microdisplacement: refactor to move some tesselation code from SubdMes...Mai Lavelle
2016-04-12Cycles microdisplacement: perform subdivision dicing in raster spaceMai Lavelle
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-04-11Fix T48103: Wrong renders on AMD OpenCL when Light Falloff node is usedSergey Sharybin
2016-04-06Cycles: Fix misleading remaining time report when using infinite number of sa...Sergey Sharybin
2016-04-05Revert "Cycles: Remove the Preetham Sky model."Thomas Dinges
2016-04-04Cycles: Log overall time spent on building object's BVHSergey Sharybin
2016-04-03Cycles: Remove the Preetham Sky model.Thomas Dinges