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
2015-05-11Cycles: check for F16C support with __cpuid, as we do for BMI and BMI2Sv. Lockal
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
2015-05-11Cycles OpenGL: Don't use full matrix transform when we can just useAntony Riakiotakis
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-10Cycles: Add -mf16c for previous commit for SconsSv. Lockal
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-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-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-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-08Cleanup: Remove unused ray type flags.Thomas Dinges
2015-05-07Cycles: Cleanup, make it more clear what endif closes what ifdefSergey Sharybin
2015-05-07Correct typo: ifdef'd now, but obviously wrongCampbell Barton
2015-05-05Fix T44612: add support for mouse button 6 and 7 on OS X.Brecht Van Lommel
2015-05-05Cycles: Fix for wrong clamp usage in fast mathSergey Sharybin
2015-05-05Workaround ld.gold failing with msgfmtCampbell Barton
2015-05-05Cleanup: Remove leftover from Distorted Noise node in XML reader.Thomas Dinges
2015-05-05Cycles: Use curve approximation for blackbody instead of lookup tableSv. Lockal
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Cycles: Fix copy / paste mistake in XML reader.Thomas Dinges
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-04-30Cycles: Fix possible uninitialized XML read state which might cause crashesSergey Sharybin
2015-04-30Fix T44548: Cycles Tube Mapping off / not compatible with BISergey Sharybin
2015-04-30Cleanup: Update some comments and add ToDo.Thomas Dinges
2015-04-30Cycles: Record all possible volume intersections for SSS and camera checksThomas Dinges
2015-04-29Cycles: Fix wrong termination criteria in SSS volume stack updateSergey Sharybin
2015-04-29Cycles: Fix wrong order in object flags calculationsSergey Sharybin
2015-04-29Cycles: Fix crashes when loading cache created with pre-leaf split buildsSergey Sharybin
2015-04-29Fix T44544: Cached BVH is broken since BVH leaf splitSergey Sharybin
2015-04-28Cleanup: Move Cycles volume stack update for subsurface into kernel_volume.h.Thomas Dinges
2015-04-28Cycles: Initialize portal variable directly, so we can avoid the one NULL check.Thomas Dinges
2015-04-27Cycles: Added support for light portalsLukas Stockner
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2015-04-26Cleanup: Update Lookup table comments.Thomas Dinges
2015-04-26Cycles: Add Mirror ball mapping to camera panorama optionsLukas Stockner