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
2011-11-29svn merge ^/trunk/blender -r42245:42261Campbell Barton
2011-11-29remove header text:Campbell Barton
2011-11-25fix [#29256] Import images as planes add on doesn't work correctly in bmeshCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07replace bmesh specific macros with math functions, also some pedantic formatt...Campbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-05GPU BuffersNicholas Bishop
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-07-26svn merge -r38200:38300 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-07-25svn merge -r37800:37900 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-06-28VBO:Nicholas Bishop
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15removed some more magic constantsLukas Steiblys
2011-02-15added more code comments and removed some magic constantsLukas Steiblys
2011-02-15a fix for bug #25806Lukas Steiblys
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-08variable 'pool' could be accessed as NULL, globalPool was allocated but not a...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-11-25fix for https://projects.blender.org/tracker/index.php?func=detail&aid=24442&...Lukas Steiblys
2010-11-15bugfix [#24704] UV editor: [x] modified does not update on change of modifiersCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-09-07merge from trunk at r31523Joseph Eagar
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-24Fix quasy systematic crash at Blender exit: globalPool was released twiceBenoit Bolsee
2010-08-08remove unused includesCampbell Barton
2010-07-22[finally! the commit went through]Joseph Eagar
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-07-13Fix #20461: deleting VBO's from threads used for rendering or baking wouldBrecht Van Lommel
2010-06-30* Made sculpt drawing respect the "use VBO" preference.Nicholas Bishop
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-22Fix #20548: flat shading not drawing right in sculpt mode.Brecht Van Lommel
2010-02-17another attempt at fixing the VBO buffer deletion bugsLukas Steiblys
2010-02-15added some more error checking for buffer allocation and fixed it up a bit. H...Lukas Steiblys
2010-02-12correct fsf addressCampbell Barton
2010-02-09partial fix for [#21036] crash with glsl shadingCampbell Barton