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
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-17Fix T50968: Cycles crashes when image datablock points to a directorySergey Sharybin
2017-03-03Cycles: Fix possibly uninitialized variableSergey Sharybin
2017-01-25Fix T50032: Wrong render result when same image is used with and without alphaSergey Sharybin
2016-11-29Cycles: Pass extra array size argument to builtin image pixels functionsSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-14Cycles: De-duplicate image loading functionsSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
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