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
path: root/intern
AgeCommit message (Expand)Author
2014-10-15Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize()Sergey Sharybin
2014-10-15OSX: refinement for last fullscreen condition commitJens Verwiebe
2014-10-15OSX: only use lionstylefullscreen when seperate spaces are used, todo: use re...Jens Verwiebe
2014-10-15OSX: as an prerequisite to make Dalai's upcoming "area_fullsceen" work,Jens Verwiebe
2014-10-15Cycles: Remove redundant float4->float3 conversionSergey Sharybin
2014-10-15Fix OpenGL error on cycles rendered viewport.Antony Riakiotakis
2014-10-15Fix T42106: Box image mapping shows black triangles if they point to a corner...Sergey Sharybin
2014-10-15Cycles: Center Tile order had a slight offset to the left.Greg Zaal
2014-10-15Fix T42081, OpenCL supports float3 since the 1.1 specification, not sure why ...Thomas Dinges
2014-10-15OSX/Ghost: little code cleanupJens Verwiebe
2014-10-15Cycles: Fix wrong ifdef check around shadows record allSergey Sharybin
2014-10-15Cycles: correct math wrappersCampbell Barton
2014-10-03Fix T41920: Changing Use Alpha settings doesn't refresh viewport properlySergey Sharybin
2014-10-03Cycles: Correct object flags bitfield, was missing negative scale thereSergey Sharybin
2014-10-03OpenNL: modify SuperLU to use doubles rather than floats, for better precision.Brecht Van Lommel
2014-10-03Cycles: Better feedback about experimental features being usedSergey Sharybin
2014-10-03OSX: ensure windows are restored at their saved position,Jens Verwiebe
2014-09-23Fix typo in previous commitSergey Sharybin
2014-09-23Move versioning code under the subversion checkSergey Sharybin
2014-09-23Fix T41912, OpenCL compile error when building without __SVM__Thomas Dinges
2014-09-20Cycles: Backward compatibility code for the Clamp splitting in 2.70.Thomas Dinges
2014-09-20Cycles: Add a UI warning, in case the experimental GPU kernel is used.Thomas Dinges
2014-09-19Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only relin...Thomas Dinges
2014-09-19Cleanup: Indentation and Whitespace.Thomas Dinges
2014-09-19Add texture coordinate export.Nathan Letwory
2014-09-18Cleanup: style, spellingCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-09-16Cycle: Add a bit of explanation why we're using such a dirty hackSergey Sharybin
2014-09-16Cleanup: sync map_to_sphere, UNLIKELY xy zero caseCampbell Barton
2014-09-15Cycles: tentative fix get rid of os-specific issue in struct ShaderClosure ( ...Jens Verwiebe
2014-09-15Fix T41839, OpenCL error.Thomas Dinges
2014-09-11Followup for last commit, we can break the loop, once we have a match.Thomas Dinges
2014-09-11Fix T41784, Re-enabling transparent shadows in Cycles doesn't work correctlyThomas Dinges
2014-09-07Comment out SVM fresnel_conductor() function for now, still unused.Thomas Dinges
2014-09-07Cycles / OSL: Add a conductive fresnel shader template.Thomas Dinges
2014-09-07No need for try/except in D766Campbell Barton
2014-09-07Cycles: Several fixes for Presets.Thomas Dinges
2014-09-07Cycles: Fix Caustic tooltips.Thomas Dinges
2014-09-06Fix T41709: Bump not rendered correctly behind transparency using Branched Pa...Sergey Sharybin
2014-09-06Cycles: Workaround cuda 6.5 compiler bug with sm_50Sergey Sharybin
2014-09-06Cycles: Fix for the BSDF evaluation initSergey Sharybin
2014-09-05Cycles: Split caustics option, to allow separate control for Reflection and R...Thomas Dinges
2014-09-05Cycles: Initial support for volume ray visibility.Thomas Dinges
2014-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-09-04Cleanup: Code deduplication for similar passes.Thomas Dinges
2014-09-03Fix T41693: Volumes get brightened with extra volume samples on GPU + BPTSergey Sharybin
2014-09-03Cleanup: Use function call and delete obsolete comment.Thomas Dinges
2014-09-01Cycles: Rebuild BVH from scratch if loading cache failedSergey Sharybin
2014-09-01Cleanup: Silence compiler warning.Thomas Dinges
2014-08-31Cycles: Always assign the proper value for volume bounces.Thomas Dinges