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
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-07* Make MSVC happy. Thomas Dinges
2013-08-07minor edits to float/double conversion suggested by DingToCampbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-06cycles builds with -Wdouble-promotion again.Campbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05Fix #36380: cycles render error with sun lamp that has object scale 0,0,0.Brecht Van Lommel
2013-08-05Cycles OSL: image texture lookup optimization, acquire the per thread handleBrecht Van Lommel
2013-08-05Fix wrong cycles cmake + msvc build flags with relwithdebinfo and minsizerel.Brecht Van Lommel
2013-08-05Code cleanup / Cycles:Thomas Dinges
2013-08-04fix for 2 memory leaks in dualcon library, quite bad since they leaked on eve...Campbell Barton
2013-08-04Support WITH_CXX_GUARDEDALLOC for dualcon libraryCampbell Barton
2013-08-04Cycles / OpenCL:Thomas Dinges
2013-08-04add missing NULL check in RB_dworld_export if fopen fails.Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-04Cycles: Thomas Dinges
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-08-03Cycles / SSS:Thomas Dinges
2013-08-01Cycles / Squared Samples:Thomas Dinges
2013-08-01Fix linking issue, we use bundled static glew so we should define static glew...Antony Riakiotakis
2013-08-01Code cleanup, use bools here. Forgot to change that. Thomas Dinges
2013-08-01Cycles / HSV Separator and Combine node:Thomas Dinges
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-08-01Cycles / Ray Depth:Thomas Dinges
2013-07-30Cycles / Non-Progressive integrator:Thomas Dinges
2013-07-30Cycles:Thomas Dinges
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-29Fix #36290: cycles generated texture coordinates were not sticking to theBrecht Van Lommel
2013-07-29Fix #36235: cycles crash deactivating render layer during rendering.Brecht Van Lommel
2013-07-23Cycles / CMJ:Thomas Dinges
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21Code cleanup / Cycles:Thomas Dinges
2013-07-20Cycles / CPU Rendering:Thomas Dinges
2013-07-20edit to r58425, BLI_math is available here, better not copy,paste from linear...Campbell Barton
2013-07-20Cycles / Sampling Presets:Thomas Dinges
2013-07-20Code cleanup / Cycles:Thomas Dinges
2013-07-20Cycles / Sampling UI:Thomas Dinges
2013-07-19Fix for [#36216] Viewport render with CMJ sampler and unlimited passes freezes Thomas Dinges
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-19code cleanup: pass event by pointer to getClipboard_xcoutCampbell Barton
2013-07-19code cleanup: use bool for widget struct, also edit odd strncpy use.Campbell Barton
2013-07-18* Fix a typo in code. Thomas Dinges
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16fix [#36157] Memory Leak in GHOST_DropTargetX11Campbell Barton
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-14Fix a few issues found by coverity code scan in cycles code, nothing that causedBrecht Van Lommel
2013-07-14Fix some unnecessary memory allocation slowness in cycles mesh export.Brecht Van Lommel
2013-07-12UI / Cycles:Thomas Dinges