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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-06-28VBO:Nicholas Bishop
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
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-08-24Fix quasy systematic crash at Blender exit: globalPool was released twiceBenoit Bolsee
2010-08-08remove unused includesCampbell Barton
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
2010-01-31Fix #20879: crash when add textures brush in sculpt mode. DrawingBrecht Van Lommel
2010-01-16GPU_buffer_setup could return a freed buffer. (when VBO's were used)Campbell Barton
2009-12-11Sculpt Branch:Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-09VBO:Brecht Van Lommel
2009-12-03Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt: fix windows compile issues, pointed out by JMS, thanks!Brecht Van Lommel
2009-11-25Sculpt: Grid based PBVHBrecht Van Lommel
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Removed an unused function and changed the VBO functions to use the ARB name ...Nicholas Bishop
2009-10-27Commit of the sculpt patch (#19672). Further development will be in this bran...Nicholas Bishop
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-10-13Various warning fixesNicholas Bishop
2009-10-05VBO:Brecht Van Lommel
2009-10-03SVN maintenance.Guillermo S. Romero
2009-10-03imbusy GSoC'09 branch merge (Vertex Buffer Object support)Lukas Steiblys