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-17Code refactor: add some array utility methods, fix leak in assignment operator.Brecht Van Lommel
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-12Fix array bounds compile warning.Thomas Dinges
2016-05-12Cleanup: Fix typo.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-07Cycles: Make CUDA adaptive feature compile a Debug flag.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-04-25Cycles: Fix issues with stack allocator in MSVCSergey Sharybin
2016-04-20Cycles: Stop rendering when bad_alloc happensSergey Sharybin
2016-04-20Cycles: Throw bad_alloc exception when custom allocators failed to allocate m...Sergey 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-15Fix T48139: Checker texture strange behavior in cyclesSergey Sharybin
2016-04-13Cleanup string includes after versioning commitsThomas Dinges
2016-04-13Show version number in UI as wellThomas Dinges
2016-04-13Tweaks to the version string formationSergey Sharybin
2016-04-13Add a version number to Cycles standaloneThomas Dinges
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-04-10Cycles: Fix rare dead-locks on TaskScheduler::exit()Sergey Sharybin
2016-04-04Cycles: Solve possible issues with running out of stack memory allocatorSergey Sharybin
2016-04-04Cycles: Log overall time spent on building object's BVHSergey Sharybin
2016-04-01Fix T47505: Cycles OpenCL rendering crash on Windows.Brecht Van Lommel
2016-04-01Cycles: Report thread ID from worker thread to callbacksSergey Sharybin
2016-04-01Cycles: Fix for missing pthread's spin on OSXSergey Sharybin
2016-03-31Cycles: Add easy to use spin lock primitiveSergey Sharybin
2016-03-31Cycles: Expose array's capacity via getter functionSergey Sharybin
2016-03-31Cycles: Add STL allocator which uses stack memorySergey Sharybin
2016-03-31Cycles: Move non-vectorized bitscan() to utilSergey Sharybin
2016-03-31Cycles: Aligned vector was not covered by guarded statSergey Sharybin
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-23Fix T47856: Cycles problem when running from multi-byte pathSergey Sharybin
2016-02-27Cleanup: Update Cycles standalone copyright info.Thomas Dinges
2016-02-20Cycles: Avoid re-definition of math cnstants with MSVCSergey Sharybin
2016-02-17Cycles: Don't silence unused macro, remove the macro insteadSergey Sharybin
2016-02-17Cleanup: unused define warningCampbell Barton
2016-02-16Cycles: Some cleanup, should be no functional changesSergey Sharybin
2016-02-16Fix T47427: Crash caused by OSLSergey Sharybin
2016-02-15Cycles: Make guarded allocator compatible with MSVC2015Sergey Sharybin
2016-02-15Cycles: Fix guarded allocator issues on WindowsSergey Sharybin
2016-02-14Cycles: Fix infinite recursion of md5 calculation on WindowsSergey Sharybin
2016-02-13Cleanup: Move Cycles sky model data to util.Thomas Dinges
2016-02-13Cycles: Fix compilation error on WindowsSergey Sharybin
2016-02-13Cycles: Fix crash caused by the guarded allocation commitSergey Sharybin
2016-02-12Cycles: Fix compilation error with MinGWSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin