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-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-26Fix #34421: cycles viewport render stuck with no objects in the scene.Brecht Van Lommel
2013-02-26fix for own regression in win32 from r54225, wrong args used in getAllDisplay...Campbell Barton
2013-02-25is_crappy_intel_card() was checking strstr(glGetString(GL_VENDOR), "Intel") e...Campbell Barton
2013-02-24Hopefully last round of fixes for all OSesAntony Riakiotakis
2013-02-24Compile fix round 2. Still trying to do this from linux :pAntony Riakiotakis
2013-02-24Add bogus stabs for fullscreen window mode for BGE in GHOST. Platform maintai...Antony Riakiotakis
2013-02-24fix for own commit r54806 with argument order and multisampling.Campbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-24GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(),Campbell Barton
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-24GHOST/X11 support for frequency, from SDL's mode switching.Campbell Barton
2013-02-22Applying patch #33709 for dead keys on windows.Alexander Kuznetsov
2013-02-22Fix for windows size on win32Alexander Kuznetsov
2013-02-22Fixing typosGaia Clary
2013-02-22bge bugfix: [#18967] alpha value is never available in the color buffer by Ca...Dalai Felinto
2013-02-22Code cleanup:Thomas Dinges
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-21Cycles GPU Rendering:Thomas Dinges
2013-02-21Cycles GPU rendering:Thomas Dinges
2013-02-21Cycles:Thomas Dinges
2013-02-21Cycles Addon:Thomas Dinges
2013-02-20Fix shadow pass issue with non-progressive render shadow pass with emittingBrecht Van Lommel
2013-02-19internal: add include so blender builds against libpng1.6 Campbell Barton
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-15Add some more detailed CUDA error prints to try to debug #34166.Brecht Van Lommel
2013-02-15Fix #34205: Zooming in rendered mode during update out of sync with intended ...Sergey Sharybin
2013-02-15Fix #34252: cycles rendering 16bit PNG with too light colors.Brecht Van Lommel
2013-02-15Fix cycles hair curves with NaN values not rendering with dynamic BVH. These NaNBrecht Van Lommel
2013-02-14Cycles:Thomas Dinges
2013-02-14Further fix for #34121: OSL + persistent images could crash in some cases still.Brecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2013-02-13Fix #34226: cycles shadow pass got incorrectly influenced by world multipleBrecht Van Lommel
2013-02-13Fix cycles issue with BVH cache created with 64 bits and used for 32 bits bin...Brecht Van Lommel
2013-02-13Correction for fix #34205: Zooming in rendered mode during update out of sync...Sergey Sharybin
2013-02-12Fix cycles not using SSE3 kernel after recent, order with SSE2 should be swit...Brecht Van Lommel
2013-02-12Fix some (quite harmless) use of uninitialized memory reported by valgrind.Brecht Van Lommel
2013-02-12Fix #34205: Cycles: Zooming in rendered mode during update out of sync with i...Sergey Sharybin
2013-02-12Attempted fix for issue with latest CUDA kernel for 32 bit windows/linux/mac,Brecht Van Lommel
2013-02-12Smoke simulator: add more float precision checks to make sure other data type...Miika Hamalainen
2013-02-11quiet -Wnarrowing warning.Campbell Barton
2013-02-11move atoms into their own struct and make all names match the original atom n...Campbell Barton
2013-02-11patch [#31636] no pressure with Genius Mousepen i608X tabletCampbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-11Fix scons win32 link error with OSL, also fix a GLEW linker warningBrecht Van Lommel
2013-02-10Fix #34184: cycles speed vector pass should be zero when using motion blur,Brecht Van Lommel
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-08building ghost-sdl works again.Campbell Barton
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton
2013-02-07CUDA / sm_20:Thomas Dinges