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-09-22Fix T49417: Cycles crash - can't use 5 Gigabyte Tile EXR texture fileSergey Sharybin
2016-09-13Cycles: Implement threaded SVM nodes compilationSergey Sharybin
2016-08-15Revert "Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well."Thomas Dinges
2016-08-14Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well.Thomas Dinges
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-07-02Fix use of uninitialized variable in Cycles OpenCL image textures.Brecht Van Lommel
2016-07-02Fix Cycles OpenCL not taking Extend and Clip extension types into account.Thomas Dinges
2016-06-19Cleanup: Remove todo comment, this is fine as is.Thomas Dinges
2016-06-19Fix return type in case of single channel half.Thomas Dinges
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-05-28Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-05-28Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-25Cycles: Yet another fix for textures limitSergey Sharybin
2016-05-24Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-05-24Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-05-23Cleanup: Deduplicate image loading functions using templates.Thomas Dinges
2016-05-22Cleanup: Use short condition style.Thomas Dinges
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-16Cycles: Cleanup after recent refactorSergey 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-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: 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-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-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-04-16Cleanup: Move texture definitions to util, to avoid bad level include.Thomas Dinges
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2015-10-11Cycles: Gracefully handle out-of-memory happening in device vectorSergey Sharybin
2015-10-11Cycles: Increase number of textures allowed for OpenCL renderSergey 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-05-12Fix T44616: Cycles crashes loading 42k by 21k texturesSergey Sharybin
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-03Fix T41920: Changing Use Alpha settings doesn't refresh viewport properlySergey Sharybin
2014-08-22Cycles: DPX is saved in the sRGB space and need to be converted to linearSergey Sharybin
2014-08-22Cycles: Fix wrong image update tagging, float vs. byte imagesSergey Sharybin
2014-07-18Fix T41109: Reloading image that has been modified outside Blender does not u...Sergey Sharybin
2014-06-22Fix T40703: cycles viewport smoke not updating when changing frame.Brecht Van Lommel
2014-06-22Fix T40714: cycles not loading CMYK jpeg files correctly.Brecht Van Lommel
2014-06-09Fix cycles CUDA error when trying to use >= 100 image textures.Brecht Van Lommel