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-03-31Cycles: Fix compilation on Win32 after bitscan commitSergey Sharybin
2016-03-31Cycles: Name cleanup and some comments in BVH codeSergey 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: Avoid per-split memory allocation for the new references listSergey Sharybin
2016-03-31Cycles: Pass BVH builder by const reference to spatial splittersSergey Sharybin
2016-03-31Cycles: Only sort indices when finding a best dimension to splitSergey Sharybin
2016-03-31Cycles: Wrap spatial split storage into own structureSergey Sharybin
2016-03-31Cycles: Use stack storage for temporary data on leaf creationSergey 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-30Cycles: Resumable render implementation for CyclesSergey Sharybin
2016-03-30CMake cleanup target_link_libraries_decoupledMartijn Berger
2016-03-29Fix T47987: Blender Cycles standalone does not properly read UV coordinates f...Sergey Sharybin
2016-03-28Fix T47931: Missed world shader update when having object dependencySergey Sharybin
2016-03-27Fix T47668: Cycles OpenCL glass not rendering correctly on AMD.Brecht Van Lommel
2016-03-25Fix Cycles debug panel, being shown in BI as well.Thomas Dinges
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-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2016-03-24Cycles: Minor optimization of equirectangular projectionSergey Sharybin
2016-03-23Fix T47856: Cycles problem when running from multi-byte pathSergey Sharybin
2016-03-12Cycles: Some typo fixesSergey Sharybin
2016-03-12Cycles: Support parallel convergence mode for spherical stereoSergey Sharybin
2016-03-12Cycles: Optimize derivatives calculation by using pre-calculated dx/dySergey Sharybin
2016-03-12Cycles: Cleanup, spherical_stereo_direction will return normalized directionSergey Sharybin
2016-03-11Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0.Thomas Dinges
2016-03-11Cycles: One more optimization fix, derivatives used to be calculated without ...Sergey Sharybin
2016-03-11Cycles: Fix bug calculating dP for perspective cameraSergey Sharybin
2016-03-11Cycles: Cleanup, redundant normalizationSergey Sharybin
2016-03-11Fix compilation of cycles standalone and network deviceMartijn Berger
2016-03-11Cycles: Fix border render after spherical stereo commitSergey Sharybin
2016-03-10Cycles: Optimize spherical stereo position when no spherical stereo is usedSergey Sharybin
2016-03-10Cycles: Simplify perspective camera derivatives calculationSergey Sharybin
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-03-07Fix T47681: Bump node doesn't work with SSS shader when using OSLSergey Sharybin
2016-03-02Cycles: Fix wrong default value for volume samplesSergey Sharybin
2016-02-28Cycles: Fix compilation error of certain OpenCL split kernelsSergey Sharybin
2016-02-27Cleanup: Update Cycles standalone copyright info.Thomas Dinges
2016-02-24Cycles: Fix bug in CMJ pattern when number of samples is 1Sergey Sharybin
2016-02-21Fix T43388, fix T40369: Cycles baking not antialiasing textures.Lukas Stockner
2016-02-20Cycles: Avoid re-definition of math cnstants with MSVCSergey Sharybin
2016-02-19Workaround for T47213: branched path sampling issues with CUDA 7.5.Brecht Van Lommel
2016-02-18Cycles: Fix wrong sample all direct/indirect settings on sm_50 and higherSergey Sharybin
2016-02-18Fix T47461: Different results on CPU and GPU when using Branched Path TracingLukas Stockner
2016-02-17Cycles: Make CUDA 7.5 officially recommendedSergey Sharybin
2016-02-17Cycles: Don't silence unused macro, remove the macro insteadSergey Sharybin
2016-02-17Cleanup: unused define warningCampbell Barton
2016-02-17Cleanup: OSL styleCampbell Barton