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-19Cycles: Check for validity of the tiles arrays in progressive refineSergey Sharybin
2015-05-19Cycles: Check for whether update/write callbacks are set prior to calling themSergey Sharybin
2015-05-18Fix T44707: cycles border render regressionSv. Lockal
2015-05-18Change behavior of cycles xml to conform the spec: "Each XML document has exa...Martijn Berger
2015-05-17Cycles: Enable advanced shading on AMD / OpenCL.Thomas Dinges
2015-05-17Cycles / OpenCL: Enable Camera Motion and Hair for AMD.Thomas Dinges
2015-05-17Cleanup: Typos, typos everywhere. :DThomas Dinges
2015-05-17Cycles Standalone: Expose various light settings.Thomas Dinges
2015-05-17Cycles Standalone: Update help screen.Thomas Dinges
2015-05-17Cleanup: pep8Campbell Barton
2015-05-17Cleanup: typosCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-15Cycles: Make animated seed a builtin feature.Thomas Dinges
2015-05-15Cycles: Enable CMJ for Intel/NVidia experimental split kernelsSergey Sharybin
2015-05-15Cycles: Pass __KERNEL_EXPERIMENTAL__ to OpenCL split kernelsSergey Sharybin
2015-05-15Cycles: Make experimental kernel build option more genericSergey Sharybin
2015-05-15Cycles: Disable bake OpenCL kernel for NVidia devices prior to sm_30Sergey Sharybin
2015-05-15Cycles: Pass device compute capabilities to kernel via build optionsSergey Sharybin
2015-05-15Cycles: Cleanup, move build options string calculation into the device classSergey Sharybin
2015-05-15Add material reorder buttons for Cycles as wellJulian Eisel
2015-05-14Cycles: Enable object motion blur on Intel OpenCL platformSergey Sharybin
2015-05-14Cycles: Various fixesSergey Sharybin
2015-05-14Cycles: Remove meaningless ifdef checks for features in device_openclSergey Sharybin
2015-05-14Cycles: Enable camera motion blur in split kernel for Intel/NVidiaSergey Sharybin
2015-05-14Cycles: Fix missing camera-in-volume update when using certain render layers ...Sergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-05-14Cycles: Use special _auto versions of transform function in motion blur codeSergey Sharybin
2015-05-14Cycles: Add transformation functions with specified addrspaceSergey Sharybin
2015-05-14Cycles: Enable hair for split kernels when using Intel or NVidia driversSergey Sharybin
2015-05-14Cycles: Resize light_data after possible light removal.Thomas Dinges
2015-05-14Cycles: Remove Emission shaders from the graph if color or strength is 0.Thomas Dinges
2015-05-13Cleanup: Avoid temp variable in portal sampling code.Thomas Dinges
2015-05-13Cycles: Cleanup: use generic utility function to set kernel argumentsSergey Sharybin
2015-05-13Cycles: Inline sizeof of elements needed for the split kernelSergey Sharybin
2015-05-13Cleanup / Cycles: De-Duplicate Portal data fetch and side check.Thomas Dinges
2015-05-12Fix T44616: Cycles crashes loading 42k by 21k texturesSergey Sharybin
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