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
2016-09-05Cycles: Fix unreported - Missing node group for the Camera NodeLukas Stockner
2016-09-04Fix a few OpenCL compiler warnings.Brecht Van Lommel
2016-09-03Fix T48911: Fix T48847: Issues with some shortcuts on non-US latin keyboards,...Bastien Montagne
2016-09-02Fix T49180: Cycles MIS Map for Animated Environment Texture Movie Doesn't Upd...Sergey Sharybin
2016-09-02Cycles: Silence strict compiler warning in release buildSergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-09-02Cycles: Store undisplaced coordinates for meshes when neededMai Lavelle
2016-09-02Cycles: remove duplicate shader storageMai Lavelle
2016-09-01Fix T49215lazydodo
2016-09-01Cleanup: Reduce amount of misleading indentationSergey Sharybin
2016-08-31Cycles: don't crash if OSLRenderServices::osl_ts is unsetMai Lavelle
2016-08-30Cycles: Fix calculation of normals for subdivision meshesMai Lavelle
2016-08-30Fix T49187: inconsistent Normal Map node output for backfacing polygons.Alexander Gavrilov
2016-08-28Fix T49163: let Cycles only hide particles with missing motion data, not regu...Brecht Van Lommel
2016-08-28Fix T49167: Normals in wrong coordinate space when adaptive subdivision is usedMai Lavelle
2016-08-26Cycles: Make UI for subdivision more clearMai Lavelle
2016-08-25Cycles: Remove some redundant checksMai Lavelle
2016-08-25Cycles: Cleanup, indentationSergey Sharybin
2016-08-25Cycles: Fix crash after recent subd fixesSergey Sharybin
2016-08-25Cycles: Support proper visibility check in single volume intersection step fo...Sergey Sharybin
2016-08-25Cycles: Implement proper visibility check in QBVH volume all intersectionSergey Sharybin
2016-08-25Fix T49078: Cycles tries to render volume from another render layer when came...Sergey Sharybin
2016-08-24Cycles: Fix crash when empty mesh has subdivisionMai Lavelle
2016-08-24Cycles Standalone: Fix support for subdivision meshesMai Lavelle
2016-08-24Cycles: Consolidate the various split CL kernel feature defines within the AM...Edward O'Callaghan
2016-08-24Cycles OpenCL: use AoS rather than SoA storage for ShaderData.Brecht Van Lommel
2016-08-23Cycles: Fix/workaround for missing AA on Pascal (GTX10x0) cardsSergey Sharybin
2016-08-22Fix T49136: full constant Curves with zero Fac input crashes in assert.Alexander Gavrilov
2016-08-22NDOF: fix crash on Mac with old driversMike Erwin
2016-08-20Fix OpenSubdiv driver crash due to recently added uninitialized field.Alexander Gavrilov
2016-08-18Cycles: Fix wrong allocator used for spatial builderSergey Sharybin
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-18NDOF: suppress buttons debug logMike Erwin
2016-08-18Code cleanup to use array.data() rather than &array[0]Brecht Van Lommel
2016-08-18Revert "Code cleanup to use array.data() rather than &array[0]."Mai Lavelle
2016-08-18Code cleanup to use array.data() rather than &array[0].Brecht Van Lommel
2016-08-18Fix T48913: cycles viewport render stuck in loop due to non-unique dupli ID.Brecht Van Lommel
2016-08-17Cycles: Fix regression where smoke wouldn't show in rendersMai Lavelle
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-08-15Fix Cycles OpenCL textures after recent CUDA fix.Brecht Van Lommel
2016-08-15OpenGL: debug context on WindowsMike Erwin
2016-08-15Revert "Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well."Thomas Dinges
2016-08-15Fix CUDA compilation after OpenCL changes.Thomas Dinges
2016-08-14Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well.Thomas Dinges
2016-08-14Cycles microdisplacement: Move call to tessellate() from addon to CyclesMai Lavelle
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-08-12Fix T49071: Cycles OSL build problem with oslc compilers that can't find thei...Brecht Van Lommel
2016-08-11Cycles: Enable half float support (4 channels and 1 channel) on CUDA.Thomas Dinges
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-08-11Cycles: Fix change of sign warningMai Lavelle