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
2015-05-12Merge branch 'master' into depsgraph_refactordepsgraph_refactorSergey Sharybin
2015-05-11Freestyle: Fix for assertion failure in viewport preview.Tamito Kajiyama
2015-05-11Cycles: check for F16C support with __cpuid, as we do for BMI and BMI2Sv. Lockal
2015-05-11Depsgraph: Make source closer to masterSergey Sharybin
2015-05-11Collada Exporter: sanitize a bit lnor export.Bastien Montagne
2015-05-11Clearing preview image shall also unset 'user edited' flag!Bastien Montagne
2015-05-11Merge branch 'master' into depsgraph_refactorSergey Sharybin
2015-05-11Revert "Depsgraph: Rename SPaceType->new to SpaceType->alloc"Sergey Sharybin
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
2015-05-11Merge branch 'master' into depsgraph_refactorSergey Sharybin
2015-05-11Keep valgrind happy by using tight vec3 packing instead of lax vec4 withAntony Riakiotakis
2015-05-11Cycles OpenGL: Don't use full matrix transform when we can just useAntony Riakiotakis
2015-05-11UI: initial support for UI editing selected itemsCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-11GHash: use const keys when only used for lookupsCampbell Barton
2015-05-11Outliner: postpone rebuilding the treeCampbell Barton
2015-05-11Outliner: cleanup flag was never clearedCampbell Barton
2015-05-11GHash: Add BLI_ghash_ensure_p_ex to copy the keyCampbell Barton
2015-05-10Cycles: And yet another compilation fix after half-float commit for clang.Sv. Lockal
2015-05-10Cycles: fix compilation on 32-bit Windows for half-floatsSv. Lockal
2015-05-10Fix T44633: image cache broken for movies and sequences.Brecht Van Lommel
2015-05-10Cycles: Add -mf16c for previous commit for SconsSv. Lockal
2015-05-10BGE : Fix crash during physics mesh update.Porteries Tristan
2015-05-10Cycles: Use native float->half conversion instructions for Haswell CPUs.Sv. Lockal
2015-05-10Cycles: Correction to opencl whitelist checkSergey Sharybin
2015-05-10BGE: Cleanup constraints documentationThomas Szepe
2015-05-10Cycles: Fix tiny greying out inconsistency for Volume settings.Thomas Dinges
2015-05-10Cycles: Do not show Branched Path integrator for OpenCL.Thomas Dinges
2015-05-10fix T44648: Collada finding bone chains during import crashes when no bones a...Gaia Clary
2015-05-10Fix T44644 Missing thread-protection (spinlock) of image in new multiview code.Bastien Montagne
2015-05-10UI: consistent naming for operator propsCampbell Barton
2015-05-10UI: move sharp/smooth out of vertex menuCampbell Barton
2015-05-10BGE: Fix T43822 Videotexture does not use sky color for off-screenJorge Bernal
2015-05-09Cycles: Fix typo in global space version of normal transformSergey Sharybin
2015-05-09Cycles: Only whitelist AMD GPU devices in the OpenCL sectionSergey Sharybin
2015-05-09Fix T38335: incorrect triangle index in raycast with more than 2 quadsPorteries Tristan
2015-05-09Cycles: Workaround for AMD compiler crashing building the split kernelSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-09Cycles: Communicate number of closures and nodes feature set to the deviceSergey Sharybin
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-05-09Cycles: Add utility function to count maximum number of closures used by sessionSergey Sharybin
2015-05-09Cycles: Add utility function to graph to query number of closures used in itSergey Sharybin
2015-05-09Cycles: Pass requested tile size to the device via device taskSergey Sharybin
2015-05-09Cycles: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-05-09Cycles: Presumably correct workaround for addrspace in camera motion blurSergey Sharybin
2015-05-09Cycles: Add CPU compat headers to some of the OSL implementation filesSergey Sharybin
2015-05-09Cycles: Set default closure values to some of the nodesSergey Sharybin
2015-05-09Freestyle: Partial fix for a crash with Save Buffers option enabled.Tamito Kajiyama